Skip to content

Commit 6738250

Browse files
committed
Remove goerli
1 parent ac5a01f commit 6738250

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/src/lib/services/onboard.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ const intiOnboard = async (theme) => {
194194
}
195195
]
196196
},
197-
{
198-
id: '0x5',
199-
token: 'ETH',
200-
label: 'Goerli',
201-
rpcUrl: `https://goerli.infura.io/v3/${INFURA_ID}`
202-
},
203197
{
204198
id: 11155111,
205199
token: 'ETH',

packages/demo/src/App.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,6 @@
297297
label: 'Arbitrum Nova',
298298
rpcUrl: 'https://nova.arbitrum.io/rpc'
299299
},
300-
{
301-
id: '0x5',
302-
token: 'ETH',
303-
label: 'Goerli',
304-
rpcUrl: 'https://ethereum-goerli.publicnode.com'
305-
},
306300
{
307301
id: '0x13881',
308302
token: 'MATIC',

0 commit comments

Comments
 (0)