@zoralabs/protocol-deployments 0.3.3 → 0.3.4
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/.turbo/turbo-build.log +19 -19
- package/CHANGELOG.md +6 -0
- package/dist/generated/wagmi.d.ts +58 -42
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +11 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +11 -9
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/generated/wagmi.ts +35 -33
package/dist/index.js
CHANGED
|
@@ -2307,6 +2307,8 @@ var secondarySwapABI = [
|
|
|
2307
2307
|
inputs: [{ name: "account", internalType: "address", type: "address" }],
|
|
2308
2308
|
name: "AddressInsufficientBalance"
|
|
2309
2309
|
},
|
|
2310
|
+
{ type: "error", inputs: [], name: "AddressZero" },
|
|
2311
|
+
{ type: "error", inputs: [], name: "AlreadyInitialized" },
|
|
2310
2312
|
{ type: "error", inputs: [], name: "ERC20ZEquivalentAmountNotConverted" },
|
|
2311
2313
|
{ type: "error", inputs: [], name: "ERC20ZMinimumAmountNotReceived" },
|
|
2312
2314
|
{ type: "error", inputs: [], name: "FailedInnerCall" },
|
|
@@ -2318,15 +2320,15 @@ var secondarySwapABI = [
|
|
|
2318
2320
|
{ type: "error", inputs: [], name: "SaleNotSet" }
|
|
2319
2321
|
];
|
|
2320
2322
|
var secondarySwapAddress = {
|
|
2321
|
-
1: "
|
|
2322
|
-
10: "
|
|
2323
|
-
8453: "
|
|
2324
|
-
42161: "
|
|
2325
|
-
81457: "
|
|
2326
|
-
84532: "
|
|
2327
|
-
7777777: "
|
|
2328
|
-
11155111: "
|
|
2329
|
-
999999999: "
|
|
2323
|
+
1: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2324
|
+
10: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2325
|
+
8453: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2326
|
+
42161: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2327
|
+
81457: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2328
|
+
84532: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2329
|
+
7777777: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2330
|
+
11155111: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1",
|
|
2331
|
+
999999999: "0x777777EDF27Ac61671e3D5718b10bf6a8802f9f1"
|
|
2330
2332
|
};
|
|
2331
2333
|
var secondarySwapConfig = {
|
|
2332
2334
|
address: secondarySwapAddress,
|