Skip to content

Commit

Permalink
added networks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jul 18, 2023
1 parent 0fa9864 commit d604110
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 1 deletion.
89 changes: 89 additions & 0 deletions networks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"mainnet": {
"ENSRegistry": {
"address": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"startBlock": 9380380
},
"ENSRegistryOld": {
"address": "0x314159265dd8dbb310642f98f50c066173c1259b",
"startBlock": 3327417
},
"Resolver": {
"startBlock": 3327417
},
"BaseRegistrar": {
"address": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85",
"startBlock": 9380410
},
"EthRegistrarControllerOld": {
"address": "0x283Af0B28c62C092C9727F1Ee09c02CA627EB7F5",
"startBlock": 9380471
},
"EthRegistrarController": {
"address": "0x253553366Da8546fC250F225fe3d25d0C782303b",
"startBlock": 16925618
},
"NameWrapper": {
"address": "0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401",
"startBlock": 16925608
}
},
"goerli": {
"ENSRegistry": {
"address": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"startBlock": 2086611
},
"ENSRegistryOld": {
"address": "0x112234455c3a32fd11230c42e7bccd4a84e02010",
"startBlock": 43152
},
"Resolver": {
"startBlock": 43152
},
"BaseRegistrar": {
"address": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85",
"startBlock": 2086621
},
"EthRegistrarControllerOld": {
"address": "0x283Af0B28c62C092C9727F1Ee09c02CA627EB7F5",
"startBlock": 2086640
},
"EthRegistrarController": {
"address": "0xCc5e7dB10E65EED1BBD105359e7268aa660f6734",
"startBlock": 8649286
},
"NameWrapper": {
"address": "0x114D4603199df73e7D157787f8778E21fCd13066",
"startBlock": 8649122
}
},
"sepolia": {
"ENSRegistry": {
"address": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"startBlock": 3702728
},
"ENSRegistryOld": {
"address": "0x94f523b8261B815b87EFfCf4d18E6aBeF18d6e4b",
"startBlock": 3702721
},
"Resolver": {
"startBlock": 3702721
},
"BaseRegistrar": {
"address": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85",
"startBlock": 3702731
},
"EthRegistrarControllerOld": {
"address": "0x7e02892cfc2Bfd53a75275451d73cF620e793fc0",
"startBlock": 3790197
},
"EthRegistrarController": {
"address": "0xFED6a969AaA60E4961FCD3EBF1A2e8913ac65B72",
"startBlock": 3790244
},
"NameWrapper": {
"address": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
"startBlock": 3790153
}
}
}
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"docker:deploy-local": "graph deploy graphprotocol/ens --ipfs http://ens-app_ipfs_1:5001 --node http://ens-app_graph-node_1:8020/ --version-label 0.0.1",
"docker:remove-local": "graph remove graphprotocol/ens --node http://ens-app_graph-node_1:8020",
"build": "graph build",
"deploy": "graph deploy ensdomains/ens --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy": "graph deploy --network mainnet --product hosted-service ensdomains/ens",
"deploy:goerli": "graph deploy --network goerli --product hosted-service ensdomains/ensgoerli",
"deploy:sepolia": "graph deploy --network sepolia --studio enssepolia",
"watch-local": "graph deploy graphprotocol/ens --watch --debug --node http://127.0.0.1:8020/ --ipfs http://localhost:5001"
},
"devDependencies": {
Expand Down

0 comments on commit d604110

Please sign in to comment.