add aztec networks (#785)

* add aztec networks

* fix linter errors & checkout from main (public)

* fix AztecLowerBoundService
This commit is contained in:
Artem Rootman
2026-01-30 18:04:05 +02:00
committed by GitHub
parent 116807054a
commit 4d4a2ed655
10 changed files with 321 additions and 3 deletions

View File

@@ -128,6 +128,7 @@ open class CodeGen(private val config: ChainsConfig) {
private fun type(type: String): String {
return when(type) {
"aztec" -> "BlockchainType.AZTEC"
"eth" -> "BlockchainType.ETHEREUM"
"bitcoin" -> "BlockchainType.BITCOIN"
"starknet" -> "BlockchainType.STARKNET"