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
108108- Gnosis Chain: ` "gnosis" `
109109- Scroll: ` "scroll" `
110110- Linea: ` "linea" `
111+ - Xai: ` "xai" `
112+ - Xlayer: ` "xlayer" `
113+ - Telos: ` "telos" `
111114
112115Testnet
113116
114- - Ethereum Goerli: ` "eth_goerli" `
117+ - Ethereum Sepolia: ` "eth_sepolia" `
118+ - Ethereum Holesky: ` "eth_holesky" `
115119- Avalanche Fuji: ` "avalanche_fuji" `
116- - Polygon Mumbai : ` "polygon_mumbai " `
120+ - Polygon Amoy : ` "polygon_amoy " `
117121- Optimism Testnet: ` "optimism_testnet" `
122+ - Base Sepolia: ` "base_sepolia" `
118123
119124Appchain
120125
@@ -123,6 +128,9 @@ Appchain
123128Appchain Testnet
124129
125130- META Apes Testnet: ` "bas_metaapes_testnet" `
131+ - Neura Devnet ` "neura_devnet" `
132+ - Neura Testnet ` "neura_testnet_v1" `
133+ - Incentiv Devnet ` "incentiv_devnet" `
126134
127135When passing blockchain, you can use one available from ` types.py ` (preferred) or just a string value.
128136
Original file line number Diff line number Diff line change @@ -2250,18 +2250,26 @@ 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"
2275+ Xlayer = "xlayer"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ankr-sdk"
3- version = " 1.0.1 "
3+ version = " 1.0.2 "
44description = " Compact Python library for interacting with Ankr's Advanced APIs."
55authors = [
66 " Roman Fasakhov <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments