Introduce Morph chain (#802)
* Introduce Morph chain * Temp bind app type to ETHEREUM
This commit is contained in:
@@ -140,6 +140,7 @@ open class CodeGen(private val config: ChainsConfig) {
|
|||||||
"cosmos" -> "BlockchainType.COSMOS"
|
"cosmos" -> "BlockchainType.COSMOS"
|
||||||
"ripple" -> "BlockchainType.RIPPLE"
|
"ripple" -> "BlockchainType.RIPPLE"
|
||||||
"kadena" -> "BlockchainType.KADENA"
|
"kadena" -> "BlockchainType.KADENA"
|
||||||
|
"app" -> "BlockchainType.ETHEREUM"
|
||||||
else -> throw IllegalArgumentException("unknown blockchain type $type")
|
else -> throw IllegalArgumentException("unknown blockchain type $type")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule emerald-grpc updated: 3ed1dff9d4...797a753f69
Reference in New Issue
Block a user