Skip to content

Commit a7234ef

Browse files
authored
Merge pull request #8 from Ankr-network/feature/SCAN-1102-update-blockchains
Update blockchains
2 parents 3e9a957 + d043a3c commit a7234ef

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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

112115
Testnet
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

119124
Appchain
120125

@@ -123,6 +128,9 @@ Appchain
123128
Appchain 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

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

ankr/types.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ankr-sdk"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Compact Python library for interacting with Ankr's Advanced APIs."
55
authors = [
66
"Roman Fasakhov <[email protected]>",

0 commit comments

Comments
 (0)