File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
advanced/wallets/react-wallet-v2/src/data Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments