Skip to content

Commit

Permalink
Update network.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gchainvalidators authored Dec 23, 2024
1 parent 705a678 commit 0169647
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared/constants/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ export const CHAIN_IDS = {
B3_TESTNET: '0x7c9',
GRAVITY_ALPHA_MAINNET: '0x659',
GRAVITY_ALPHA_TESTNET_SEPOLIA: '0x34c1',
GSYS_MAINNET:'0x407b',
GSYS_TESTNET:'0xa5c8',
GSYS_MAINNET: '0x407b',
GSYS_TESTNET: '0xa5c8',
} as const;

export const CHAINLIST_CHAIN_IDS_MAP = {
Expand Down Expand Up @@ -231,8 +231,8 @@ export const CHAINLIST_CHAIN_IDS_MAP = {
APE: '0x8173',
GRAVITY_ALPHA_MAINNET: '0x659',
GRAVITY_ALPHA_TESTNET_SEPOLIA: '0x34c1',
GSYS_MAINNET:'0x407b',
GSYS_TESTNET:'0xa5c8',
GSYS_MAINNET: '0x407b',
GSYS_TESTNET: '0xa5c8',
} as const;

// To add a deprecation warning to a network, add it to the array
Expand Down

0 comments on commit 0169647

Please sign in to comment.