Support Ripple blockchain (#630)

* Support Ripple blockchain
This commit is contained in:
oke11o
2025-02-13 15:13:31 +01:00
committed by GitHub
parent 8567182088
commit eca16ba30d
13 changed files with 463 additions and 16 deletions

View File

@@ -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")
}
}