Skip to content

Commit 14a4d6d

Browse files
committed
removing goerli chains
1 parent bcbefc4 commit 14a4d6d

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/components/common/constants.ts

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -71,36 +71,18 @@ export const NETWORK_LIST = [
7171
iconPath: '/images/arbitrum-logo.svg',
7272
iconPathInverted: '/images/arbitrum-logo.svg',
7373
},
74-
{
75-
name: 'Goerli',
76-
key: 'goerli',
77-
iconPath: '/images/eth-diamond-purple.svg',
78-
iconPathInverted: '/images/eth-diamond-purple.svg',
79-
},
8074
{
8175
name: 'Avalanche',
8276
key: 'avalanche',
8377
iconPath: '/images/avalanche-logo-red.svg',
8478
iconPathInverted: '/images/avalanche-logo-red.svg',
8579
},
86-
{
87-
name: 'Mumbai',
88-
key: 'mumbai',
89-
iconPath: '/images/polygon-mumbai-icon.svg',
90-
iconPathInverted: '/images/polygon-mumbai-inverted.svg',
91-
},
9280
{
9381
name: 'Polygon Amoy',
9482
key: 'polygon-amoy',
9583
iconPath: '/images/polygon-mumbai-icon.svg',
9684
iconPathInverted: '/images/polygon-mumbai-inverted.svg',
9785
},
98-
{
99-
name: 'Arbitrum Goerli',
100-
key: 'arbitrum-goerli',
101-
iconPath: '/images/arbitrum-logo.svg',
102-
iconPathInverted: '/images/arbitrum-logo.svg',
103-
},
10486
{
10587
name: 'Arbitrum Sepolia',
10688
key: 'arbitrum-sepolia',

0 commit comments

Comments
 (0)