Skip to content

Commit

Permalink
Merge pull request #86 from ensdomains/chore/holesky
Browse files Browse the repository at this point in the history
chore: add holesky support
  • Loading branch information
TateB committed Jan 31, 2024
2 parents 5c048fb + dad1be6 commit bf1f987
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 306 deletions.
29 changes: 29 additions & 0 deletions networks.json
Expand Up @@ -85,5 +85,34 @@
"address": "0x0635513f179D50A207757E05759CbD106d7dFcE8",
"startBlock": 3790153
}
},
"holesky": {
"ENSRegistry": {
"address": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e",
"startBlock": 801613
},
"ENSRegistryOld": {
"address": "0x94f523b8261B815b87EFfCf4d18E6aBeF18d6e4b",
"startBlock": 801536
},
"Resolver": {
"startBlock": 801536
},
"BaseRegistrar": {
"address": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85",
"startBlock": 801686
},
"EthRegistrarControllerOld": {
"address": "0xf13fC748601fDc5afA255e9D9166EB43f603a903",
"startBlock": 815355
},
"EthRegistrarController": {
"address": "0x179Be112b24Ad4cFC392eF8924DfA08C20Ad8583",
"startBlock": 815359
},
"NameWrapper": {
"address": "0xab50971078225D365994dc1Edcb9b7FD72Bb4862",
"startBlock": 815127
}
}
}
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -18,11 +18,12 @@
"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",
"deploy:holesky": "graph deploy --network holesky --studio ensholesky",
"watch-local": "graph deploy graphprotocol/ens --watch --debug --node http://127.0.0.1:8020/ --ipfs http://localhost:5001"
},
"devDependencies": {
"@ensdomains/content-hash": "^2.5.3",
"@graphprotocol/graph-cli": "^0.51.2",
"@graphprotocol/graph-cli": "^0.67.2",
"@graphprotocol/graph-ts": "^0.31.0",
"assemblyscript": "^0.19.0",
"matchstick-as": "^0.5.2",
Expand Down

0 comments on commit bf1f987

Please sign in to comment.