add cosmos rpc support
This commit is contained in:
@@ -126,6 +126,7 @@ open class CodeGen(private val config: ChainsConfig) {
|
||||
"solana" -> "BlockchainType.SOLANA"
|
||||
"near" -> "BlockchainType.NEAR"
|
||||
"eth-beacon-chain" -> "BlockchainType.ETHEREUM_BEACON_CHAIN"
|
||||
"cosmos" -> "BlockchainType.COSMOS"
|
||||
else -> throw IllegalArgumentException("unknown blockchain type $type")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user