Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add holesky support #86

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions networks.json
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading
Loading