node: add xpla to protobuf

This commit is contained in:
Bruce Riley 2022-10-12 18:10:13 +00:00 committed by Evan Gray
parent 2fe56754d2
commit 58cd430541
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ enum ChainID {
CHAIN_ID_OPTIMISM = 24;
CHAIN_ID_GNOSIS = 25;
CHAIN_ID_PYTHNET = 26;
CHAIN_ID_XPLA = 28;
// Special case - Eth has two testnets. CHAIN_ID_ETHEREUM is Goerli,
// but we also want to connect to Ropsten, so we add a separate chain.
CHAIN_ID_ETHEREUM_ROPSTEN = 10001;