Skip to content

Commit 9ef58f3

Browse files
committed
deploy subgraph for base
1 parent 1b2092e commit 9ef58f3

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

subgraph/config/base.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"output": "./generated/base.",
3+
"version": "v0.0.2",
4+
"chain": "base",
5+
"datasources": [
6+
{
7+
"name": "manager",
8+
"address": "0x344278aff344d6fb960705dc18a4912221608472",
9+
"startBlock": 26294656,
10+
"module": ["manager"]
11+
},
12+
{
13+
"name": "redemption",
14+
"address": "0xDA5599f04e9b437C8394b0c2BC68B502A66ebFe8",
15+
"startBlock": 26294493,
16+
"module": ["redemption"]
17+
},
18+
{
19+
"name": "token-EUTBL",
20+
"address": "0xa0769f7A8fC65e47dE93797b4e21C073c117Fc80",
21+
"startBlock": 26294516,
22+
"module": ["erc20"]
23+
},
24+
{
25+
"name": "oracle-EUTBL",
26+
"address": "0x29503f31B73F0734455942Eb888E13acA1588a4e",
27+
"startBlock": 26294524,
28+
"module": ["oracle"]
29+
},
30+
{
31+
"name": "token-USTBL",
32+
"address": "0xe4880249745eAc5F1eD9d8F7DF844792D560e750",
33+
"startBlock": 26294544,
34+
"module": ["erc20"]
35+
},
36+
{
37+
"name": "oracle-USTBL",
38+
"address": "0x021289588cd81dC1AC87ea91e91607eEF68303F5",
39+
"startBlock": 26294550,
40+
"module": ["oracle"]
41+
},
42+
{
43+
"name": "token-eurUSTBL",
44+
"address": "0xA260D72df8FF2696f3A8d0BE46B7bc4d743Be764",
45+
"startBlock": 26294556,
46+
"module": ["erc20"]
47+
},
48+
{
49+
"name": "oracle-eurUSTBL",
50+
"address": "0x27BB2B34998F127D03f44D90f148248a3932F492",
51+
"startBlock": 26294562,
52+
"module": ["oracle"]
53+
}
54+
],
55+
"deploy": [
56+
{ "enabled": "on", "type": "subgraph-studio", "name": "spiko-base" }
57+
]
58+
}

0 commit comments

Comments
 (0)