Skip to content

Commit f60367a

Browse files
committed
deploy mainnet subgraph
1 parent c711698 commit f60367a

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

subgraph/config/mainnet.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"output": "./generated/mainnet.",
3+
"version": "v0.0.1",
4+
"chain": "mainnet",
5+
"datasources": [
6+
{
7+
"name": "manager",
8+
"address": "0x344278aff344d6fb960705dc18a4912221608472",
9+
"startBlock": 19690257,
10+
"module": ["manager"]
11+
},
12+
{
13+
"name": "redemption",
14+
"address": "0xDA5599f04e9b437C8394b0c2BC68B502A66ebFe8",
15+
"startBlock": 19690259,
16+
"module": ["redemption"]
17+
},
18+
{
19+
"name": "token-EUTBL",
20+
"address": "0xa0769f7A8fC65e47dE93797b4e21C073c117Fc80",
21+
"startBlock": 19690261,
22+
"module": ["erc20"]
23+
},
24+
{
25+
"name": "oracle-EUTBL",
26+
"address": "0x29503f31B73F0734455942Eb888E13acA1588a4e",
27+
"startBlock": 19690263,
28+
"module": ["oracle"]
29+
},
30+
{
31+
"name": "token-USTBL",
32+
"address": "0xe4880249745eAc5F1eD9d8F7DF844792D560e750",
33+
"startBlock": 19690265,
34+
"module": ["erc20"]
35+
},
36+
{
37+
"name": "oracle-USTBL",
38+
"address": "0x021289588cd81dC1AC87ea91e91607eEF68303F5",
39+
"startBlock": 19690267,
40+
"module": ["oracle"]
41+
}
42+
],
43+
"deploy": [
44+
{ "enabled": "on", "type": "subgraph-studio", "name": "spiko-mainnet" }
45+
]
46+
}

0 commit comments

Comments
 (0)