Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions proto/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ enum ChainRef {
CHAIN_AZTEC__TESTNET = 10186;
CHAIN_AZTEC__DEVNET = 10187;
CHAIN_MOCA__TESTNET = 10188;

// Virtual chains (no real blockchain)
CHAIN_LAMBDA__VIRTUAL = 99999; // P2P Lambda REST API synthetic provider
}

message SingleAddress {
Expand Down