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