Skip to content

Commit 89b2188

Browse files
committed
chore: remove matic from sx (#573)
1 parent 271152c commit 89b2188

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/helpers/utils.ts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,7 @@ import snapshot from '@snapshot-labs/snapshot.js';
88
import { Response } from 'express';
99
import fetch from 'node-fetch';
1010

11-
const MAINNET_NETWORK_ID_WHITELIST = [
12-
's',
13-
'eth',
14-
'matic',
15-
'arb1',
16-
'oeth',
17-
'sn',
18-
'base',
19-
'mnt',
20-
'ape'
21-
];
11+
const MAINNET_NETWORK_ID_WHITELIST = ['s', 'eth', 'arb1', 'oeth', 'sn', 'base', 'mnt', 'ape'];
2212
const TESTNET_NETWORK_ID_WHITELIST = ['s-tn', 'sep', 'curtis', 'linea-testnet', 'sn-sep'];
2313
const broviderUrl = process.env.BROVIDER_URL ?? 'https://rpc.snapshot.org';
2414

test/integration/helpers/actions.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ describe('helpers/actions', () => {
111111
sn: '0x001080f1ced38269d7a32068700179c6335dee568f8599cf74b120869f8ec641',
112112
arb1: '0xFd36252770642Ac48FC3A06d7A1D00be8946dd18',
113113
oeth: '0x82572911308D2579f15e3cF21402Dcf1D5408300',
114-
matic: '0x80D0Ffd8739eABF16436074fF64DC081c60C833A',
115114
eth: '0xaeee929Ca508Dd1F185a8E74F4a9c37c25595c25',
116115
base: '0x9f0c8eB80FC802f2466f44539919975443934f4B',
117116
mnt: '0x8a4E34e2658566DD01978557367F5361552CaFC8',

0 commit comments

Comments
 (0)