@pufferfinance/puffer-sdk 1.3.0 → 1.3.1
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/{ccip-3UC0TC9X.js → ccip-B8jJ05lf.js} +2 -2
- package/dist/{ccip-3UC0TC9X.js.map → ccip-B8jJ05lf.js.map} +1 -1
- package/dist/{ccip-DQ94bmby.cjs → ccip-FLJhscuM.cjs} +2 -2
- package/dist/{ccip-DQ94bmby.cjs.map → ccip-FLJhscuM.cjs.map} +1 -1
- package/dist/{main-CqqE1ac9.cjs → main-BvDjU6ON.cjs} +3 -3
- package/dist/{main-CqqE1ac9.cjs.map → main-BvDjU6ON.cjs.map} +1 -1
- package/dist/{main-pCx1muph.js → main-DsfUd-Gu.js} +4 -3
- package/dist/{main-pCx1muph.js.map → main-DsfUd-Gu.js.map} +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.js +1 -1
- package/package.json +1 -1
|
@@ -4606,7 +4606,7 @@ async function dn(e, t) {
|
|
|
4606
4606
|
});
|
|
4607
4607
|
return U === "0x" ? { data: void 0 } : { data: U };
|
|
4608
4608
|
} catch (N) {
|
|
4609
|
-
const F = bc(N), { offchainLookup: G, offchainLookupSignature: A } = await import("./ccip-
|
|
4609
|
+
const F = bc(N), { offchainLookup: G, offchainLookupSignature: A } = await import("./ccip-B8jJ05lf.js");
|
|
4610
4610
|
if (e.ccipRead !== !1 && (F == null ? void 0 : F.slice(0, 10)) === A && h)
|
|
4611
4611
|
return { data: await G(e, { data: F, to: h }) };
|
|
4612
4612
|
throw T && (F == null ? void 0 : F.slice(0, 10)) === "0x101bb98d" ? new $u({ factory: c }) : pc(N, {
|
|
@@ -13925,7 +13925,8 @@ const Jl = {
|
|
|
13925
13925
|
USDT: "2",
|
|
13926
13926
|
// USDC does not support permit signatures (ERC20Permit).
|
|
13927
13927
|
USDC: "",
|
|
13928
|
-
DAI
|
|
13928
|
+
// DAI does not support permit signatures (ERC20Permit).
|
|
13929
|
+
DAI: "",
|
|
13929
13930
|
ETH: "",
|
|
13930
13931
|
// WETH does not support permit signatures (ERC20Permit).
|
|
13931
13932
|
WETH: "",
|
|
@@ -15944,4 +15945,4 @@ export {
|
|
|
15944
15945
|
Ce as m,
|
|
15945
15946
|
W as s
|
|
15946
15947
|
};
|
|
15947
|
-
//# sourceMappingURL=main-
|
|
15948
|
+
//# sourceMappingURL=main-DsfUd-Gu.js.map
|