Skip to content

Commit c0b60e7

Browse files
authored
feat: add BASE network id
1 parent 7a66f6d commit c0b60e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +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 = ['s', 'eth', 'matic', 'arb1', 'oeth', 'sn'];
11+
const MAINNET_NETWORK_ID_WHITELIST = ['s', 'eth', 'matic', 'arb1', 'oeth', 'sn', 'base'];
1212
const TESTNET_NETWORK_ID_WHITELIST = ['s-tn', 'sep', 'linea-testnet', 'sn-sep'];
1313
const broviderUrl = process.env.BROVIDER_URL ?? 'https://rpc.snapshot.org';
1414

0 commit comments

Comments
 (0)