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

@@ -135,6 +135,7 @@ open class CodeGen(private val config: ChainsConfig) {
"solana" -> "BlockchainType.SOLANA"
"near" -> "BlockchainType.NEAR"
"eth-beacon-chain" -> "BlockchainType.ETHEREUM_BEACON_CHAIN"
"ton" -> "BlockchainType.TON"
"cosmos" -> "BlockchainType.COSMOS"
else -> throw IllegalArgumentException("unknown blockchain type $type")
}