File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Expand file tree Collapse file tree 3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,18 @@ Mainnet
108
108
- Gnosis Chain: ` "gnosis" `
109
109
- Scroll: ` "scroll" `
110
110
- Linea: ` "linea" `
111
+ - Xai: ` "xai" `
112
+ - Xlayer: ` "xlayer" `
113
+ - Telos: ` "telos" `
111
114
112
115
Testnet
113
116
114
- - Ethereum Goerli: ` "eth_goerli" `
117
+ - Ethereum Sepolia: ` "eth_sepolia" `
118
+ - Ethereum Holesky: ` "eth_holesky" `
115
119
- Avalanche Fuji: ` "avalanche_fuji" `
116
- - Polygon Mumbai : ` "polygon_mumbai " `
120
+ - Polygon Amoy : ` "polygon_amoy " `
117
121
- Optimism Testnet: ` "optimism_testnet" `
122
+ - Base Sepolia: ` "base_sepolia" `
118
123
119
124
Appchain
120
125
@@ -123,6 +128,9 @@ Appchain
123
128
Appchain Testnet
124
129
125
130
- META Apes Testnet: ` "bas_metaapes_testnet" `
131
+ - Neura Devnet ` "neura_devnet" `
132
+ - Neura Testnet ` "neura_testnet_v1" `
133
+ - Incentiv Devnet ` "incentiv_devnet" `
126
134
127
135
When passing blockchain, you can use one available from ` types.py ` (preferred) or just a string value.
128
136
Original file line number Diff line number Diff line change @@ -2250,18 +2250,26 @@ class Blockchain(Enum):
2250
2250
Avalanche = "avalanche"
2251
2251
Avalanche_fuji = "avalanche_fuji"
2252
2252
Base = "base"
2253
+ Base_sepolia = "base_sepolia"
2253
2254
Bsc = "bsc"
2254
2255
Eth = "eth"
2255
- Eth_goerli = "eth_goerli"
2256
+ Eth_holesky = "eth_holesky"
2257
+ Eth_sepolia = "eth_sepolia"
2256
2258
Fantom = "fantom"
2257
2259
Flare = "flare"
2258
2260
Gnosis = "gnosis"
2261
+ Incentiv_devnet = "incentiv_devnet"
2259
2262
Linea = "linea"
2263
+ Neura_devnet = "neura_devnet"
2264
+ Neura_testnet_v1 = "neura_testnet_v1"
2260
2265
Optimism = "optimism"
2261
2266
Optimism_testnet = "optimism_testnet"
2262
2267
Polygon = "polygon"
2263
- Polygon_mumbai = "polygon_mumbai "
2268
+ Polygon_amoy = "polygon_amoy "
2264
2269
Polygon_zkevm = "polygon_zkevm"
2265
2270
Rollux = "rollux"
2266
2271
Scroll = "scroll"
2267
2272
Syscoin = "syscoin"
2273
+ Telos = "telos"
2274
+ Xai = "xai"
2275
+ Xlayer = "xlayer"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ankr-sdk"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
description = " Compact Python library for interacting with Ankr's Advanced APIs."
5
5
authors = [
6
6
" Roman Fasakhov <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments