Skip to content
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
225 changes: 217 additions & 8 deletions evmchains/chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
!!!! DO NOT EDIT THIS FILE DIRECTLY! !!!!
!!!! This file is auto-generated by scripts/update.py !!!!
!!!! 2025-06-05 00:20:54.447328+00:00 !!!!
!!!! 2025-08-04 20:11:08.017807+00:00 !!!!
!!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!
"""

Expand Down Expand Up @@ -422,6 +422,33 @@
},
},
"berachain": {
"testnet": {
"chain": "Berachain",
"chainId": 80069,
"ens": None,
"explorers": [
{
"icon": "berachain",
"name": "Beratrail",
"standard": "none",
"url": "https://bepolia.beratrail.io",
}
],
"faucets": [],
"features": None,
"icon": "berachain",
"infoURL": "https://www.berachain.com",
"name": "Berachain Bepolia",
"nativeCurrency": {
"decimals": 18,
"name": "Testnet BERA Token",
"symbol": "BERA",
},
"networkId": 80069,
"rpc": ["https://bepolia.rpc.berachain.com"],
"shortName": "berachain-bepolia",
"slip44": None,
},
"bartio": {
"chain": "Berachain bArtio",
"chainId": 80084,
Expand All @@ -445,6 +472,37 @@
"shortName": "berachainbArtio",
"slip44": None,
},
"mainnet": {
"chain": "Berachain",
"chainId": 80094,
"ens": None,
"explorers": [
{
"name": "Berascan",
"standard": "EIP3091",
"url": "https://berascan.com",
},
{
"name": "Beratrail",
"standard": "EIP3091",
"url": "https://beratrail.io",
},
],
"faucets": [],
"features": None,
"icon": "berachain",
"infoURL": "https://www.berachain.com",
"name": "Berachain",
"nativeCurrency": {"decimals": 18, "name": "BERA Token", "symbol": "BERA"},
"networkId": 80094,
"rpc": [
"https://rpc.berachain.com",
"https://berachain-rpc.publicnode.com",
"https://rpc.berachain-apis.com",
],
"shortName": "berachain",
"slip44": None,
},
},
"blast": {
"mainnet": {
Expand Down Expand Up @@ -1076,6 +1134,31 @@
"shortName": "holesky",
"slip44": 1,
},
"hoodi": {
"chain": "ETH",
"chainId": 560048,
"ens": None,
"explorers": [
{
"name": "dora",
"standard": "none",
"url": "https://light-hoodi.beaconcha.in",
}
],
"faucets": [
"https://faucet.hoodi.ethpandaops.io",
"https://hoodi-faucet.pk910.de/",
],
"features": [{"name": "EIP155"}, {"name": "EIP1559"}],
"icon": "ethereum",
"infoURL": "https://hoodi.ethpandaops.io",
"name": "Ethereum Hoodi",
"nativeCurrency": {"decimals": 18, "name": "Hoodi Ether", "symbol": "ETH"},
"networkId": 560048,
"rpc": ["https://rpc.hoodi.ethpandaops.io"],
"shortName": "hoe",
"slip44": 1,
},
"sepolia": {
"chain": "ETH",
"chainId": 11155111,
Expand Down Expand Up @@ -1341,14 +1424,10 @@
"icon": "fraxtal",
"infoURL": "https://mainnet.frax.com",
"name": "Fraxtal",
"nativeCurrency": {
"decimals": 18,
"name": "Frax Ether",
"symbol": "frxETH",
},
"nativeCurrency": {"decimals": 18, "name": "Frax", "symbol": "FRAX"},
"networkId": 252,
"rpc": ["https://rpc.frax.com", "https://fraxtal-rpc.publicnode.com"],
"shortName": "fraxtal",
"shortName": "frax",
"slip44": None,
},
"holesky": {
Expand Down Expand Up @@ -2333,7 +2412,7 @@
"features": None,
"icon": "polynomialSepolia",
"infoURL": "https://polynomial.fi",
"name": "Polynomia Sepolia",
"name": "Polynomial Sepolia",
"nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
"networkId": 80008,
"rpc": ["https://rpc.sepolia.polynomial.fi"],
Expand Down Expand Up @@ -2597,6 +2676,54 @@
"slip44": 1,
},
},
"sophon": {
"mainnet": {
"chain": "Sophon",
"chainId": 50104,
"ens": None,
"explorers": [
{
"icon": "sophon-testnet",
"name": "Sophon Block Explorer",
"standard": "none",
"url": "https://explorer.sophon.xyz",
}
],
"faucets": [],
"features": None,
"icon": None,
"infoURL": "",
"name": "Sophon",
"nativeCurrency": {"decimals": 18, "name": "Sophon", "symbol": "SOPH"},
"networkId": 50104,
"rpc": ["https://rpc.sophon.xyz"],
"shortName": "sophon",
"slip44": None,
},
"sepolia": {
"chain": "Sophon Testnet",
"chainId": 531050104,
"ens": None,
"explorers": [
{
"icon": "sophon-testnet",
"name": "Sophon Block Explorer",
"standard": "none",
"url": "https://explorer.testnet.sophon.xyz",
}
],
"faucets": [],
"features": None,
"icon": None,
"infoURL": "",
"name": "Sophon Testnet",
"nativeCurrency": {"decimals": 18, "name": "Sophon", "symbol": "SOPH"},
"networkId": 531050104,
"rpc": ["https://rpc.testnet.sophon.xyz"],
"shortName": "sophon-testnet",
"slip44": None,
},
},
"soneium": {
"minato": {
"chain": "ETH",
Expand Down Expand Up @@ -2665,6 +2792,58 @@
"slip44": None,
},
},
"swellchain": {
"mainnet": {
"chain": "ETH",
"chainId": 1923,
"ens": None,
"explorers": [
{
"name": "Swellchain Explorer",
"standard": "none",
"url": "https://explorer.swellnetwork.io",
}
],
"faucets": [],
"features": None,
"icon": "swell",
"infoURL": "https://app.swellnetwork.io/layer2/swell-l2",
"name": "Swellchain",
"nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
"networkId": 1923,
"rpc": [
"https://swell-mainnet.alt.technology",
"https://rpc.ankr.com/swell",
],
"shortName": "swellchain",
"slip44": None,
},
"sepolia": {
"chain": "ETH",
"chainId": 1924,
"ens": None,
"explorers": [
{
"name": "Swellchain Testnet Explorer",
"standard": "none",
"url": "https://swell-testnet-explorer.alt.technology",
}
],
"faucets": [],
"features": None,
"icon": "swell",
"infoURL": "https://app.swellnetwork.io/layer2/swell-l2",
"name": "Swellchain Testnet",
"nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
"networkId": 1924,
"rpc": [
"https://swell-testnet.alt.technology",
"https://rpc.ankr.com/swell-testnet",
],
"shortName": "swellchain-sep",
"slip44": None,
},
},
"taiko": {
"mainnet": {
"chain": "ETH",
Expand Down Expand Up @@ -2762,6 +2941,36 @@
"shortName": "unichain-sep",
"slip44": None,
},
"mainnet": {
"chain": "ETH",
"chainId": 130,
"ens": None,
"explorers": [
{
"name": "Unichain Mainnet Explorer",
"standard": "EIP3091",
"url": "https://uniscan.xyz",
},
{
"name": "Unichain Mainnet Explorer",
"standard": "EIP3091",
"url": "https://unichain.blockscout.com",
},
],
"faucets": [],
"features": None,
"icon": "unichain",
"infoURL": "https://unichain.org",
"name": "Unichain",
"nativeCurrency": {"decimals": 18, "name": "Ether", "symbol": "ETH"},
"networkId": 130,
"rpc": [
"https://mainnet.unichain.org",
"https://unichain-rpc.publicnode.com",
],
"shortName": "unichain",
"slip44": None,
},
},
"wemix": {
"mainnet": {
Expand Down
12 changes: 12 additions & 0 deletions scripts/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"sepolia": 84532,
},
"berachain": {
"testnet": 80069,
"bartio": 80084,
"mainnet": 80094,
},
"blast": {
"mainnet": 81457,
Expand Down Expand Up @@ -94,6 +96,7 @@
"mainnet": 1,
"goerli": 5,
"holesky": 17000,
"hoodi": 560048,
"sepolia": 11155111,
},
"fantom": {
Expand Down Expand Up @@ -194,19 +197,28 @@
"mainnet": 360,
"sepolia": 11011,
},
"sophon": {
"mainnet": 50104,
"sepolia": 531050104,
},
"soneium": {
"minato": 1946,
},
"sonic": {
"mainnet": 146,
"blaze": 57054,
},
"swellchain": {
"mainnet": 1923,
"sepolia": 1924,
},
"taiko": {
"mainnet": 167000,
"hekla": 167009,
},
"unichain": {
"sepolia": 1301,
"mainnet": 130,
},
"wemix": {
"mainnet": 1111,
Expand Down
Loading