Skip to content

Commit aa61ce3

Browse files
Relocate 4 months ago bellecour block setting to bellecour.yml config
1 parent 56f520a commit aa61ce3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

networks.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@
2424
"bellecour": {
2525
"ERC1538": {
2626
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
27-
"startBlock": 30154000
27+
"startBlock": 4543300
2828
},
2929
"Core": {
3030
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
31-
"startBlock": 30154000
31+
"startBlock": 4543300
3232
},
3333
"AppRegistry": {
3434
"address": "0xB1C52075b276f87b1834919167312221d50c9D16",
35-
"startBlock": 30154000
35+
"startBlock": 4543300
3636
},
3737
"DatasetRegistry": {
3838
"address": "0x799DAa22654128d0C64d5b79eac9283008158730",
39-
"startBlock": 30154000
39+
"startBlock": 4543300
4040
},
4141
"WorkerpoolRegistry": {
4242
"address": "0xC76A18c78B7e530A165c5683CB1aB134E21938B4",
43-
"startBlock": 30154000
43+
"startBlock": 4543300
4444
}
4545
}
4646
}

subgraph.bellecour.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dataSources:
1313
source:
1414
address: "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f"
1515
abi: ERC1538
16-
startBlock: 4543300
16+
startBlock: 30154000
1717
mapping:
1818
kind: ethereum/events
1919
apiVersion: 0.0.6
@@ -39,7 +39,7 @@ dataSources:
3939
source:
4040
address: "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f"
4141
abi: IexecInterfaceToken
42-
startBlock: 4543300
42+
startBlock: 30154000
4343
mapping:
4444
kind: ethereum/events
4545
apiVersion: 0.0.6
@@ -119,7 +119,7 @@ dataSources:
119119
source:
120120
address: "0xB1C52075b276f87b1834919167312221d50c9D16"
121121
abi: AppRegistry
122-
startBlock: 4543300
122+
startBlock: 30154000
123123
mapping:
124124
kind: ethereum/events
125125
apiVersion: 0.0.6
@@ -144,7 +144,7 @@ dataSources:
144144
source:
145145
address: "0x799DAa22654128d0C64d5b79eac9283008158730"
146146
abi: DatasetRegistry
147-
startBlock: 4543300
147+
startBlock: 30154000
148148
mapping:
149149
kind: ethereum/events
150150
apiVersion: 0.0.6
@@ -169,7 +169,7 @@ dataSources:
169169
source:
170170
address: "0xC76A18c78B7e530A165c5683CB1aB134E21938B4"
171171
abi: WorkerpoolRegistry
172-
startBlock: 4543300
172+
startBlock: 30154000
173173
mapping:
174174
kind: ethereum/events
175175
apiVersion: 0.0.6

0 commit comments

Comments
 (0)