We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cc8f51 + 116099f commit 8b29bf6Copy full SHA for 8b29bf6
src/components/common/constants.ts
@@ -1,10 +1,4 @@
1
export const NETWORK_LIST = [
2
- {
3
- name: 'Cyber Mainnet',
4
- key: 'cyber-mainnet',
5
- iconPath: '/images/cyber-logo.svg',
6
- iconPathInverted: '/images/cyber-logo.svg',
7
- },
8
{
9
name: 'Polygon',
10
key: 'matic',
@@ -23,6 +17,12 @@ export const NETWORK_LIST = [
23
17
iconPath: '/images/ethereum-logo-rainbow.svg',
24
18
iconPathInverted: '/images/ethereum-logo-rainbow.svg',
25
19
},
20
+ {
21
+ name: 'Cyber Mainnet',
22
+ key: 'cyber-mainnet',
+ iconPath: '/images/cyber-logo.svg',
+ iconPathInverted: '/images/cyber-logo.svg',
+ },
26
27
name: 'Fuse',
28
key: 'fuse',
0 commit comments