Skip to content

Commit

Permalink
fix:remove duplicate chain declaration (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
KannuSingh authored Sep 18, 2024
1 parent 65c5723 commit 32f9df4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions advanced/wallets/react-wallet-v2/src/data/EIP155Data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,6 @@ export const EIP155_TEST_CHAINS: Record<string, EIP155Chain> = {
namespace: 'eip155',
smartAccountEnabled: true
},
'eip155:84532': {
chainId: 84532,
name: 'Base Sepolia',
logo: '/chain-logos/eip155-1.png',
rgb: '99, 125, 234',
rpc: 'https://sepolia.base.org',
namespace: 'eip155',
smartAccountEnabled: true
},
'eip155:43113': {
chainId: 43113,
name: 'Avalanche Fuji',
Expand Down Expand Up @@ -155,7 +146,8 @@ export const EIP155_TEST_CHAINS: Record<string, EIP155Chain> = {
logo: '/chain-logos/base.webp',
rgb: '22, 83, 241',
rpc: 'https://sepolia.base.org',
namespace: 'eip155'
namespace: 'eip155',
smartAccountEnabled: true
}
}

Expand Down

0 comments on commit 32f9df4

Please sign in to comment.