near protocol support

This commit is contained in:
a10zn8
2024-02-26 22:26:38 +03:00
parent f84add8948
commit 8c5e69a7f5
10 changed files with 242 additions and 4 deletions

View File

@@ -118,6 +118,7 @@ open class CodeGen(private val config: ChainsConfig) {
"starknet" -> "BlockchainType.STARKNET"
"polkadot" -> "BlockchainType.POLKADOT"
"solana" -> "BlockchainType.SOLANA"
"near" -> "BlockchainType.NEAR"
else -> throw IllegalArgumentException("unknown blockchain type $type")
}
}