File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "mainnet" : {
3
+ "LiquidNodesManager" : {
4
+ "address" : " " ,
5
+ "startBlock" : 0
6
+ },
7
+ "LiquidPool" : {
8
+ "address" : " " ,
9
+ "startBlock" : 0
10
+ }
11
+ },
12
+ "testnet" : {
13
+ "LiquidNodesManager" : {
14
+ "address" : " " ,
15
+ "startBlock" : 0
16
+ },
17
+ "LiquidPool" : {
18
+ "address" : " " ,
19
+ "startBlock" : 0
20
+ }
21
+ },
22
+ "devnet" : {
23
+ "LiquidNodesManager" : {
24
+ "address" : " " ,
25
+ "startBlock" : 0
26
+ },
27
+ "LiquidPool" : {
28
+ "address" : " " ,
29
+ "startBlock" : 0
30
+ }
31
+ }
32
+ }
Original file line number Diff line number Diff line change 4
4
dataSources :
5
5
- kind : ethereum/contract
6
6
name : LiquidNodesManager
7
- network : https://network.ambrosus.io
7
+ network : mainnet
8
8
source :
9
9
address : " 0xBda7cf631Db4535A500ED16Dd98099C04e66F1d5"
10
10
abi : LiquidNodesManager
@@ -29,12 +29,14 @@ dataSources:
29
29
- event : NodeRetired(indexed uint256,indexed address,uint256)
30
30
handler : handleNodeRetired
31
31
file : ./src/mapping/liquidNodesManager.ts
32
+
32
33
- kind : ethereum/contract
33
34
name : LiquidPool
34
- network : https://network.ambrosus.io
35
+ network : mainnet
35
36
source :
36
37
address : " 0x1234567890123456789012345678901234567890"
37
38
abi : LiquidPool
39
+ startBlock : 0
38
40
mapping :
39
41
kind : ethereum/events
40
42
apiVersion : 0.0.7
You can’t perform that action at this time.
0 commit comments