damm-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/index.cjs +261 -120
- package/dist/index.cjs.map +7 -5
- package/dist/index.js +261 -120
- package/dist/index.js.map +7 -5
- package/dist/integrations/index.d.ts +2 -1
- package/dist/integrations/index.d.ts.map +1 -1
- package/dist/integrations/iporFusion/index.d.ts +2 -0
- package/dist/integrations/iporFusion/index.d.ts.map +1 -0
- package/dist/integrations/{syrup/syrup.vault.abi.d.ts → iporFusion/ipor.fusion.abi.d.ts} +23 -15
- package/dist/integrations/iporFusion/ipor.fusion.abi.d.ts.map +1 -0
- package/dist/integrations/iporFusion/ipor.fusion.d.ts +32 -0
- package/dist/integrations/iporFusion/ipor.fusion.d.ts.map +1 -0
- package/dist/integrations/originArm/index.d.ts +2 -0
- package/dist/integrations/originArm/index.d.ts.map +1 -0
- package/dist/integrations/originArm/origin.arm.abi.d.ts +108 -0
- package/dist/integrations/originArm/origin.arm.abi.d.ts.map +1 -0
- package/dist/integrations/originArm/origin.arm.d.ts +41 -0
- package/dist/integrations/originArm/origin.arm.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/integrations/index.ts +2 -1
- package/src/integrations/iporFusion/index.ts +1 -0
- package/src/integrations/iporFusion/ipor.fusion.abi.ts +55 -0
- package/src/integrations/iporFusion/ipor.fusion.ts +93 -0
- package/src/integrations/originArm/index.ts +1 -0
- package/src/integrations/originArm/origin.arm.abi.ts +64 -0
- package/src/integrations/originArm/origin.arm.ts +144 -0
- package/src/lib/contractsRegistry.json +2 -1
- package/dist/integrations/syrup/index.d.ts +0 -3
- package/dist/integrations/syrup/index.d.ts.map +0 -1
- package/dist/integrations/syrup/syrup.vault.abi.d.ts.map +0 -1
- package/dist/integrations/syrup/syrup.vault.d.ts +0 -30
- package/dist/integrations/syrup/syrup.vault.d.ts.map +0 -1
- package/src/integrations/syrup/index.ts +0 -2
- package/src/integrations/syrup/syrup.vault.abi.ts +0 -65
- package/src/integrations/syrup/syrup.vault.ts +0 -91
package/dist/index.js
CHANGED
|
@@ -53533,7 +53533,8 @@ var contractsRegistry_default = {
|
|
|
53533
53533
|
bal: "0xba100000625a3754423978a60c9317c58a424e3D",
|
|
53534
53534
|
cvx: "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
|
|
53535
53535
|
crv: "0xD533a949740bb3306d119CC777fa900bA034cd52",
|
|
53536
|
-
ausd: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a"
|
|
53536
|
+
ausd: "0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a",
|
|
53537
|
+
pendle: "0x808507121B80c02388FAd14726482e061B8da827"
|
|
53537
53538
|
},
|
|
53538
53539
|
morpho: {
|
|
53539
53540
|
morphoBlue: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb",
|
|
@@ -83389,117 +83390,6 @@ var withdrawMorphoVaultAssetTrx = ({
|
|
|
83389
83390
|
};
|
|
83390
83391
|
var WithdrawMorphoVaultCalldata = RedeemMorphoVaultCalldata;
|
|
83391
83392
|
var withdrawMorphoVaultTrx = redeemMorphoVaultTrx;
|
|
83392
|
-
// src/integrations/syrup/syrup.vault.abi.ts
|
|
83393
|
-
var syrup_vault_abi_default = [
|
|
83394
|
-
{
|
|
83395
|
-
inputs: [
|
|
83396
|
-
{ internalType: "uint256", name: "assets_", type: "uint256" },
|
|
83397
|
-
{ internalType: "address", name: "receiver_", type: "address" }
|
|
83398
|
-
],
|
|
83399
|
-
name: "deposit",
|
|
83400
|
-
outputs: [{ internalType: "uint256", name: "shares_", type: "uint256" }],
|
|
83401
|
-
stateMutability: "nonpayable",
|
|
83402
|
-
type: "function"
|
|
83403
|
-
},
|
|
83404
|
-
{
|
|
83405
|
-
inputs: [
|
|
83406
|
-
{ internalType: "uint256", name: "assets_", type: "uint256" },
|
|
83407
|
-
{ internalType: "address", name: "owner_", type: "address" }
|
|
83408
|
-
],
|
|
83409
|
-
name: "requestWithdraw",
|
|
83410
|
-
outputs: [
|
|
83411
|
-
{
|
|
83412
|
-
internalType: "uint256",
|
|
83413
|
-
name: "escrowedShares_",
|
|
83414
|
-
type: "uint256"
|
|
83415
|
-
}
|
|
83416
|
-
],
|
|
83417
|
-
stateMutability: "nonpayable",
|
|
83418
|
-
type: "function"
|
|
83419
|
-
},
|
|
83420
|
-
{
|
|
83421
|
-
inputs: [
|
|
83422
|
-
{ internalType: "uint256", name: "shares_", type: "uint256" },
|
|
83423
|
-
{ internalType: "address", name: "owner_", type: "address" }
|
|
83424
|
-
],
|
|
83425
|
-
name: "requestRedeem",
|
|
83426
|
-
outputs: [
|
|
83427
|
-
{
|
|
83428
|
-
internalType: "uint256",
|
|
83429
|
-
name: "escrowedShares_",
|
|
83430
|
-
type: "uint256"
|
|
83431
|
-
}
|
|
83432
|
-
],
|
|
83433
|
-
stateMutability: "nonpayable",
|
|
83434
|
-
type: "function"
|
|
83435
|
-
},
|
|
83436
|
-
{
|
|
83437
|
-
inputs: [],
|
|
83438
|
-
name: "asset",
|
|
83439
|
-
outputs: [{ internalType: "address", name: "", type: "address" }],
|
|
83440
|
-
stateMutability: "view",
|
|
83441
|
-
type: "function"
|
|
83442
|
-
},
|
|
83443
|
-
{
|
|
83444
|
-
inputs: [{ internalType: "address", name: "", type: "address" }],
|
|
83445
|
-
name: "balanceOf",
|
|
83446
|
-
outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
|
|
83447
|
-
stateMutability: "view",
|
|
83448
|
-
type: "function"
|
|
83449
|
-
},
|
|
83450
|
-
{
|
|
83451
|
-
inputs: [{ internalType: "uint256", name: "shares_", type: "uint256" }],
|
|
83452
|
-
name: "convertToAssets",
|
|
83453
|
-
outputs: [{ internalType: "uint256", name: "assets_", type: "uint256" }],
|
|
83454
|
-
stateMutability: "view",
|
|
83455
|
-
type: "function"
|
|
83456
|
-
}
|
|
83457
|
-
];
|
|
83458
|
-
|
|
83459
|
-
// src/integrations/syrup/syrup.vault.ts
|
|
83460
|
-
var syrupVaultInterface = new exports_ethers.utils.Interface(syrup_vault_abi_default);
|
|
83461
|
-
var DepositSyrupVaultCalldata = ({ assets, receiver }) => {
|
|
83462
|
-
return syrupVaultInterface.encodeFunctionData("deposit", [assets, receiver]);
|
|
83463
|
-
};
|
|
83464
|
-
var depositSyrupVaultTrx = ({
|
|
83465
|
-
args,
|
|
83466
|
-
syrupVaultAddress
|
|
83467
|
-
}) => {
|
|
83468
|
-
return createCall({
|
|
83469
|
-
operation: 0,
|
|
83470
|
-
to: syrupVaultAddress,
|
|
83471
|
-
value: 0n,
|
|
83472
|
-
data: DepositSyrupVaultCalldata(args)
|
|
83473
|
-
});
|
|
83474
|
-
};
|
|
83475
|
-
var RequestWithdrawSyrupVaultCalldata = ({ assets, owner }) => {
|
|
83476
|
-
return syrupVaultInterface.encodeFunctionData("requestWithdraw", [assets, owner]);
|
|
83477
|
-
};
|
|
83478
|
-
var requestWithdrawSyrupVaultTrx = ({
|
|
83479
|
-
args,
|
|
83480
|
-
syrupVaultAddress
|
|
83481
|
-
}) => {
|
|
83482
|
-
return createCall({
|
|
83483
|
-
operation: 0,
|
|
83484
|
-
to: syrupVaultAddress,
|
|
83485
|
-
value: 0n,
|
|
83486
|
-
data: RequestWithdrawSyrupVaultCalldata(args)
|
|
83487
|
-
});
|
|
83488
|
-
};
|
|
83489
|
-
var RequestRedeemSyrupVaultCalldata = ({ shares, owner }) => {
|
|
83490
|
-
return syrupVaultInterface.encodeFunctionData("requestRedeem", [shares, owner]);
|
|
83491
|
-
};
|
|
83492
|
-
var requestRedeemSyrupVaultTrx = ({
|
|
83493
|
-
args,
|
|
83494
|
-
syrupVaultAddress
|
|
83495
|
-
}) => {
|
|
83496
|
-
return createCall({
|
|
83497
|
-
operation: 0,
|
|
83498
|
-
to: syrupVaultAddress,
|
|
83499
|
-
value: 0n,
|
|
83500
|
-
data: RequestRedeemSyrupVaultCalldata(args)
|
|
83501
|
-
});
|
|
83502
|
-
};
|
|
83503
83393
|
// src/integrations/merkl/merkl.distributor.abi.ts
|
|
83504
83394
|
var merkl_distributor_abi_default = [
|
|
83505
83395
|
{ inputs: [], stateMutability: "nonpayable", type: "constructor" },
|
|
@@ -86492,6 +86382,248 @@ var setApprovalForAllErc721Trx = ({
|
|
|
86492
86382
|
operation: 0
|
|
86493
86383
|
});
|
|
86494
86384
|
};
|
|
86385
|
+
// src/integrations/iporFusion/ipor.fusion.abi.ts
|
|
86386
|
+
var ipor_fusion_abi_default = [
|
|
86387
|
+
{
|
|
86388
|
+
inputs: [
|
|
86389
|
+
{ internalType: "uint256", name: "assets", type: "uint256" },
|
|
86390
|
+
{ internalType: "address", name: "receiver", type: "address" }
|
|
86391
|
+
],
|
|
86392
|
+
name: "deposit",
|
|
86393
|
+
outputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86394
|
+
stateMutability: "nonpayable",
|
|
86395
|
+
type: "function"
|
|
86396
|
+
},
|
|
86397
|
+
{
|
|
86398
|
+
inputs: [
|
|
86399
|
+
{ internalType: "uint256", name: "assets", type: "uint256" },
|
|
86400
|
+
{ internalType: "address", name: "receiver", type: "address" },
|
|
86401
|
+
{ internalType: "address", name: "owner", type: "address" }
|
|
86402
|
+
],
|
|
86403
|
+
name: "withdraw",
|
|
86404
|
+
outputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86405
|
+
stateMutability: "nonpayable",
|
|
86406
|
+
type: "function"
|
|
86407
|
+
},
|
|
86408
|
+
{
|
|
86409
|
+
inputs: [
|
|
86410
|
+
{ internalType: "uint256", name: "shares", type: "uint256" },
|
|
86411
|
+
{ internalType: "address", name: "receiver", type: "address" },
|
|
86412
|
+
{ internalType: "address", name: "owner", type: "address" }
|
|
86413
|
+
],
|
|
86414
|
+
name: "redeem",
|
|
86415
|
+
outputs: [{ internalType: "uint256", name: "assets", type: "uint256" }],
|
|
86416
|
+
stateMutability: "nonpayable",
|
|
86417
|
+
type: "function"
|
|
86418
|
+
},
|
|
86419
|
+
{
|
|
86420
|
+
inputs: [],
|
|
86421
|
+
name: "asset",
|
|
86422
|
+
outputs: [{ internalType: "address", name: "", type: "address" }],
|
|
86423
|
+
stateMutability: "view",
|
|
86424
|
+
type: "function"
|
|
86425
|
+
},
|
|
86426
|
+
{
|
|
86427
|
+
inputs: [{ internalType: "address", name: "account", type: "address" }],
|
|
86428
|
+
name: "balanceOf",
|
|
86429
|
+
outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
|
|
86430
|
+
stateMutability: "view",
|
|
86431
|
+
type: "function"
|
|
86432
|
+
},
|
|
86433
|
+
{
|
|
86434
|
+
inputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86435
|
+
name: "convertToAssets",
|
|
86436
|
+
outputs: [{ internalType: "uint256", name: "assets", type: "uint256" }],
|
|
86437
|
+
stateMutability: "view",
|
|
86438
|
+
type: "function"
|
|
86439
|
+
}
|
|
86440
|
+
];
|
|
86441
|
+
|
|
86442
|
+
// src/integrations/iporFusion/ipor.fusion.ts
|
|
86443
|
+
var iporFusionInterface = new exports_ethers.utils.Interface(ipor_fusion_abi_default);
|
|
86444
|
+
var DepositIporFusionCalldata = ({ assets, receiver }) => {
|
|
86445
|
+
return iporFusionInterface.encodeFunctionData("deposit", [assets, receiver]);
|
|
86446
|
+
};
|
|
86447
|
+
var depositIporFusionTrx = ({
|
|
86448
|
+
args,
|
|
86449
|
+
vaultAddress
|
|
86450
|
+
}) => {
|
|
86451
|
+
return createCall({
|
|
86452
|
+
operation: 0,
|
|
86453
|
+
to: vaultAddress,
|
|
86454
|
+
value: 0n,
|
|
86455
|
+
data: DepositIporFusionCalldata(args)
|
|
86456
|
+
});
|
|
86457
|
+
};
|
|
86458
|
+
var WithdrawIporFusionCalldata = ({ assets, receiver, owner }) => {
|
|
86459
|
+
return iporFusionInterface.encodeFunctionData("withdraw", [assets, receiver, owner]);
|
|
86460
|
+
};
|
|
86461
|
+
var withdrawIporFusionTrx = ({
|
|
86462
|
+
args,
|
|
86463
|
+
vaultAddress
|
|
86464
|
+
}) => {
|
|
86465
|
+
return createCall({
|
|
86466
|
+
operation: 0,
|
|
86467
|
+
to: vaultAddress,
|
|
86468
|
+
value: 0n,
|
|
86469
|
+
data: WithdrawIporFusionCalldata(args)
|
|
86470
|
+
});
|
|
86471
|
+
};
|
|
86472
|
+
var RedeemIporFusionCalldata = ({ shares, receiver, owner }) => {
|
|
86473
|
+
return iporFusionInterface.encodeFunctionData("redeem", [shares, receiver, owner]);
|
|
86474
|
+
};
|
|
86475
|
+
var redeemIporFusionTrx = ({
|
|
86476
|
+
args,
|
|
86477
|
+
vaultAddress
|
|
86478
|
+
}) => {
|
|
86479
|
+
return createCall({
|
|
86480
|
+
operation: 0,
|
|
86481
|
+
to: vaultAddress,
|
|
86482
|
+
value: 0n,
|
|
86483
|
+
data: RedeemIporFusionCalldata(args)
|
|
86484
|
+
});
|
|
86485
|
+
};
|
|
86486
|
+
// src/integrations/originArm/origin.arm.abi.ts
|
|
86487
|
+
var OriginArmVaultAbi = [
|
|
86488
|
+
{
|
|
86489
|
+
inputs: [{ internalType: "uint256", name: "assets", type: "uint256" }],
|
|
86490
|
+
name: "deposit",
|
|
86491
|
+
outputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86492
|
+
stateMutability: "nonpayable",
|
|
86493
|
+
type: "function"
|
|
86494
|
+
},
|
|
86495
|
+
{
|
|
86496
|
+
inputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86497
|
+
name: "requestRedeem",
|
|
86498
|
+
outputs: [{ internalType: "uint256", name: "requestId", type: "uint256" }],
|
|
86499
|
+
stateMutability: "nonpayable",
|
|
86500
|
+
type: "function"
|
|
86501
|
+
},
|
|
86502
|
+
{
|
|
86503
|
+
inputs: [{ internalType: "uint256", name: "requestId", type: "uint256" }],
|
|
86504
|
+
name: "claimRedeem",
|
|
86505
|
+
outputs: [{ internalType: "uint256", name: "assets", type: "uint256" }],
|
|
86506
|
+
stateMutability: "nonpayable",
|
|
86507
|
+
type: "function"
|
|
86508
|
+
},
|
|
86509
|
+
{
|
|
86510
|
+
inputs: [],
|
|
86511
|
+
name: "asset",
|
|
86512
|
+
outputs: [{ internalType: "address", name: "", type: "address" }],
|
|
86513
|
+
stateMutability: "view",
|
|
86514
|
+
type: "function"
|
|
86515
|
+
},
|
|
86516
|
+
{
|
|
86517
|
+
inputs: [{ internalType: "address", name: "account", type: "address" }],
|
|
86518
|
+
name: "balanceOf",
|
|
86519
|
+
outputs: [{ internalType: "uint256", name: "", type: "uint256" }],
|
|
86520
|
+
stateMutability: "view",
|
|
86521
|
+
type: "function"
|
|
86522
|
+
},
|
|
86523
|
+
{
|
|
86524
|
+
inputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86525
|
+
name: "convertToAssets",
|
|
86526
|
+
outputs: [{ internalType: "uint256", name: "assets", type: "uint256" }],
|
|
86527
|
+
stateMutability: "view",
|
|
86528
|
+
type: "function"
|
|
86529
|
+
}
|
|
86530
|
+
];
|
|
86531
|
+
var OriginArmStethZapperAbi = [
|
|
86532
|
+
{
|
|
86533
|
+
inputs: [],
|
|
86534
|
+
name: "deposit",
|
|
86535
|
+
outputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86536
|
+
stateMutability: "payable",
|
|
86537
|
+
type: "function"
|
|
86538
|
+
}
|
|
86539
|
+
];
|
|
86540
|
+
var OriginArmUniversalZapperAbi = [
|
|
86541
|
+
{
|
|
86542
|
+
inputs: [{ internalType: "address", name: "arm", type: "address" }],
|
|
86543
|
+
name: "deposit",
|
|
86544
|
+
outputs: [{ internalType: "uint256", name: "shares", type: "uint256" }],
|
|
86545
|
+
stateMutability: "payable",
|
|
86546
|
+
type: "function"
|
|
86547
|
+
}
|
|
86548
|
+
];
|
|
86549
|
+
|
|
86550
|
+
// src/integrations/originArm/origin.arm.ts
|
|
86551
|
+
var vaultInterface2 = new exports_ethers.utils.Interface(OriginArmVaultAbi);
|
|
86552
|
+
var stethZapperInterface = new exports_ethers.utils.Interface(OriginArmStethZapperAbi);
|
|
86553
|
+
var universalZapperInterface = new exports_ethers.utils.Interface(OriginArmUniversalZapperAbi);
|
|
86554
|
+
var DepositOriginArmWethCalldata = ({ assets }) => {
|
|
86555
|
+
return vaultInterface2.encodeFunctionData("deposit", [assets]);
|
|
86556
|
+
};
|
|
86557
|
+
var depositOriginArmWethTrx = ({
|
|
86558
|
+
args,
|
|
86559
|
+
vaultAddress
|
|
86560
|
+
}) => {
|
|
86561
|
+
return createCall({
|
|
86562
|
+
operation: 0,
|
|
86563
|
+
to: vaultAddress,
|
|
86564
|
+
value: 0n,
|
|
86565
|
+
data: DepositOriginArmWethCalldata(args)
|
|
86566
|
+
});
|
|
86567
|
+
};
|
|
86568
|
+
var DepositOriginArmEthViaZapperCalldata = () => {
|
|
86569
|
+
return stethZapperInterface.encodeFunctionData("deposit");
|
|
86570
|
+
};
|
|
86571
|
+
var depositOriginArmEthViaZapperTrx = ({
|
|
86572
|
+
zapperAddress,
|
|
86573
|
+
value
|
|
86574
|
+
}) => {
|
|
86575
|
+
return createCall({
|
|
86576
|
+
operation: 0,
|
|
86577
|
+
to: zapperAddress,
|
|
86578
|
+
value,
|
|
86579
|
+
data: DepositOriginArmEthViaZapperCalldata()
|
|
86580
|
+
});
|
|
86581
|
+
};
|
|
86582
|
+
var DepositOriginArmEthViaUniversalZapperCalldata = ({
|
|
86583
|
+
arm
|
|
86584
|
+
}) => {
|
|
86585
|
+
return universalZapperInterface.encodeFunctionData("deposit", [arm]);
|
|
86586
|
+
};
|
|
86587
|
+
var depositOriginArmEthViaUniversalZapperTrx = ({
|
|
86588
|
+
args,
|
|
86589
|
+
zapperAddress,
|
|
86590
|
+
value
|
|
86591
|
+
}) => {
|
|
86592
|
+
return createCall({
|
|
86593
|
+
operation: 0,
|
|
86594
|
+
to: zapperAddress,
|
|
86595
|
+
value,
|
|
86596
|
+
data: DepositOriginArmEthViaUniversalZapperCalldata(args)
|
|
86597
|
+
});
|
|
86598
|
+
};
|
|
86599
|
+
var RequestRedeemOriginArmCalldata = ({ shares }) => {
|
|
86600
|
+
return vaultInterface2.encodeFunctionData("requestRedeem", [shares]);
|
|
86601
|
+
};
|
|
86602
|
+
var requestRedeemOriginArmTrx = ({
|
|
86603
|
+
args,
|
|
86604
|
+
vaultAddress
|
|
86605
|
+
}) => {
|
|
86606
|
+
return createCall({
|
|
86607
|
+
operation: 0,
|
|
86608
|
+
to: vaultAddress,
|
|
86609
|
+
value: 0n,
|
|
86610
|
+
data: RequestRedeemOriginArmCalldata(args)
|
|
86611
|
+
});
|
|
86612
|
+
};
|
|
86613
|
+
var ClaimRedeemOriginArmCalldata = ({ requestId }) => {
|
|
86614
|
+
return vaultInterface2.encodeFunctionData("claimRedeem", [requestId]);
|
|
86615
|
+
};
|
|
86616
|
+
var claimRedeemOriginArmTrx = ({
|
|
86617
|
+
args,
|
|
86618
|
+
vaultAddress
|
|
86619
|
+
}) => {
|
|
86620
|
+
return createCall({
|
|
86621
|
+
operation: 0,
|
|
86622
|
+
to: vaultAddress,
|
|
86623
|
+
value: 0n,
|
|
86624
|
+
data: ClaimRedeemOriginArmCalldata(args)
|
|
86625
|
+
});
|
|
86626
|
+
};
|
|
86495
86627
|
// src/lib/utils.ts
|
|
86496
86628
|
var executeTrx = ({
|
|
86497
86629
|
client,
|
|
@@ -86589,6 +86721,7 @@ export {
|
|
|
86589
86721
|
withdrawMorphoVaultTrx,
|
|
86590
86722
|
withdrawMorphoVaultAssetTrx,
|
|
86591
86723
|
withdrawMorphoBlueTrx,
|
|
86724
|
+
withdrawIporFusionTrx,
|
|
86592
86725
|
withdrawFromLendleTrx,
|
|
86593
86726
|
withdrawFromAaveV3Trx,
|
|
86594
86727
|
withdrawCollateralMorphoBlueTrx,
|
|
@@ -86642,12 +86775,12 @@ export {
|
|
|
86642
86775
|
safeTransferFromWithDataErc721Trx,
|
|
86643
86776
|
safeTransferFromErc721Trx,
|
|
86644
86777
|
revokeFromVaultWhitelistTrx,
|
|
86645
|
-
|
|
86646
|
-
requestRedeemSyrupVaultTrx,
|
|
86778
|
+
requestRedeemOriginArmTrx,
|
|
86647
86779
|
repayToLendleTrx,
|
|
86648
86780
|
repayToAaveV3Trx,
|
|
86649
86781
|
repayMorphoBlueTrx,
|
|
86650
86782
|
redeemMorphoVaultTrx,
|
|
86783
|
+
redeemIporFusionTrx,
|
|
86651
86784
|
receiveMessageFromCctpTrx,
|
|
86652
86785
|
pauseVaultTrx,
|
|
86653
86786
|
merklClaimTrx,
|
|
@@ -86670,13 +86803,17 @@ export {
|
|
|
86670
86803
|
execTransactionWithDelay,
|
|
86671
86804
|
execTransactionFromModuleTrx,
|
|
86672
86805
|
depositToLendleTrx,
|
|
86673
|
-
|
|
86806
|
+
depositOriginArmWethTrx,
|
|
86807
|
+
depositOriginArmEthViaZapperTrx,
|
|
86808
|
+
depositOriginArmEthViaUniversalZapperTrx,
|
|
86674
86809
|
depositMorphoVaultTrx,
|
|
86810
|
+
depositIporFusionTrx,
|
|
86675
86811
|
depositForBurnToCctpTrx,
|
|
86676
86812
|
createVaultProxyTrx,
|
|
86677
86813
|
createOrderTrx,
|
|
86678
86814
|
createCall,
|
|
86679
86815
|
closeVaultTrx,
|
|
86816
|
+
claimRedeemOriginArmTrx,
|
|
86680
86817
|
claimFundingFeesTrx,
|
|
86681
86818
|
cancelOrderTrx,
|
|
86682
86819
|
calculateDeterministicVaultAddress,
|
|
@@ -86694,6 +86831,7 @@ export {
|
|
|
86694
86831
|
WithdrawMorphoVaultCalldata,
|
|
86695
86832
|
WithdrawMorphoVaultAssetCalldata,
|
|
86696
86833
|
WithdrawMorphoBlueCalldata,
|
|
86834
|
+
WithdrawIporFusionCalldata,
|
|
86697
86835
|
WithdrawFromLendleCalldata,
|
|
86698
86836
|
WithdrawFromAaveV3L2Calldata,
|
|
86699
86837
|
WithdrawFromAaveV3L1Calldata,
|
|
@@ -86730,7 +86868,6 @@ export {
|
|
|
86730
86868
|
TransactionWithRoleReturnDataCalldata,
|
|
86731
86869
|
TransactionWithRoleCalldata,
|
|
86732
86870
|
TransactionFromModuleCalldata,
|
|
86733
|
-
syrup_vault_abi_default as SyrupVaultAbi,
|
|
86734
86871
|
SwapExactInputSingleCalldataV4,
|
|
86735
86872
|
SupplyToAaveV3L2Calldata,
|
|
86736
86873
|
SupplyToAaveV3L1Calldata,
|
|
@@ -86758,12 +86895,12 @@ export {
|
|
|
86758
86895
|
RouterSwapExactOutputSingleCalldata,
|
|
86759
86896
|
RouterSwapExactInputSingleCalldata,
|
|
86760
86897
|
RevokeFromVaultWhitelistCalldata,
|
|
86761
|
-
|
|
86762
|
-
RequestRedeemSyrupVaultCalldata,
|
|
86898
|
+
RequestRedeemOriginArmCalldata,
|
|
86763
86899
|
RepayToLendleCalldata,
|
|
86764
86900
|
RepayToAaveV3L1Calldata,
|
|
86765
86901
|
RepayMorphoBlueCalldata,
|
|
86766
86902
|
RedeemMorphoVaultCalldata,
|
|
86903
|
+
RedeemIporFusionCalldata,
|
|
86767
86904
|
ReceiveMessageCalldata,
|
|
86768
86905
|
QuoteSendTrx,
|
|
86769
86906
|
QuoteSendCalldata,
|
|
@@ -86784,8 +86921,11 @@ export {
|
|
|
86784
86921
|
erc20_abi_default as Erc20Abi,
|
|
86785
86922
|
erc721_abi_default as ERC721,
|
|
86786
86923
|
DepositToLendleCalldata,
|
|
86787
|
-
|
|
86924
|
+
DepositOriginArmWethCalldata,
|
|
86925
|
+
DepositOriginArmEthViaZapperCalldata,
|
|
86926
|
+
DepositOriginArmEthViaUniversalZapperCalldata,
|
|
86788
86927
|
DepositMorphoVaultCalldata,
|
|
86928
|
+
DepositIporFusionCalldata,
|
|
86789
86929
|
DepositForBurnCalldata,
|
|
86790
86930
|
DelayedTransactionCalldata,
|
|
86791
86931
|
DecreasePositionSwapType,
|
|
@@ -86795,6 +86935,7 @@ export {
|
|
|
86795
86935
|
CreateOrderCalldata,
|
|
86796
86936
|
Commands,
|
|
86797
86937
|
CloseVaultCalldata,
|
|
86938
|
+
ClaimRedeemOriginArmCalldata,
|
|
86798
86939
|
ClaimFundingFeesCalldata,
|
|
86799
86940
|
token_messenger_v2_abi_default as CctpTokenMessengerV2Abi,
|
|
86800
86941
|
message_transmitter_v2_abi_default as CctpMessageTransmitterV2Abi,
|
|
@@ -86811,4 +86952,4 @@ export {
|
|
|
86811
86952
|
aave_pool_abi_default as AaveL1PoolAbi
|
|
86812
86953
|
};
|
|
86813
86954
|
|
|
86814
|
-
//# debugId=
|
|
86955
|
+
//# debugId=89767A017A9F5B1B64756E2164756E21
|