Skip to content

Commit

Permalink
Relocate 4 months ago bellecour block setting to bellecour.yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjams committed Feb 6, 2025
1 parent 56f520a commit aa61ce3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"bellecour": {
"ERC1538": {
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
"startBlock": 30154000
"startBlock": 4543300
},
"Core": {
"address": "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f",
"startBlock": 30154000
"startBlock": 4543300
},
"AppRegistry": {
"address": "0xB1C52075b276f87b1834919167312221d50c9D16",
"startBlock": 30154000
"startBlock": 4543300
},
"DatasetRegistry": {
"address": "0x799DAa22654128d0C64d5b79eac9283008158730",
"startBlock": 30154000
"startBlock": 4543300
},
"WorkerpoolRegistry": {
"address": "0xC76A18c78B7e530A165c5683CB1aB134E21938B4",
"startBlock": 30154000
"startBlock": 4543300
}
}
}
10 changes: 5 additions & 5 deletions subgraph.bellecour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dataSources:
source:
address: "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f"
abi: ERC1538
startBlock: 4543300
startBlock: 30154000
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand All @@ -39,7 +39,7 @@ dataSources:
source:
address: "0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f"
abi: IexecInterfaceToken
startBlock: 4543300
startBlock: 30154000
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down Expand Up @@ -119,7 +119,7 @@ dataSources:
source:
address: "0xB1C52075b276f87b1834919167312221d50c9D16"
abi: AppRegistry
startBlock: 4543300
startBlock: 30154000
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand All @@ -144,7 +144,7 @@ dataSources:
source:
address: "0x799DAa22654128d0C64d5b79eac9283008158730"
abi: DatasetRegistry
startBlock: 4543300
startBlock: 30154000
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand All @@ -169,7 +169,7 @@ dataSources:
source:
address: "0xC76A18c78B7e530A165c5683CB1aB134E21938B4"
abi: WorkerpoolRegistry
startBlock: 4543300
startBlock: 30154000
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit aa61ce3

Please sign in to comment.