add toncenter (#580)

* add toncenter

* upd dep

* toncenter->ton

* toncenter->ton
This commit is contained in:
Aarif Khamdi
2024-10-23 11:57:42 +05:00
committed by GitHub
parent 184939a463
commit 750310702a
10 changed files with 263 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ enum class BlockchainType(
SOLANA(ApiType.JSON_RPC),
NEAR(ApiType.JSON_RPC),
ETHEREUM_BEACON_CHAIN(ApiType.REST),
COSMOS(ApiType.JSON_RPC);
COSMOS(ApiType.JSON_RPC),
TON(ApiType.REST);
}
enum class ApiType {