From 13f9efc6f13c6dfff31e927c1ca8c646ae1dca53 Mon Sep 17 00:00:00 2001 From: Yurii Momotenko Date: Fri, 5 Jul 2024 12:11:28 +0200 Subject: [PATCH] Add xlayer --- README.md | 1 + ankr/types.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c50457c..0243148 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ Mainnet - Scroll: `"scroll"` - Linea: `"linea"` - Xai: `"xai"` +- Xlayer: `"xlayer"` - Telos: `"telos"` Testnet diff --git a/ankr/types.py b/ankr/types.py index b7c9512..b20d0a2 100644 --- a/ankr/types.py +++ b/ankr/types.py @@ -2272,3 +2272,4 @@ class Blockchain(Enum): Syscoin = "syscoin" Telos = "telos" Xai = "xai" + Xlayer = "xlayer"