@pufferfinance/puffer-sdk 1.3.2 → 1.3.3
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-C8BOIurD.js → ccip-BD-HlDNr.js} +2 -2
- package/dist/{ccip-C8BOIurD.js.map → ccip-BD-HlDNr.js.map} +1 -1
- package/dist/{ccip-B8cq5tOn.cjs → ccip-NA7I9Bvc.cjs} +2 -2
- package/dist/{ccip-B8cq5tOn.cjs.map → ccip-NA7I9Bvc.cjs.map} +1 -1
- package/dist/contracts/handlers/puf-locker-handler.d.ts +1 -0
- package/dist/{main-BRWMKYb0.cjs → main-DM6DXdVJ.cjs} +9 -9
- package/dist/{main-BRWMKYb0.cjs.map → main-DM6DXdVJ.cjs.map} +1 -1
- package/dist/{main-KcfD5EJl.js → main-rNXwU3zH.js} +8 -7
- package/dist/{main-KcfD5EJl.js.map → main-rNXwU3zH.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-BD-HlDNr.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, {
|
|
@@ -8507,8 +8507,8 @@ const ge = {
|
|
|
8507
8507
|
PufferDepositor: "0x824AC05aeb86A0aD770b8acDe0906d2d4a6c4A8c",
|
|
8508
8508
|
// TODO: Update the addresses once the contracts are deployed on chain.
|
|
8509
8509
|
// See https://dev.azure.com/pufferfi/Frontend/_workitems/edit/1797.
|
|
8510
|
-
PufferL2Depositor: "
|
|
8511
|
-
PufLocker: "
|
|
8510
|
+
PufferL2Depositor: "0x0af6998e4828ad8ef8f79a9288d0a861890f791d",
|
|
8511
|
+
PufLocker: "0xa58983ad0899a452b7420bc57228e329d7ba92b6"
|
|
8512
8512
|
}
|
|
8513
8513
|
}, kl = [
|
|
8514
8514
|
{
|
|
@@ -13895,7 +13895,7 @@ const Jl = {
|
|
|
13895
13895
|
},
|
|
13896
13896
|
pufDAI: {
|
|
13897
13897
|
[$.Mainnet]: "0x0000000000000000000000000000000000000000",
|
|
13898
|
-
[$.Holesky]: "
|
|
13898
|
+
[$.Holesky]: "0x2D6B705e118198A02F00490BA323B17eC5D58109"
|
|
13899
13899
|
},
|
|
13900
13900
|
pufEETH: {
|
|
13901
13901
|
[$.Mainnet]: "0x0000000000000000000000000000000000000000",
|
|
@@ -13903,7 +13903,7 @@ const Jl = {
|
|
|
13903
13903
|
},
|
|
13904
13904
|
pufWETH: {
|
|
13905
13905
|
[$.Mainnet]: "0x0000000000000000000000000000000000000000",
|
|
13906
|
-
[$.Holesky]: "
|
|
13906
|
+
[$.Holesky]: "0x5335f231C22d472Ab31CC2690A2247d25efd76a5"
|
|
13907
13907
|
},
|
|
13908
13908
|
pufstETH: {
|
|
13909
13909
|
[$.Mainnet]: "0x0000000000000000000000000000000000000000",
|
|
@@ -13919,7 +13919,7 @@ const Jl = {
|
|
|
13919
13919
|
},
|
|
13920
13920
|
pufpufETH: {
|
|
13921
13921
|
[$.Mainnet]: "0x0000000000000000000000000000000000000000",
|
|
13922
|
-
[$.Holesky]: "
|
|
13922
|
+
[$.Holesky]: "0x638fd1Fe8205285E8497Eb8E6037c8254EDdB0ae"
|
|
13923
13923
|
}
|
|
13924
13924
|
}, Ll = {
|
|
13925
13925
|
USDT: "2",
|
|
@@ -15746,6 +15746,7 @@ class Zl {
|
|
|
15746
15746
|
*
|
|
15747
15747
|
* @param depositParams.pufToken PufToken to deposit.
|
|
15748
15748
|
* @param depositParams.account Wallet address of the depositor.
|
|
15749
|
+
* @param depositParams.recipient Recipient of the deposit.
|
|
15749
15750
|
* @param depositParams.value Amount of the deposit.
|
|
15750
15751
|
* @param depositParams.lockPeriod The period for the deposit in
|
|
15751
15752
|
* seconds.
|
|
@@ -15945,4 +15946,4 @@ export {
|
|
|
15945
15946
|
Ce as m,
|
|
15946
15947
|
W as s
|
|
15947
15948
|
};
|
|
15948
|
-
//# sourceMappingURL=main-
|
|
15949
|
+
//# sourceMappingURL=main-rNXwU3zH.js.map
|