Skip to content

Commit 116099f

Browse files
committed
adding cyber mainnet
1 parent c1a468f commit 116099f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/common/constants.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
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-
},
82
{
93
name: 'Polygon',
104
key: 'matic',
@@ -23,6 +17,12 @@ export const NETWORK_LIST = [
2317
iconPath: '/images/ethereum-logo-rainbow.svg',
2418
iconPathInverted: '/images/ethereum-logo-rainbow.svg',
2519
},
20+
{
21+
name: 'Cyber Mainnet',
22+
key: 'cyber-mainnet',
23+
iconPath: '/images/cyber-logo.svg',
24+
iconPathInverted: '/images/cyber-logo.svg',
25+
},
2626
{
2727
name: 'Fuse',
2828
key: 'fuse',

0 commit comments

Comments
 (0)