Skip to content

Commit 33e1962

Browse files
committed
fix: move testnet and devnet to correct map
1 parent 1b41b77 commit 33e1962

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

advanced/wallets/react-wallet-v2/src/data/SolanaData.ts

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,6 @@ export const SOLANA_MAINNET_CHAINS = {
3131
rgb: '162, 254, 160',
3232
rpc: 'https://eclipse.helius-rpc.com',
3333
namespace: 'solana'
34-
},
35-
'solana:CX4huckiV9QNAkKNVKi5Tj8nxzBive5k': {
36-
chainId: 'CX4huckiV9QNAkKNVKi5Tj8nxzBive5k',
37-
name: 'Eclipse Testnet',
38-
logo: '/chain-logos/eclipse.png',
39-
rgb: '162, 254, 160',
40-
rpc: 'https://testnet.dev2.eclipsenetwork.xyz',
41-
namespace: 'solana'
42-
},
43-
'solana:8axJLKAqQU9oyULRunGrZTLDEXhn17VW': {
44-
chainId: '8axJLKAqQU9oyULRunGrZTLDEXhn17VW',
45-
name: 'Eclipse Devnet',
46-
logo: '/chain-logos/eclipse.png',
47-
rgb: '162, 254, 160',
48-
rpc: 'https://staging-rpc.dev2.eclipsenetwork.xyz',
49-
namespace: 'solana'
5034
}
5135
}
5236

@@ -75,6 +59,22 @@ export const SOLANA_TEST_CHAINS = {
7559
rgb: '30, 240, 166',
7660
rpc: 'https://api.testnet.solana.com',
7761
namespace: 'solana'
62+
},
63+
'solana:CX4huckiV9QNAkKNVKi5Tj8nxzBive5k': {
64+
chainId: 'CX4huckiV9QNAkKNVKi5Tj8nxzBive5k',
65+
name: 'Eclipse Testnet',
66+
logo: '/chain-logos/eclipse.png',
67+
rgb: '162, 254, 160',
68+
rpc: 'https://testnet.dev2.eclipsenetwork.xyz',
69+
namespace: 'solana'
70+
},
71+
'solana:8axJLKAqQU9oyULRunGrZTLDEXhn17VW': {
72+
chainId: '8axJLKAqQU9oyULRunGrZTLDEXhn17VW',
73+
name: 'Eclipse Devnet',
74+
logo: '/chain-logos/eclipse.png',
75+
rgb: '162, 254, 160',
76+
rpc: 'https://staging-rpc.dev2.eclipsenetwork.xyz',
77+
namespace: 'solana'
7878
}
7979
}
8080

0 commit comments

Comments
 (0)