solana support (#339)

This commit is contained in:
a10zn8
2023-11-13 17:01:58 +03:00
committed by GitHub
parent e5f844b091
commit 2e80da58df
39 changed files with 513 additions and 249 deletions

View File

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