Skip to content

Commit

Permalink
<Portfolio>: show testnets in <NetworkSelect> to allow Scroll Alpha t…
Browse files Browse the repository at this point in the history
…o be selected
  • Loading branch information
darrylyeo committed Apr 15, 2023
1 parent 59c98d2 commit 89847ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Portfolio.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
target.value = ''
}}
placeholder="Add Network..."
showTestnets
/>

<!-- <input type="text" name="networks[]" bind:value={newNetworks} required hidden /> -->
Expand Down
2 changes: 1 addition & 1 deletion src/data/networks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5357,9 +5357,9 @@ export const ethereumAndL2Networks = [
'polygon',
'gnosis',
'polygon-zkevm',
// 'scroll',
'arbitrum-one',
'optimism',
'scroll',
// 'skale-testnet',
// 'arbitrum-xdai',
// 'metis',
Expand Down

1 comment on commit 89847ee

@vercel
Copy link

@vercel vercel bot commented on 89847ee Apr 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blockhead – ./

blockhead-phi.vercel.app
blockhead-darrylyeo.vercel.app
blockhead-git-main-darrylyeo.vercel.app

Please sign in to comment.