Skip to content

Commit b9de273

Browse files
fix: react-wallet-v2: ghostnet
1 parent d631262 commit b9de273

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ export const TEZOS_MAINNET_CHAINS: Record<string, ChainMetadata> = {
2828
}
2929

3030
export const TEZOS_TEST_CHAINS: Record<string, ChainMetadata> = {
31-
'tezos:testnet': {
32-
chainId: 'testnet',
33-
name: 'Tezos Testnet',
31+
'tezos:ghostnet': {
32+
chainId: 'ghostnet',
33+
name: 'Tezos Ghostnet',
3434
logo: '/chain-logos/tezos.svg',
3535
rgb: '44, 125, 247',
3636
rpc: 'https://rpc.ghostnet.teztnets.com',

0 commit comments

Comments
 (0)