Skip to content

Commit

Permalink
edit cost element
Browse files Browse the repository at this point in the history
  • Loading branch information
Barukimang committed Jun 7, 2024
1 parent 68f8278 commit e7e0a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/selectChainForm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const networks: SelectableNetworks = {
security: ['ethereum', 'base', 'arbitrum', 'polygon'],
},
test: {
cost: ['zksyncSepolia', 'sepolia'],
cost: ['sepolia', 'zksyncSepolia'],
popularity: ['sepolia', 'zksyncSepolia'],
security: ['sepolia', 'zksyncSepolia'],
},
Expand Down

0 comments on commit e7e0a2a

Please sign in to comment.