Skip to content

Commit e3d9b83

Browse files
committed
use pylon preset as default for base goerli
1 parent 912fc80 commit e3d9b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/store/state/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -432,12 +432,12 @@ const mainState: M = {
432432
connection: {
433433
primary: {
434434
on: true,
435-
current: 'custom',
435+
current: 'pylon',
436436
status: 'loading',
437437
connected: false,
438438
type: '',
439439
network: '',
440-
custom: 'https://goerli.base.org'
440+
custom: ''
441441
},
442442
secondary: {
443443
on: false,

0 commit comments

Comments
 (0)