Skip to content

Commit 32f9df4

Browse files
authored
fix:remove duplicate chain declaration (#711)
1 parent 65c5723 commit 32f9df4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@ export const EIP155_TEST_CHAINS: Record<string, EIP155Chain> = {
9999
namespace: 'eip155',
100100
smartAccountEnabled: true
101101
},
102-
'eip155:84532': {
103-
chainId: 84532,
104-
name: 'Base Sepolia',
105-
logo: '/chain-logos/eip155-1.png',
106-
rgb: '99, 125, 234',
107-
rpc: 'https://sepolia.base.org',
108-
namespace: 'eip155',
109-
smartAccountEnabled: true
110-
},
111102
'eip155:43113': {
112103
chainId: 43113,
113104
name: 'Avalanche Fuji',
@@ -155,7 +146,8 @@ export const EIP155_TEST_CHAINS: Record<string, EIP155Chain> = {
155146
logo: '/chain-logos/base.webp',
156147
rgb: '22, 83, 241',
157148
rpc: 'https://sepolia.base.org',
158-
namespace: 'eip155'
149+
namespace: 'eip155',
150+
smartAccountEnabled: true
159151
}
160152
}
161153

0 commit comments

Comments
 (0)