Skip to content

Commit 13f9efc

Browse files
committed
Add xlayer
1 parent 8c461d5 commit 13f9efc

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Mainnet
109109
- Scroll: `"scroll"`
110110
- Linea: `"linea"`
111111
- Xai: `"xai"`
112+
- Xlayer: `"xlayer"`
112113
- Telos: `"telos"`
113114

114115
Testnet

ankr/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2272,3 +2272,4 @@ class Blockchain(Enum):
22722272
Syscoin = "syscoin"
22732273
Telos = "telos"
22742274
Xai = "xai"
2275+
Xlayer = "xlayer"

0 commit comments

Comments
 (0)