We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c461d5 commit 13f9efcCopy full SHA for 13f9efc
2 files changed
README.md
@@ -109,6 +109,7 @@ Mainnet
109
- Scroll: `"scroll"`
110
- Linea: `"linea"`
111
- Xai: `"xai"`
112
+- Xlayer: `"xlayer"`
113
- Telos: `"telos"`
114
115
Testnet
ankr/types.py
@@ -2272,3 +2272,4 @@ class Blockchain(Enum):
2272
Syscoin = "syscoin"
2273
Telos = "telos"
2274
Xai = "xai"
2275
+ Xlayer = "xlayer"
0 commit comments