Skip to content

Commit 8c461d5

Browse files
committed
Update blockchains
1 parent 3e9a957 commit 8c461d5

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,17 @@ Mainnet
108108
- Gnosis Chain: `"gnosis"`
109109
- Scroll: `"scroll"`
110110
- Linea: `"linea"`
111+
- Xai: `"xai"`
112+
- Telos: `"telos"`
111113

112114
Testnet
113115

114-
- Ethereum Goerli: `"eth_goerli"`
116+
- Ethereum Sepolia: `"eth_sepolia"`
117+
- Ethereum Holesky: `"eth_holesky"`
115118
- Avalanche Fuji: `"avalanche_fuji"`
116-
- Polygon Mumbai: `"polygon_mumbai"`
119+
- Polygon Amoy: `"polygon_amoy"`
117120
- Optimism Testnet: `"optimism_testnet"`
121+
- Base Sepolia: `"base_sepolia"`
118122

119123
Appchain
120124

@@ -123,6 +127,9 @@ Appchain
123127
Appchain Testnet
124128

125129
- META Apes Testnet: `"bas_metaapes_testnet"`
130+
- Neura Devnet `"neura_devnet"`
131+
- Neura Testnet `"neura_testnet_v1"`
132+
- Incentiv Devnet `"incentiv_devnet"`
126133

127134
When passing blockchain, you can use one available from `types.py` (preferred) or just a string value.
128135

ankr/types.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,18 +2250,25 @@ class Blockchain(Enum):
22502250
Avalanche = "avalanche"
22512251
Avalanche_fuji = "avalanche_fuji"
22522252
Base = "base"
2253+
Base_sepolia = "base_sepolia"
22532254
Bsc = "bsc"
22542255
Eth = "eth"
2255-
Eth_goerli = "eth_goerli"
2256+
Eth_holesky = "eth_holesky"
2257+
Eth_sepolia = "eth_sepolia"
22562258
Fantom = "fantom"
22572259
Flare = "flare"
22582260
Gnosis = "gnosis"
2261+
Incentiv_devnet = "incentiv_devnet"
22592262
Linea = "linea"
2263+
Neura_devnet = "neura_devnet"
2264+
Neura_testnet_v1 = "neura_testnet_v1"
22602265
Optimism = "optimism"
22612266
Optimism_testnet = "optimism_testnet"
22622267
Polygon = "polygon"
2263-
Polygon_mumbai = "polygon_mumbai"
2268+
Polygon_amoy = "polygon_amoy"
22642269
Polygon_zkevm = "polygon_zkevm"
22652270
Rollux = "rollux"
22662271
Scroll = "scroll"
22672272
Syscoin = "syscoin"
2273+
Telos = "telos"
2274+
Xai = "xai"

0 commit comments

Comments
 (0)