node: add xpla to protobuf
This commit is contained in:
parent
2fe56754d2
commit
58cd430541
|
@ -35,6 +35,7 @@ enum ChainID {
|
||||||
CHAIN_ID_OPTIMISM = 24;
|
CHAIN_ID_OPTIMISM = 24;
|
||||||
CHAIN_ID_GNOSIS = 25;
|
CHAIN_ID_GNOSIS = 25;
|
||||||
CHAIN_ID_PYTHNET = 26;
|
CHAIN_ID_PYTHNET = 26;
|
||||||
|
CHAIN_ID_XPLA = 28;
|
||||||
// Special case - Eth has two testnets. CHAIN_ID_ETHEREUM is Goerli,
|
// 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.
|
// but we also want to connect to Ropsten, so we add a separate chain.
|
||||||
CHAIN_ID_ETHEREUM_ROPSTEN = 10001;
|
CHAIN_ID_ETHEREUM_ROPSTEN = 10001;
|
||||||
|
|
Loading…
Reference in New Issue