-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.js
More file actions
23 lines (23 loc) · 921 Bytes
/
config.js
File metadata and controls
23 lines (23 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// TRANSACTION BATCH SIZE FOR SAFE
export const BATCH_SIZE = 35;
export const WITH_PROPOSING = false;
export const NATIVE_TOKENS = [
'0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270',
'0x806B448d6C5b507727AD715425B744f038E475bc',
];
export const AXELAR_RELAYS = [
'0xd36aac0c9676e984d72823fb662ce94d3ab5e551',
'0xe743a49f04f2f77eb2d3b753ae3ad599de8cea84',
'0x2102c32a09cbced4146c3db2d27ae21a185bda43',
'0xdc4bf78224cbd20428dff4787b1e32bbfd04a90d',
'0xc77820eef59629fc8d88154977bc8de8a1b2f4ae',
'0x26ff577818a40d1333944b7492e23619303f5d84',
'0x345662abfe0e257e23552a434d02ef274ccb6a90',
'0xcd5a6286f376306c2bbf7a231166beee4f6d1a25',
'0x0bef4993e66efefa0d124ca143c5d73433032175',
'0x8dbee8f3917049bc30fef01924a7ac79d16cf2b9',
'0x51a3c407f130163b28b762513864e596a1de1bd9',
'0xb28837949e7a3f1ac862036e8a0ae392c9ff9bb4',
];
export const SQUID_MULTICALL =
'0xaD6Cea45f98444a922a2b4fE96b8C90F0862D2F4';