Skip to content

Commit

Permalink
fix: react-wallet-v2: ghostnet
Browse files Browse the repository at this point in the history
  • Loading branch information
dianasavvatina committed Oct 3, 2024
1 parent d631262 commit b9de273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions advanced/wallets/react-wallet-v2/src/data/TezosData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const TEZOS_MAINNET_CHAINS: Record<string, ChainMetadata> = {
}

export const TEZOS_TEST_CHAINS: Record<string, ChainMetadata> = {
'tezos:testnet': {
chainId: 'testnet',
name: 'Tezos Testnet',
'tezos:ghostnet': {
chainId: 'ghostnet',
name: 'Tezos Ghostnet',
logo: '/chain-logos/tezos.svg',
rgb: '44, 125, 247',
rpc: 'https://rpc.ghostnet.teztnets.com',
Expand Down

0 comments on commit b9de273

Please sign in to comment.