@safe-global/safe-deployments 1.37.7 → 1.37.9

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.
Files changed (43) hide show
  1. package/README.md +14 -0
  2. package/dist/assets/v1.3.0/compatibility_fallback_handler.json +5 -0
  3. package/dist/assets/v1.3.0/create_call.json +5 -0
  4. package/dist/assets/v1.3.0/gnosis_safe.json +5 -0
  5. package/dist/assets/v1.3.0/gnosis_safe_l2.json +5 -0
  6. package/dist/assets/v1.3.0/multi_send.json +5 -0
  7. package/dist/assets/v1.3.0/multi_send_call_only.json +5 -0
  8. package/dist/assets/v1.3.0/proxy_factory.json +5 -0
  9. package/dist/assets/v1.3.0/sign_message_lib.json +5 -0
  10. package/dist/assets/v1.3.0/simulate_tx_accessor.json +5 -0
  11. package/dist/assets/v1.4.1/compatibility_fallback_handler.json +1 -0
  12. package/dist/assets/v1.4.1/create_call.json +1 -0
  13. package/dist/assets/v1.4.1/multi_send.json +1 -0
  14. package/dist/assets/v1.4.1/multi_send_call_only.json +1 -0
  15. package/dist/assets/v1.4.1/safe.json +1 -0
  16. package/dist/assets/v1.4.1/safe_l2.json +1 -0
  17. package/dist/assets/v1.4.1/safe_proxy_factory.json +1 -0
  18. package/dist/assets/v1.4.1/sign_message_lib.json +1 -0
  19. package/dist/assets/v1.4.1/simulate_tx_accessor.json +1 -0
  20. package/dist/utils.js +2 -1
  21. package/package.json +1 -1
  22. package/src/__tests__/assets.test.ts +40 -2
  23. package/src/assets/v1.3.0/compatibility_fallback_handler.json +5 -0
  24. package/src/assets/v1.3.0/create_call.json +5 -0
  25. package/src/assets/v1.3.0/gnosis_safe.json +5 -0
  26. package/src/assets/v1.3.0/gnosis_safe_l2.json +5 -0
  27. package/src/assets/v1.3.0/multi_send.json +5 -0
  28. package/src/assets/v1.3.0/multi_send_call_only.json +5 -0
  29. package/src/assets/v1.3.0/proxy_factory.json +5 -0
  30. package/src/assets/v1.3.0/sign_message_lib.json +5 -0
  31. package/src/assets/v1.3.0/simulate_tx_accessor.json +5 -0
  32. package/src/assets/v1.4.1/compatibility_fallback_handler.json +1 -0
  33. package/src/assets/v1.4.1/create_call.json +1 -0
  34. package/src/assets/v1.4.1/multi_send.json +1 -0
  35. package/src/assets/v1.4.1/multi_send_call_only.json +1 -0
  36. package/src/assets/v1.4.1/safe.json +1 -0
  37. package/src/assets/v1.4.1/safe_l2.json +1 -0
  38. package/src/assets/v1.4.1/safe_migration.json +148 -0
  39. package/src/assets/v1.4.1/safe_proxy_factory.json +1 -0
  40. package/src/assets/v1.4.1/safe_to_l2_migration.json +206 -0
  41. package/src/assets/v1.4.1/safe_to_l2_setup.json +65 -0
  42. package/src/assets/v1.4.1/sign_message_lib.json +1 -0
  43. package/src/assets/v1.4.1/simulate_tx_accessor.json +1 -0
@@ -91,6 +91,7 @@
91
91
  "592": "canonical",
92
92
  "595": "eip155",
93
93
  "599": "eip155",
94
+ "648": ["canonical", "eip155"],
94
95
  "686": "eip155",
95
96
  "690": ["eip155", "canonical"],
96
97
  "787": "eip155",
@@ -130,6 +131,7 @@
130
131
  "2020": "canonical",
131
132
  "2021": "canonical",
132
133
  "2039": "canonical",
134
+ "2192": ["canonical", "eip155"],
133
135
  "2221": ["canonical", "eip155"],
134
136
  "2222": ["canonical", "eip155"],
135
137
  "2331": "canonical",
@@ -198,6 +200,8 @@
198
200
  "28979": "canonical",
199
201
  "33401": "canonical",
200
202
  "34443": ["canonical", "eip155"],
203
+ "35441": "canonical",
204
+ "35443": "canonical",
201
205
  "41455": ["canonical", "eip155"],
202
206
  "42161": "canonical",
203
207
  "42170": "canonical",
@@ -277,6 +281,7 @@
277
281
  "333000333": "canonical",
278
282
  "476462898": "canonical",
279
283
  "666666666": ["canonical", "eip155"],
284
+ "888888888": "canonical",
280
285
  "999999999": ["canonical", "eip155"],
281
286
  "1313161554": ["canonical", "eip155"],
282
287
  "1313161555": "canonical",
@@ -91,6 +91,7 @@
91
91
  "592": "canonical",
92
92
  "595": "eip155",
93
93
  "599": "eip155",
94
+ "648": ["canonical", "eip155"],
94
95
  "686": "eip155",
95
96
  "690": ["eip155", "canonical"],
96
97
  "787": "eip155",
@@ -130,6 +131,7 @@
130
131
  "2020": "canonical",
131
132
  "2021": "canonical",
132
133
  "2039": "canonical",
134
+ "2192": ["canonical", "eip155"],
133
135
  "2221": ["canonical", "eip155"],
134
136
  "2222": ["canonical", "eip155"],
135
137
  "2331": "canonical",
@@ -198,6 +200,8 @@
198
200
  "28979": "canonical",
199
201
  "33401": "canonical",
200
202
  "34443": ["canonical", "eip155"],
203
+ "35441": "canonical",
204
+ "35443": "canonical",
201
205
  "41455": ["canonical", "eip155"],
202
206
  "42161": "canonical",
203
207
  "42170": "canonical",
@@ -277,6 +281,7 @@
277
281
  "333000333": "canonical",
278
282
  "476462898": "canonical",
279
283
  "666666666": ["canonical", "eip155"],
284
+ "888888888": "canonical",
280
285
  "999999999": ["canonical", "eip155"],
281
286
  "1313161554": ["canonical", "eip155"],
282
287
  "1313161555": "canonical",
@@ -91,6 +91,7 @@
91
91
  "592": "canonical",
92
92
  "595": "eip155",
93
93
  "599": "eip155",
94
+ "648": ["canonical", "eip155"],
94
95
  "686": "eip155",
95
96
  "690": ["eip155", "canonical"],
96
97
  "787": "eip155",
@@ -130,6 +131,7 @@
130
131
  "2020": "canonical",
131
132
  "2021": "canonical",
132
133
  "2039": "canonical",
134
+ "2192": ["canonical", "eip155"],
133
135
  "2221": ["canonical", "eip155"],
134
136
  "2222": ["canonical", "eip155"],
135
137
  "2331": "canonical",
@@ -198,6 +200,8 @@
198
200
  "28979": "canonical",
199
201
  "33401": "canonical",
200
202
  "34443": ["canonical", "eip155"],
203
+ "35441": "canonical",
204
+ "35443": "canonical",
201
205
  "41455": ["canonical", "eip155"],
202
206
  "42161": "canonical",
203
207
  "42170": "canonical",
@@ -277,6 +281,7 @@
277
281
  "333000333": "canonical",
278
282
  "476462898": "canonical",
279
283
  "666666666": ["canonical", "eip155"],
284
+ "888888888": "canonical",
280
285
  "999999999": ["canonical", "eip155"],
281
286
  "1313161554": ["canonical", "eip155"],
282
287
  "1313161555": "canonical",
@@ -91,6 +91,7 @@
91
91
  "592": "canonical",
92
92
  "595": "eip155",
93
93
  "599": "eip155",
94
+ "648": ["canonical", "eip155"],
94
95
  "686": "eip155",
95
96
  "690": ["eip155", "canonical"],
96
97
  "787": "eip155",
@@ -130,6 +131,7 @@
130
131
  "2020": "canonical",
131
132
  "2021": "canonical",
132
133
  "2039": "canonical",
134
+ "2192": ["canonical", "eip155"],
133
135
  "2221": ["canonical", "eip155"],
134
136
  "2222": ["canonical", "eip155"],
135
137
  "2331": "canonical",
@@ -198,6 +200,8 @@
198
200
  "28979": "canonical",
199
201
  "33401": "canonical",
200
202
  "34443": ["canonical", "eip155"],
203
+ "35441": "canonical",
204
+ "35443": "canonical",
201
205
  "41455": ["canonical", "eip155"],
202
206
  "42161": "canonical",
203
207
  "42170": "canonical",
@@ -277,6 +281,7 @@
277
281
  "333000333": "canonical",
278
282
  "476462898": "canonical",
279
283
  "666666666": ["canonical", "eip155"],
284
+ "888888888": "canonical",
280
285
  "999999999": ["canonical", "eip155"],
281
286
  "1313161554": ["canonical", "eip155"],
282
287
  "1313161555": "canonical",
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -0,0 +1,148 @@
1
+ {
2
+ "released": true,
3
+ "contractName": "SafeMigration",
4
+ "version": "1.4.1",
5
+ "deployments": {
6
+ "canonical": {
7
+ "address": "0x526643F69b81B008F46d95CD5ced5eC0edFFDaC6",
8
+ "codeHash": "0xc00d7921460cd5a05393e7772e634bd7d212f356356aa3a77f0120a9b8e25e99"
9
+ }
10
+ },
11
+ "networkAddresses": {
12
+ "1": "canonical",
13
+ "10": "canonical",
14
+ "56": "canonical",
15
+ "100": "canonical",
16
+ "137": "canonical",
17
+ "196": "canonical",
18
+ "1101": "canonical",
19
+ "1337": "canonical",
20
+ "5000": "canonical",
21
+ "8453": "canonical",
22
+ "42161": "canonical",
23
+ "42220": "canonical",
24
+ "43114": "canonical",
25
+ "59144": "canonical",
26
+ "81457": "canonical",
27
+ "84532": "canonical",
28
+ "534352": "canonical",
29
+ "11155111": "canonical",
30
+ "1313161554": "canonical"
31
+ },
32
+ "abi": [
33
+ {
34
+ "inputs": [
35
+ {
36
+ "internalType": "address",
37
+ "name": "safeSingleton",
38
+ "type": "address"
39
+ },
40
+ {
41
+ "internalType": "address",
42
+ "name": "safeL2Singleton",
43
+ "type": "address"
44
+ },
45
+ {
46
+ "internalType": "address",
47
+ "name": "fallbackHandler",
48
+ "type": "address"
49
+ }
50
+ ],
51
+ "stateMutability": "nonpayable",
52
+ "type": "constructor"
53
+ },
54
+ {
55
+ "anonymous": false,
56
+ "inputs": [
57
+ {
58
+ "indexed": false,
59
+ "internalType": "address",
60
+ "name": "singleton",
61
+ "type": "address"
62
+ }
63
+ ],
64
+ "name": "ChangedMasterCopy",
65
+ "type": "event"
66
+ },
67
+ {
68
+ "inputs": [],
69
+ "name": "MIGRATION_SINGLETON",
70
+ "outputs": [
71
+ {
72
+ "internalType": "address",
73
+ "name": "",
74
+ "type": "address"
75
+ }
76
+ ],
77
+ "stateMutability": "view",
78
+ "type": "function"
79
+ },
80
+ {
81
+ "inputs": [],
82
+ "name": "SAFE_FALLBACK_HANDLER",
83
+ "outputs": [
84
+ {
85
+ "internalType": "address",
86
+ "name": "",
87
+ "type": "address"
88
+ }
89
+ ],
90
+ "stateMutability": "view",
91
+ "type": "function"
92
+ },
93
+ {
94
+ "inputs": [],
95
+ "name": "SAFE_L2_SINGLETON",
96
+ "outputs": [
97
+ {
98
+ "internalType": "address",
99
+ "name": "",
100
+ "type": "address"
101
+ }
102
+ ],
103
+ "stateMutability": "view",
104
+ "type": "function"
105
+ },
106
+ {
107
+ "inputs": [],
108
+ "name": "SAFE_SINGLETON",
109
+ "outputs": [
110
+ {
111
+ "internalType": "address",
112
+ "name": "",
113
+ "type": "address"
114
+ }
115
+ ],
116
+ "stateMutability": "view",
117
+ "type": "function"
118
+ },
119
+ {
120
+ "inputs": [],
121
+ "name": "migrateL2Singleton",
122
+ "outputs": [],
123
+ "stateMutability": "nonpayable",
124
+ "type": "function"
125
+ },
126
+ {
127
+ "inputs": [],
128
+ "name": "migrateL2WithFallbackHandler",
129
+ "outputs": [],
130
+ "stateMutability": "nonpayable",
131
+ "type": "function"
132
+ },
133
+ {
134
+ "inputs": [],
135
+ "name": "migrateSingleton",
136
+ "outputs": [],
137
+ "stateMutability": "nonpayable",
138
+ "type": "function"
139
+ },
140
+ {
141
+ "inputs": [],
142
+ "name": "migrateWithFallbackHandler",
143
+ "outputs": [],
144
+ "stateMutability": "nonpayable",
145
+ "type": "function"
146
+ }
147
+ ]
148
+ }
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -0,0 +1,206 @@
1
+ {
2
+ "released": true,
3
+ "contractName": "SafeToL2Migration",
4
+ "version": "1.4.1",
5
+ "deployments": {
6
+ "canonical": {
7
+ "address": "0xfF83F6335d8930cBad1c0D439A841f01888D9f69",
8
+ "codeHash": "0xa83e7be2fa20c96dc9575e3937239d552f3831ea437d7c96397eec8736f0cba0"
9
+ }
10
+ },
11
+ "networkAddresses": {
12
+ "1": "canonical",
13
+ "10": "canonical",
14
+ "56": "canonical",
15
+ "100": "canonical",
16
+ "137": "canonical",
17
+ "196": "canonical",
18
+ "1101": "canonical",
19
+ "1337": "canonical",
20
+ "5000": "canonical",
21
+ "8453": "canonical",
22
+ "42161": "canonical",
23
+ "42220": "canonical",
24
+ "43114": "canonical",
25
+ "59144": "canonical",
26
+ "81457": "canonical",
27
+ "84532": "canonical",
28
+ "534352": "canonical",
29
+ "11155111": "canonical",
30
+ "1313161554": "canonical"
31
+ },
32
+ "abi": [
33
+ {
34
+ "inputs": [],
35
+ "stateMutability": "nonpayable",
36
+ "type": "constructor"
37
+ },
38
+ {
39
+ "anonymous": false,
40
+ "inputs": [
41
+ {
42
+ "indexed": false,
43
+ "internalType": "address",
44
+ "name": "singleton",
45
+ "type": "address"
46
+ }
47
+ ],
48
+ "name": "ChangedMasterCopy",
49
+ "type": "event"
50
+ },
51
+ {
52
+ "anonymous": false,
53
+ "inputs": [
54
+ {
55
+ "indexed": false,
56
+ "internalType": "address",
57
+ "name": "to",
58
+ "type": "address"
59
+ },
60
+ {
61
+ "indexed": false,
62
+ "internalType": "uint256",
63
+ "name": "value",
64
+ "type": "uint256"
65
+ },
66
+ {
67
+ "indexed": false,
68
+ "internalType": "bytes",
69
+ "name": "data",
70
+ "type": "bytes"
71
+ },
72
+ {
73
+ "indexed": false,
74
+ "internalType": "enum Enum.Operation",
75
+ "name": "operation",
76
+ "type": "uint8"
77
+ },
78
+ {
79
+ "indexed": false,
80
+ "internalType": "uint256",
81
+ "name": "safeTxGas",
82
+ "type": "uint256"
83
+ },
84
+ {
85
+ "indexed": false,
86
+ "internalType": "uint256",
87
+ "name": "baseGas",
88
+ "type": "uint256"
89
+ },
90
+ {
91
+ "indexed": false,
92
+ "internalType": "uint256",
93
+ "name": "gasPrice",
94
+ "type": "uint256"
95
+ },
96
+ {
97
+ "indexed": false,
98
+ "internalType": "address",
99
+ "name": "gasToken",
100
+ "type": "address"
101
+ },
102
+ {
103
+ "indexed": false,
104
+ "internalType": "address payable",
105
+ "name": "refundReceiver",
106
+ "type": "address"
107
+ },
108
+ {
109
+ "indexed": false,
110
+ "internalType": "bytes",
111
+ "name": "signatures",
112
+ "type": "bytes"
113
+ },
114
+ {
115
+ "indexed": false,
116
+ "internalType": "bytes",
117
+ "name": "additionalInfo",
118
+ "type": "bytes"
119
+ }
120
+ ],
121
+ "name": "SafeMultiSigTransaction",
122
+ "type": "event"
123
+ },
124
+ {
125
+ "anonymous": false,
126
+ "inputs": [
127
+ {
128
+ "indexed": true,
129
+ "internalType": "address",
130
+ "name": "initiator",
131
+ "type": "address"
132
+ },
133
+ {
134
+ "indexed": false,
135
+ "internalType": "address[]",
136
+ "name": "owners",
137
+ "type": "address[]"
138
+ },
139
+ {
140
+ "indexed": false,
141
+ "internalType": "uint256",
142
+ "name": "threshold",
143
+ "type": "uint256"
144
+ },
145
+ {
146
+ "indexed": false,
147
+ "internalType": "address",
148
+ "name": "initializer",
149
+ "type": "address"
150
+ },
151
+ {
152
+ "indexed": false,
153
+ "internalType": "address",
154
+ "name": "fallbackHandler",
155
+ "type": "address"
156
+ }
157
+ ],
158
+ "name": "SafeSetup",
159
+ "type": "event"
160
+ },
161
+ {
162
+ "inputs": [],
163
+ "name": "MIGRATION_SINGLETON",
164
+ "outputs": [
165
+ {
166
+ "internalType": "address",
167
+ "name": "",
168
+ "type": "address"
169
+ }
170
+ ],
171
+ "stateMutability": "view",
172
+ "type": "function"
173
+ },
174
+ {
175
+ "inputs": [
176
+ {
177
+ "internalType": "address",
178
+ "name": "l2Singleton",
179
+ "type": "address"
180
+ },
181
+ {
182
+ "internalType": "address",
183
+ "name": "fallbackHandler",
184
+ "type": "address"
185
+ }
186
+ ],
187
+ "name": "migrateFromV111",
188
+ "outputs": [],
189
+ "stateMutability": "nonpayable",
190
+ "type": "function"
191
+ },
192
+ {
193
+ "inputs": [
194
+ {
195
+ "internalType": "address",
196
+ "name": "l2Singleton",
197
+ "type": "address"
198
+ }
199
+ ],
200
+ "name": "migrateToL2",
201
+ "outputs": [],
202
+ "stateMutability": "nonpayable",
203
+ "type": "function"
204
+ }
205
+ ]
206
+ }
@@ -0,0 +1,65 @@
1
+ {
2
+ "released": true,
3
+ "contractName": "SafeToL2Setup",
4
+ "version": "1.4.1",
5
+ "deployments": {
6
+ "canonical": {
7
+ "address": "0xBD89A1CE4DDe368FFAB0eC35506eEcE0b1fFdc54",
8
+ "codeHash": "0x2f25df28caf984366ee584e13241707e85dcd5a6ea0c14267928dafc1fd6274b"
9
+ }
10
+ },
11
+ "networkAddresses": {
12
+ "1": "canonical",
13
+ "10": "canonical",
14
+ "56": "canonical",
15
+ "100": "canonical",
16
+ "137": "canonical",
17
+ "196": "canonical",
18
+ "1101": "canonical",
19
+ "1337": "canonical",
20
+ "5000": "canonical",
21
+ "8453": "canonical",
22
+ "42161": "canonical",
23
+ "42220": "canonical",
24
+ "43114": "canonical",
25
+ "59144": "canonical",
26
+ "81457": "canonical",
27
+ "84532": "canonical",
28
+ "534352": "canonical",
29
+ "11155111": "canonical",
30
+ "1313161554": "canonical"
31
+ },
32
+ "abi": [
33
+ {
34
+ "inputs": [],
35
+ "stateMutability": "nonpayable",
36
+ "type": "constructor"
37
+ },
38
+ {
39
+ "anonymous": false,
40
+ "inputs": [
41
+ {
42
+ "indexed": false,
43
+ "internalType": "address",
44
+ "name": "singleton",
45
+ "type": "address"
46
+ }
47
+ ],
48
+ "name": "ChangedMasterCopy",
49
+ "type": "event"
50
+ },
51
+ {
52
+ "inputs": [
53
+ {
54
+ "internalType": "address",
55
+ "name": "l2Singleton",
56
+ "type": "address"
57
+ }
58
+ ],
59
+ "name": "setupToL2",
60
+ "outputs": [],
61
+ "stateMutability": "nonpayable",
62
+ "type": "function"
63
+ }
64
+ ]
65
+ }
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",
@@ -56,6 +56,7 @@
56
56
  "1811": "canonical",
57
57
  "2000": "canonical",
58
58
  "2039": "canonical",
59
+ "2192": "canonical",
59
60
  "2358": "canonical",
60
61
  "2810": "canonical",
61
62
  "3338": "canonical",