Skip to content

Commit

Permalink
feat: adds Ethereum Holesky testnet (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz authored May 30, 2024
1 parent a525361 commit 79da810
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
45 changes: 44 additions & 1 deletion evmchains/chains.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is auto-generated by scripts/update.py
# 2024-05-17 16:06:29.822636
# 2024-05-30 20:30:00.884580
# Do not edit this file directly.
from typing import Any, Dict

Expand Down Expand Up @@ -452,6 +452,49 @@
"shortName": "gor",
"slip44": 1,
},
"holesky": {
"chain": "ETH",
"chainId": 17000,
"ens": None,
"explorers": [
{
"icon": "ethereum",
"name": "Holesky Explorer",
"standard": "EIP3091",
"url": "https://holesky.beaconcha.in",
},
{
"icon": "ethereum",
"name": "otterscan-holesky",
"standard": "EIP3091",
"url": "https://holesky.otterscan.io",
},
{
"icon": "ethereum",
"name": "Holesky Etherscan",
"standard": "EIP3091",
"url": "https://holesky.etherscan.io",
},
],
"faucets": [
"https://faucet.holesky.ethpandaops.io",
"https://holesky-faucet.pk910.de",
],
"features": None,
"icon": "ethereum",
"infoURL": "https://holesky.ethpandaops.io",
"name": "Holesky",
"nativeCurrency": {"decimals": 18, "name": "Testnet ETH", "symbol": "ETH"},
"networkId": 17000,
"rpc": [
"https://rpc.holesky.ethpandaops.io",
"https://ethereum-holesky-rpc.publicnode.com",
"https://holesky.drpc.org",
"https://rpc-holesky.rockx.com",
],
"shortName": "holesky",
"slip44": 1,
},
"sepolia": {
"chain": "ETH",
"chainId": 11155111,
Expand Down
1 change: 1 addition & 0 deletions scripts/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"ethereum": {
"mainnet": 1,
"goerli": 5,
"holesky": 17000,
"sepolia": 11155111,
},
"fantom": {
Expand Down

0 comments on commit 79da810

Please sign in to comment.