add aztec networks (#785)
* add aztec networks * fix linter errors & checkout from main (public) * fix AztecLowerBoundService
This commit is contained in:
@@ -5,6 +5,7 @@ enum class BlockchainType(
|
||||
) {
|
||||
UNKNOWN(ApiType.JSON_RPC),
|
||||
BITCOIN(ApiType.JSON_RPC),
|
||||
AZTEC(ApiType.JSON_RPC),
|
||||
ETHEREUM(ApiType.JSON_RPC),
|
||||
STARKNET(ApiType.JSON_RPC),
|
||||
POLKADOT(ApiType.JSON_RPC),
|
||||
@@ -19,4 +20,4 @@ enum class BlockchainType(
|
||||
|
||||
enum class ApiType {
|
||||
JSON_RPC, REST;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user