Update deps (#877)

This commit is contained in:
KirillPamPam
2026-06-30 16:59:58 +04:00
committed by GitHub
parent 2b79458bf2
commit f2c1bd0628
3 changed files with 3 additions and 2 deletions

View File

@@ -142,6 +142,7 @@ open class CodeGen(private val config: ChainsConfig) {
"kadena" -> "BlockchainType.KADENA" "kadena" -> "BlockchainType.KADENA"
"avm" -> "BlockchainType.AVM" "avm" -> "BlockchainType.AVM"
"app" -> "BlockchainType.ETHEREUM" "app" -> "BlockchainType.ETHEREUM"
"aptos" -> "BlockchainType.ETHEREUM"
else -> throw IllegalArgumentException("unknown blockchain type $type") else -> throw IllegalArgumentException("unknown blockchain type $type")
} }
} }