From e4eead72aca6cebf04a53f476a197f5d6cfc9536 Mon Sep 17 00:00:00 2001 From: "Andres D. Molins" Date: Fri, 11 Apr 2025 12:35:10 +0200 Subject: [PATCH] Feature: Implement support for a new blockchain. --- src/aleph/sdk/account.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aleph/sdk/account.py b/src/aleph/sdk/account.py index 2c289fbf..68a8ed62 100644 --- a/src/aleph/sdk/account.py +++ b/src/aleph/sdk/account.py @@ -28,6 +28,7 @@ Chain.BOB: EVMAccount, Chain.CYBER: EVMAccount, Chain.DOT: DOTAccount, + Chain.ECLIPSE: SOLAccount, Chain.ETH: ETHAccount, Chain.FRAXTAL: EVMAccount, Chain.LINEA: EVMAccount,