networkConfig: keep default export separate to not break UI

Signed-off-by: AlienTornadosaurusHex <>
This commit is contained in:
AlienTornadosaurusHex 2023-05-16 15:24:52 +00:00
parent ad0d1391dc
commit 2fbd860f51
7 changed files with 13 additions and 24 deletions

View file

@ -1,6 +1,6 @@
export const enabledChains = ['1', '10', '56', '100', '137', '42161']
export const chainsWithEncryptedNotes = ['1', '5', '56', '100', '137']
export default {
enabledChains: ['1', '10', '56', '100', '137', '42161'],
chainsWithEncryptedNotes: ['1', '5', '56', '100', '137'],
netId1: {
rpcCallRetryAttempt: 15,
gasPrices: {