Skip to content

Commit

Permalink
fix: APP-3220 - Move Ethereum Sepolia up top in popularity and securi…
Browse files Browse the repository at this point in the history
…ty (#1368)
  • Loading branch information
Barukimang authored Jun 12, 2024
1 parent c020ba6 commit 3eb1b2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/containers/selectChainForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ const networks: SelectableNetworks = {
security: ['ethereum', 'base', 'arbitrum', 'polygon'],
},
test: {
cost: ['zksyncSepolia', 'sepolia'],
popularity: ['zksyncSepolia', 'sepolia'],
security: ['zksyncSepolia', 'sepolia'],
cost: ['sepolia', 'zksyncSepolia'],
popularity: ['sepolia', 'zksyncSepolia'],
security: ['sepolia', 'zksyncSepolia'],
},
};

0 comments on commit 3eb1b2e

Please sign in to comment.