@@ -137,6 +137,7 @@ open class CodeGen(private val config: ChainsConfig) {
|
||||
"eth-beacon-chain" -> "BlockchainType.ETHEREUM_BEACON_CHAIN"
|
||||
"ton" -> "BlockchainType.TON"
|
||||
"cosmos" -> "BlockchainType.COSMOS"
|
||||
"ripple" -> "BlockchainType.RIPPLE"
|
||||
else -> throw IllegalArgumentException("unknown blockchain type $type")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user