near protocol support
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user