Skip to content

Commit

Permalink
Merge pull request #41 from p2p-org/solana
Browse files Browse the repository at this point in the history
solana nets
  • Loading branch information
a10zn8 authored Nov 8, 2023
2 parents 3a98f87 + 6cccb68 commit 0d143eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ enum ChainRef {
CHAIN_KAVA__MAINNET = 1025;
CHAIN_ASTAR_MAINNET = 1026;
CHAIN_VARA_MAINNET = 1027;
CHAIN_SOLANA_MAINNET = 1028;

// Testnets start with 10_000
CHAIN_ETHEREUM__MORDEN = 10001;
Expand Down Expand Up @@ -83,6 +84,7 @@ enum ChainRef {
CHAIN_IMMUTABLE_ZKEVM__TESTNET = 10034;
CHAIN_ASTAR_ZKATANA = 10035;
CHAIN_VARA_TESTNET = 10036;
CHAIN_SOLANA_TESTNET = 10037;

// Non-standard starts from 20_000
}
Expand Down

0 comments on commit 0d143eb

Please sign in to comment.