sdk-triggerx 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.js +8 -2
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -13,24 +13,30 @@ exports.CONTRACT_ADDRESSES_BY_CHAIN = {
|
|
|
13
13
|
'11155420': {
|
|
14
14
|
gasRegistry: '0x664CB20BCEEc9416D290AC820e5446e61a5c75e4',
|
|
15
15
|
jobRegistry: '0x476ACc7949a95e31144cC84b8F6BC7abF0967E4b',
|
|
16
|
+
safeFactory: '0x04359eDC46Cd6C6BD7F6359512984222BE10F8Be',
|
|
17
|
+
safeModule: '0xa0bC1477cfc452C05786262c377DE51FB8bc4669',
|
|
16
18
|
},
|
|
17
19
|
// Ethereum Sepolia (11155111) - Ethereum Sepolia Testnet
|
|
18
20
|
'11155111': {
|
|
19
21
|
gasRegistry: '0x664CB20BCEEc9416D290AC820e5446e61a5c75e4',
|
|
20
22
|
jobRegistry: '0x476ACc7949a95e31144cC84b8F6BC7abF0967E4b',
|
|
23
|
+
safeFactory: '0xdf76E2A796a206D877086c717979054544B1D9Bc',
|
|
24
|
+
safeModule: '0xa0bC1477cfc452C05786262c377DE51FB8bc4669',
|
|
21
25
|
},
|
|
22
26
|
// Arbitrum Sepolia (421614) - Arbitrum Sepolia Testnet
|
|
23
27
|
'421614': {
|
|
24
28
|
gasRegistry: '0x664CB20BCEEc9416D290AC820e5446e61a5c75e4',
|
|
25
29
|
jobRegistry: '0x476ACc7949a95e31144cC84b8F6BC7abF0967E4b',
|
|
26
|
-
safeFactory: '
|
|
27
|
-
safeModule: '
|
|
30
|
+
safeFactory: '0x04359eDC46Cd6C6BD7F6359512984222BE10F8Be',
|
|
31
|
+
safeModule: '0xa0bC1477cfc452C05786262c377DE51FB8bc4669',
|
|
28
32
|
// safeSingleton can be provided per deployment (Safe or SafeL2)
|
|
29
33
|
},
|
|
30
34
|
// Base Sepolia (84532) - Base Sepolia Testnet
|
|
31
35
|
'84532': {
|
|
32
36
|
gasRegistry: '0x664CB20BCEEc9416D290AC820e5446e61a5c75e4',
|
|
33
37
|
jobRegistry: '0x476ACc7949a95e31144cC84b8F6BC7abF0967E4b',
|
|
38
|
+
safeFactory: '0x04359eDC46Cd6C6BD7F6359512984222BE10F8Be',
|
|
39
|
+
safeModule: '0xa0bC1477cfc452C05786262c377DE51FB8bc4669',
|
|
34
40
|
},
|
|
35
41
|
// MAINNET CONFIGURATIONS
|
|
36
42
|
// Arbitrum One (42161) - Mainnet
|