@rhinestone/shared-configs 1.7.12 → 1.7.14
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/scripts/generate.js
CHANGED
|
@@ -252,6 +252,8 @@ const mapChainDeployments = (deployments, external) => {
|
|
|
252
252
|
compact: external?.contracts?.compact,
|
|
253
253
|
permit2: external?.contracts?.permit2,
|
|
254
254
|
feeCollector: external?.contracts?.feeCollector,
|
|
255
|
+
appFeeCollector: external?.contracts?.appFeeCollector,
|
|
256
|
+
appFeePot: external?.contracts?.appFeePot,
|
|
255
257
|
oftProxy: deployments.oftProxy,
|
|
256
258
|
});
|
|
257
259
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"contracts.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,iBAsWxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contracts.dev.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.dev.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"contracts.dev.d.ts","sourceRoot":"","sources":["../../../src/generated/contracts.dev.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAEpC,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;AACjE,QAAA,MAAM,iBAAiB,EAAE,iBAsWxB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,YAAY,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -18,6 +18,8 @@ const contractAddresses = {
|
|
|
18
18
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
19
19
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
20
20
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
21
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
22
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc",
|
|
21
23
|
"oftProxy": "0xd6ac32d80975195aF535faE83c67EA1d36486321"
|
|
22
24
|
},
|
|
23
25
|
"10": {
|
|
@@ -36,6 +38,8 @@ const contractAddresses = {
|
|
|
36
38
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
37
39
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
38
40
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
41
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
42
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc",
|
|
39
43
|
"oftProxy": "0x5B64E414f4dEA97062D6B552852FFbAcaf6d462b"
|
|
40
44
|
},
|
|
41
45
|
"56": {
|
|
@@ -53,7 +57,9 @@ const contractAddresses = {
|
|
|
53
57
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
54
58
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
55
59
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
56
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
60
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
61
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
62
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
57
63
|
},
|
|
58
64
|
"100": {
|
|
59
65
|
"relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
|
|
@@ -61,7 +67,9 @@ const contractAddresses = {
|
|
|
61
67
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
62
68
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
63
69
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
64
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
70
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
71
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
72
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
65
73
|
},
|
|
66
74
|
"130": {
|
|
67
75
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -79,6 +87,8 @@ const contractAddresses = {
|
|
|
79
87
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
80
88
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
81
89
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
90
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
91
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc",
|
|
82
92
|
"oftProxy": "0x0c9365ACEB4788F2f2D21823fbd0ff44542c6B54"
|
|
83
93
|
},
|
|
84
94
|
"137": {
|
|
@@ -97,6 +107,8 @@ const contractAddresses = {
|
|
|
97
107
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
98
108
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
99
109
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
110
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
111
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc",
|
|
100
112
|
"oftProxy": "0x81E23Ed7B30780dd7DFc1F1641D255906280934a"
|
|
101
113
|
},
|
|
102
114
|
"143": {
|
|
@@ -110,7 +122,9 @@ const contractAddresses = {
|
|
|
110
122
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
111
123
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
112
124
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
113
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
125
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
126
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
127
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
114
128
|
},
|
|
115
129
|
"146": {
|
|
116
130
|
"ecoArbiter": "0x1BeBAfb3D05d84A5Bfd94800c88d1342f755d8AB",
|
|
@@ -122,7 +136,9 @@ const contractAddresses = {
|
|
|
122
136
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
123
137
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
124
138
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
125
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
139
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
140
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
141
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
126
142
|
},
|
|
127
143
|
"999": {
|
|
128
144
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -139,7 +155,9 @@ const contractAddresses = {
|
|
|
139
155
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
140
156
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
141
157
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
142
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
158
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
159
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
160
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
143
161
|
},
|
|
144
162
|
"1868": {
|
|
145
163
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -152,7 +170,9 @@ const contractAddresses = {
|
|
|
152
170
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
153
171
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
154
172
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
155
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
173
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
174
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
175
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
156
176
|
},
|
|
157
177
|
"4663": {
|
|
158
178
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -165,7 +185,9 @@ const contractAddresses = {
|
|
|
165
185
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
166
186
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
167
187
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
168
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
188
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
189
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
190
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
169
191
|
},
|
|
170
192
|
"8453": {
|
|
171
193
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -182,7 +204,9 @@ const contractAddresses = {
|
|
|
182
204
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
183
205
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
184
206
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
185
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
207
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
208
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
209
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
186
210
|
},
|
|
187
211
|
"9745": {
|
|
188
212
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -200,6 +224,8 @@ const contractAddresses = {
|
|
|
200
224
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
201
225
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
202
226
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
227
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
228
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc",
|
|
203
229
|
"oftProxy": "0xB01c27A13Ac8044ACB2315C3c9b877bc8C83ce27"
|
|
204
230
|
},
|
|
205
231
|
"9746": {
|
|
@@ -209,7 +235,9 @@ const contractAddresses = {
|
|
|
209
235
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
210
236
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
211
237
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
212
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
238
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
239
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
240
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
213
241
|
},
|
|
214
242
|
"42161": {
|
|
215
243
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -227,6 +255,8 @@ const contractAddresses = {
|
|
|
227
255
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
228
256
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
229
257
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
258
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
259
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc",
|
|
230
260
|
"oftProxy": "0x8886505Fc68b53B0D5156DbB68CFAdA878c89f89"
|
|
231
261
|
},
|
|
232
262
|
"84532": {
|
|
@@ -241,7 +271,9 @@ const contractAddresses = {
|
|
|
241
271
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
242
272
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
243
273
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
244
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
274
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
275
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
276
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
245
277
|
},
|
|
246
278
|
"421614": {
|
|
247
279
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -255,7 +287,9 @@ const contractAddresses = {
|
|
|
255
287
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
256
288
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
257
289
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
258
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
290
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
291
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
292
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
259
293
|
},
|
|
260
294
|
"747474": {
|
|
261
295
|
"relayArbiter": "0xf50962E8f230D83c67002597992ce0f9EBDD49c0",
|
|
@@ -263,7 +297,9 @@ const contractAddresses = {
|
|
|
263
297
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
264
298
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
265
299
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
266
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
300
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
301
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
302
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
267
303
|
},
|
|
268
304
|
"11155111": {
|
|
269
305
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -277,7 +313,9 @@ const contractAddresses = {
|
|
|
277
313
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
278
314
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
279
315
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
280
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
316
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
317
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
318
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
281
319
|
},
|
|
282
320
|
"11155420": {
|
|
283
321
|
"acrossHandler": "0xF6fC9aa0DA8621f5596024f34E277032E5A80AE8",
|
|
@@ -291,7 +329,9 @@ const contractAddresses = {
|
|
|
291
329
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
292
330
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
293
331
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
294
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
332
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
333
|
+
"appFeeCollector": "0xc9dc20145135368d5184dB9Ee6598c885a7f03e1",
|
|
334
|
+
"appFeePot": "0xb83E1d9C267e1f99529f8cE4CE20899f1FCAdBCc"
|
|
295
335
|
},
|
|
296
336
|
"*": {
|
|
297
337
|
"addressBook": "0xb7Eed4f2c3c3EE7349f80414ffb04dA6c247924E",
|
|
@@ -18,6 +18,8 @@ const contractAddresses = {
|
|
|
18
18
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
19
19
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
20
20
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
21
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
22
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c",
|
|
21
23
|
"oftProxy": "0x7cbcf2E2B6e29e539326bf5730353D6106D6DA0a"
|
|
22
24
|
},
|
|
23
25
|
"10": {
|
|
@@ -36,6 +38,8 @@ const contractAddresses = {
|
|
|
36
38
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
37
39
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
38
40
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
41
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
42
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c",
|
|
39
43
|
"oftProxy": "0x4a16B761367f8545cbF0dcFb90c6a190D53d5A4B"
|
|
40
44
|
},
|
|
41
45
|
"56": {
|
|
@@ -53,7 +57,9 @@ const contractAddresses = {
|
|
|
53
57
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
54
58
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
55
59
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
56
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
60
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
61
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
62
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
57
63
|
},
|
|
58
64
|
"100": {
|
|
59
65
|
"relayArbiter": "0xad549C787B8C00B4E880e327c3Ad3965275cEdfd",
|
|
@@ -61,7 +67,9 @@ const contractAddresses = {
|
|
|
61
67
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
62
68
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
63
69
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
64
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
70
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
71
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
72
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
65
73
|
},
|
|
66
74
|
"130": {
|
|
67
75
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -79,6 +87,8 @@ const contractAddresses = {
|
|
|
79
87
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
80
88
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
81
89
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
90
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
91
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c",
|
|
82
92
|
"oftProxy": "0xB3bAE89d1F4FbDD56708c3aDc92d54F3e5B2C47e"
|
|
83
93
|
},
|
|
84
94
|
"137": {
|
|
@@ -97,6 +107,8 @@ const contractAddresses = {
|
|
|
97
107
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
98
108
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
99
109
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
110
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
111
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c",
|
|
100
112
|
"oftProxy": "0xcaee1Bf3C17B128985C808ed4055Fd83C32EcC71"
|
|
101
113
|
},
|
|
102
114
|
"143": {
|
|
@@ -110,7 +122,9 @@ const contractAddresses = {
|
|
|
110
122
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
111
123
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
112
124
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
113
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
125
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
126
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
127
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
114
128
|
},
|
|
115
129
|
"146": {
|
|
116
130
|
"ecoArbiter": "0x2e7627CCfAe4eDb336eEb5a70f08415B0F1a2b8C",
|
|
@@ -122,7 +136,9 @@ const contractAddresses = {
|
|
|
122
136
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
123
137
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
124
138
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
125
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
139
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
140
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
141
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
126
142
|
},
|
|
127
143
|
"999": {
|
|
128
144
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -139,7 +155,9 @@ const contractAddresses = {
|
|
|
139
155
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
140
156
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
141
157
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
142
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
158
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
159
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
160
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
143
161
|
},
|
|
144
162
|
"1868": {
|
|
145
163
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -152,7 +170,9 @@ const contractAddresses = {
|
|
|
152
170
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
153
171
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
154
172
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
155
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
173
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
174
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
175
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
156
176
|
},
|
|
157
177
|
"4663": {
|
|
158
178
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -165,7 +185,9 @@ const contractAddresses = {
|
|
|
165
185
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
166
186
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
167
187
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
168
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
188
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
189
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
190
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
169
191
|
},
|
|
170
192
|
"8453": {
|
|
171
193
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -182,7 +204,9 @@ const contractAddresses = {
|
|
|
182
204
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
183
205
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
184
206
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
185
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
207
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
208
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
209
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
186
210
|
},
|
|
187
211
|
"9745": {
|
|
188
212
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -200,6 +224,8 @@ const contractAddresses = {
|
|
|
200
224
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
201
225
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
202
226
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
227
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
228
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c",
|
|
203
229
|
"oftProxy": "0x2C8d441698332996C754402c35273b6566C8701d"
|
|
204
230
|
},
|
|
205
231
|
"9746": {
|
|
@@ -209,7 +235,9 @@ const contractAddresses = {
|
|
|
209
235
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
210
236
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
211
237
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
212
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
238
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
239
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
240
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
213
241
|
},
|
|
214
242
|
"42161": {
|
|
215
243
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -227,6 +255,8 @@ const contractAddresses = {
|
|
|
227
255
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
228
256
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
229
257
|
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
258
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
259
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c",
|
|
230
260
|
"oftProxy": "0x4a263e771D73489e15a62e56FD49Dee6A26885A1"
|
|
231
261
|
},
|
|
232
262
|
"84532": {
|
|
@@ -241,7 +271,9 @@ const contractAddresses = {
|
|
|
241
271
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
242
272
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
243
273
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
244
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
274
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
275
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
276
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
245
277
|
},
|
|
246
278
|
"421614": {
|
|
247
279
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -255,7 +287,9 @@ const contractAddresses = {
|
|
|
255
287
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
256
288
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
257
289
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
258
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
290
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
291
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
292
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
259
293
|
},
|
|
260
294
|
"747474": {
|
|
261
295
|
"relayArbiter": "0xad549C787B8C00B4E880e327c3Ad3965275cEdfd",
|
|
@@ -263,7 +297,9 @@ const contractAddresses = {
|
|
|
263
297
|
"relayRouter": "0xb92fe925dc43a0ecde6c8b1a2709c170ec4fff4f",
|
|
264
298
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
265
299
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
266
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
300
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
301
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
302
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
267
303
|
},
|
|
268
304
|
"11155111": {
|
|
269
305
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -277,7 +313,9 @@ const contractAddresses = {
|
|
|
277
313
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
278
314
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
279
315
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
280
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
316
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
317
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
318
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
281
319
|
},
|
|
282
320
|
"11155420": {
|
|
283
321
|
"acrossHandler": "0x505549590d0F107C65a61FD9f71f8dd3f92C393E",
|
|
@@ -291,7 +329,9 @@ const contractAddresses = {
|
|
|
291
329
|
"ecoVaultAddress": "0xfc6695ed50c06ac1102371168c33b3cfab7c884b",
|
|
292
330
|
"compact": "0x00000000000000171ede64904551eeDF3C6C9788",
|
|
293
331
|
"permit2": "0x000000000022D473030F116dDEE9F6B43aC78BA3",
|
|
294
|
-
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09"
|
|
332
|
+
"feeCollector": "0xfeebabe17996b3346cf80f04a1f072102a90cf09",
|
|
333
|
+
"appFeeCollector": "0xdcc703c0E500B653Ca82273B7BFAd8045D85a470",
|
|
334
|
+
"appFeePot": "0x134760a4cC835c4031d772B10D639004443D2A1c"
|
|
295
335
|
},
|
|
296
336
|
"*": {
|
|
297
337
|
"addressBook": "0x4b9e821f89F0952efe6A60719dcA953eCF980D4D",
|