add toncenter (#580)
* add toncenter * upd dep * toncenter->ton * toncenter->ton
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user