Skip to content

Commit

Permalink
fix: add basesep to testnets
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Feb 8, 2024
1 parent 0ff4793 commit 8d31df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/NetworkSelector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const MenuWithTooltip = forwardRef<HTMLUListElement>(function MenuWithTooltip(pr
)
})

const testNets = ['gor', 'base-gor', 'sep']
const testNets = ['gor', 'basegor', 'basesep', 'sep']
const isTestnet = (shortName: string) => {
return testNets.includes(shortName)
}
Expand Down

0 comments on commit 8d31df5

Please sign in to comment.