damm-sdk 1.1.28 → 1.1.29-alpha.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/abi/index.d.ts +0 -1
- package/dist/abi/index.d.ts.map +1 -1
- package/dist/index.cjs +50153 -41423
- package/dist/index.cjs.map +137 -70
- package/dist/index.js +4634 -2916
- package/dist/index.js.map +41 -29
- package/dist/integrations/aaveV3/aave.v3.d.ts +5 -5
- package/dist/integrations/aaveV3/aave.v3.d.ts.map +1 -1
- package/dist/integrations/aaveV3/index.d.ts +2 -2
- package/dist/integrations/aaveV3/index.d.ts.map +1 -1
- package/dist/integrations/erc20/erc20.abi.d.ts.map +1 -0
- package/dist/{lib → integrations/erc20}/erc20.d.ts +6 -5
- package/dist/integrations/erc20/erc20.d.ts.map +1 -0
- package/dist/integrations/erc20/index.d.ts +3 -0
- package/dist/integrations/erc20/index.d.ts.map +1 -0
- package/dist/integrations/gmx/gmx.d.ts +6 -6
- package/dist/integrations/gmx/gmx.d.ts.map +1 -1
- package/dist/integrations/gmx/index.d.ts +1 -1
- package/dist/integrations/gmx/index.d.ts.map +1 -1
- package/dist/integrations/gnosis/gnosis.d.ts +3 -3
- package/dist/integrations/gnosis/gnosis.d.ts.map +1 -1
- package/dist/integrations/gnosis/gnosis.multisend.d.ts +5 -5
- package/dist/integrations/gnosis/gnosis.multisend.d.ts.map +1 -1
- package/dist/integrations/gnosis/index.d.ts +1 -1
- package/dist/integrations/gnosis/index.d.ts.map +1 -1
- package/dist/integrations/index.d.ts +1 -0
- package/dist/integrations/index.d.ts.map +1 -1
- package/dist/integrations/lagoonV1/lagoon.v1.d.ts +7 -7
- package/dist/integrations/lagoonV1/lagoon.v1.d.ts.map +1 -1
- package/dist/integrations/lendleV1/index.d.ts +1 -1
- package/dist/integrations/lendleV1/index.d.ts.map +1 -1
- package/dist/integrations/lendleV1/lendle.v1.d.ts +9 -9
- package/dist/integrations/lendleV1/lendle.v1.d.ts.map +1 -1
- package/dist/integrations/morphoBlue/index.d.ts +1 -1
- package/dist/integrations/morphoBlue/index.d.ts.map +1 -1
- package/dist/integrations/morphoBlue/morpho.blue.d.ts +7 -7
- package/dist/integrations/morphoBlue/morpho.blue.d.ts.map +1 -1
- package/dist/integrations/permit2/index.d.ts +1 -1
- package/dist/integrations/permit2/index.d.ts.map +1 -1
- package/dist/integrations/permit2/permit2.d.ts +2 -2
- package/dist/integrations/permit2/permit2.d.ts.map +1 -1
- package/dist/integrations/uniswapV3/index.d.ts +4 -3
- package/dist/integrations/uniswapV3/index.d.ts.map +1 -1
- package/dist/integrations/uniswapV3/{swap.router.abi.d.ts → swap.router.01.abi.d.ts} +1 -1
- package/dist/integrations/uniswapV3/{swap.router.abi.d.ts.map → swap.router.01.abi.d.ts.map} +1 -1
- package/dist/integrations/uniswapV3/swap.router.02.abi.d.ts +822 -0
- package/dist/integrations/uniswapV3/swap.router.02.abi.d.ts.map +1 -0
- package/dist/integrations/uniswapV3/uniswap.v3.d.ts +26 -17
- package/dist/integrations/uniswapV3/uniswap.v3.d.ts.map +1 -1
- package/dist/integrations/uniswapV4/index.d.ts +3 -3
- package/dist/integrations/uniswapV4/index.d.ts.map +1 -1
- package/dist/integrations/uniswapV4/uniswap.v4.d.ts +3 -3
- package/dist/integrations/uniswapV4/uniswap.v4.d.ts.map +1 -1
- package/dist/integrations/zodiac/delay/index.d.ts +1 -1
- package/dist/integrations/zodiac/delay/index.d.ts.map +1 -1
- package/dist/integrations/zodiac/delay/zodiac.delay.d.ts +3 -3
- package/dist/integrations/zodiac/delay/zodiac.delay.d.ts.map +1 -1
- package/dist/integrations/zodiac/roles/index.d.ts +1 -1
- package/dist/integrations/zodiac/roles/index.d.ts.map +1 -1
- package/dist/integrations/zodiac/roles/zodiac.roles.d.ts +15 -4
- package/dist/integrations/zodiac/roles/zodiac.roles.d.ts.map +1 -1
- package/dist/lib/index.d.ts +0 -1
- package/dist/lib/index.d.ts.map +1 -1
- package/dist/lib/native.eth.d.ts +2 -2
- package/dist/lib/native.eth.d.ts.map +1 -1
- package/dist/types/primitives.d.ts +11 -8
- package/dist/types/primitives.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/abi/index.ts +0 -1
- package/src/integrations/aaveV3/aave.v3.ts +17 -17
- package/src/integrations/aaveV3/index.ts +2 -2
- package/src/{lib → integrations/erc20}/erc20.ts +35 -13
- package/src/integrations/erc20/index.ts +2 -0
- package/src/integrations/gmx/gmx.ts +17 -11
- package/src/integrations/gmx/index.ts +1 -1
- package/src/integrations/gnosis/gnosis.multisend.ts +10 -11
- package/src/integrations/gnosis/gnosis.ts +6 -6
- package/src/integrations/gnosis/index.ts +1 -1
- package/src/integrations/index.ts +1 -0
- package/src/integrations/lagoonV1/lagoon.v1.ts +27 -13
- package/src/integrations/lendleV1/index.ts +1 -1
- package/src/integrations/lendleV1/lendle.v1.ts +39 -15
- package/src/integrations/morphoBlue/index.ts +1 -1
- package/src/integrations/morphoBlue/morpho.blue.ts +78 -25
- package/src/integrations/permit2/index.ts +1 -1
- package/src/integrations/permit2/permit2.ts +6 -6
- package/src/integrations/uniswapV3/index.ts +4 -3
- package/src/integrations/uniswapV3/swap.router.02.abi.ts +764 -0
- package/src/integrations/uniswapV3/uniswap.v3.ts +93 -40
- package/src/integrations/uniswapV4/index.ts +3 -3
- package/src/integrations/uniswapV4/uniswap.v4.ts +9 -9
- package/src/integrations/zodiac/delay/index.ts +1 -1
- package/src/integrations/zodiac/delay/zodiac.delay.ts +9 -9
- package/src/integrations/zodiac/roles/index.ts +1 -1
- package/src/integrations/zodiac/roles/zodiac.roles.ts +51 -12
- package/src/lib/contractsRegistry.json +35 -12
- package/src/lib/index.ts +0 -1
- package/src/lib/native.eth.ts +4 -4
- package/src/types/primitives.ts +28 -4
- package/dist/abi/erc20.abi.d.ts.map +0 -1
- package/dist/lib/erc20.d.ts.map +0 -1
- /package/dist/{abi → integrations/erc20}/erc20.abi.d.ts +0 -0
- /package/src/{abi → integrations/erc20}/erc20.abi.ts +0 -0
- /package/src/integrations/uniswapV3/{swap.router.abi.ts → swap.router.01.abi.ts} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Address } from "viem";
|
|
2
|
-
import type
|
|
2
|
+
import { type Call, type HexString, type Unwrapable } from "../../types";
|
|
3
3
|
export type L1AaveV3AssetIdentifier = Address;
|
|
4
4
|
export type L2AaveV3AssetIdentifier = number;
|
|
5
5
|
export type L1SupplyAaveV3Args = SupplyAaveV3Args<L1AaveV3AssetIdentifier>;
|
|
@@ -20,7 +20,7 @@ export declare const supplyToAaveV3Trx: <Asset = number | `0x${string}`>({ args,
|
|
|
20
20
|
compact: boolean;
|
|
21
21
|
poolAddress: Address;
|
|
22
22
|
args: SupplyAaveV3Args<Asset>;
|
|
23
|
-
}) => Call
|
|
23
|
+
}) => Unwrapable<Call>;
|
|
24
24
|
export type WithdrawAaveV3Args<T = L1AaveV3AssetIdentifier | L2AaveV3AssetIdentifier> = Readonly<T extends L1AaveV3AssetIdentifier ? {
|
|
25
25
|
asset: T;
|
|
26
26
|
amount: bigint;
|
|
@@ -37,7 +37,7 @@ export declare const withdrawFromAaveV3Trx: <Asset = number | `0x${string}`>({ a
|
|
|
37
37
|
compact: boolean;
|
|
38
38
|
poolAddress: Address;
|
|
39
39
|
args: WithdrawAaveV3Args<Asset>;
|
|
40
|
-
}) => Call
|
|
40
|
+
}) => Unwrapable<Call>;
|
|
41
41
|
export type BorrowAaveV3Args<T = L1AaveV3AssetIdentifier | L2AaveV3AssetIdentifier> = Readonly<T extends L1AaveV3AssetIdentifier ? {
|
|
42
42
|
asset: T;
|
|
43
43
|
amount: bigint;
|
|
@@ -57,7 +57,7 @@ export declare const borrowFromAaveV3Trx: <Asset = number | `0x${string}`>({ arg
|
|
|
57
57
|
poolAddress: Address;
|
|
58
58
|
args: BorrowAaveV3Args<Asset>;
|
|
59
59
|
compact: boolean;
|
|
60
|
-
}) => Call
|
|
60
|
+
}) => Unwrapable<Call>;
|
|
61
61
|
export type RepayAaveV3Args<T = L1AaveV3AssetIdentifier | L2AaveV3AssetIdentifier> = Readonly<T extends L1AaveV3AssetIdentifier ? {
|
|
62
62
|
asset: T;
|
|
63
63
|
amount: bigint;
|
|
@@ -75,6 +75,6 @@ export declare const repayToAaveV3Trx: <Asset = number | `0x${string}`>({ args,
|
|
|
75
75
|
poolAddress: Address;
|
|
76
76
|
args: RepayAaveV3Args<Asset>;
|
|
77
77
|
compact: boolean;
|
|
78
|
-
}) => Call
|
|
78
|
+
}) => Unwrapable<Call>;
|
|
79
79
|
export {};
|
|
80
80
|
//# sourceMappingURL=aave.v3.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aave.v3.d.ts","sourceRoot":"","sources":["../../../src/integrations/aaveV3/aave.v3.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,KAAK,OAAO,EAAO,MAAM,MAAM,CAAC;AACtD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"aave.v3.d.ts","sourceRoot":"","sources":["../../../src/integrations/aaveV3/aave.v3.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from "./aave.v3";
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
2
|
+
export { default as AaveL1PoolAbi } from "./aave.pool.abi";
|
|
3
|
+
export { default as AaveL2PoolAbi } from "./aave.pool.L2.abi";
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/aaveV3/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/aaveV3/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"erc20.abi.d.ts","sourceRoot":"","sources":["../../../src/integrations/erc20/erc20.abi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6NW"}
|
|
@@ -1,19 +1,20 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import type
|
|
1
|
+
import { type Address } from "viem";
|
|
2
|
+
import { type Call, type HexString, type Unwrapable } from "../../types";
|
|
3
3
|
export type TransferERC20Args = Readonly<{
|
|
4
4
|
token: Address;
|
|
5
5
|
recipient: Address;
|
|
6
6
|
amount: bigint;
|
|
7
7
|
}>;
|
|
8
8
|
export declare const TransferCalldata: ({ recipient, amount }: Omit<TransferERC20Args, "token">) => HexString;
|
|
9
|
-
export declare const transferERC20Trx: ({ token, recipient, amount }: TransferERC20Args) => Call
|
|
9
|
+
export declare const transferERC20Trx: ({ token, recipient, amount }: TransferERC20Args) => Unwrapable<Call>;
|
|
10
10
|
export type ApproveERC20Args = Readonly<{
|
|
11
11
|
token: Address;
|
|
12
12
|
spender: Address;
|
|
13
13
|
amount: bigint;
|
|
14
14
|
}>;
|
|
15
15
|
export declare const ApproveCalldata: ({ spender, amount }: Omit<ApproveERC20Args, "token">) => HexString;
|
|
16
|
-
export declare const approveERC20Trx: ({ token, spender, amount }: ApproveERC20Args) => Call
|
|
16
|
+
export declare const approveERC20Trx: ({ token, spender, amount }: ApproveERC20Args) => Unwrapable<Call>;
|
|
17
|
+
export declare const maxApproveERC20Trx: (token: Address, spender: Address) => Unwrapable<Call>;
|
|
17
18
|
export type TransferFromERC20Args = Readonly<{
|
|
18
19
|
token: Address;
|
|
19
20
|
spender: Address;
|
|
@@ -21,5 +22,5 @@ export type TransferFromERC20Args = Readonly<{
|
|
|
21
22
|
amount: bigint;
|
|
22
23
|
}>;
|
|
23
24
|
export declare const TransferFromCalldata: ({ spender, recipient, amount, }: Omit<TransferFromERC20Args, "token">) => HexString;
|
|
24
|
-
export declare const transferFromERC20Trx: ({ token, spender, recipient, amount }: TransferFromERC20Args) => Call
|
|
25
|
+
export declare const transferFromERC20Trx: ({ token, spender, recipient, amount, }: TransferFromERC20Args) => Unwrapable<Call>;
|
|
25
26
|
//# sourceMappingURL=erc20.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"erc20.d.ts","sourceRoot":"","sources":["../../../src/integrations/erc20/erc20.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,OAAO,EAA2B,MAAM,MAAM,CAAC;AAC7D,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAc,MAAM,aAAa,CAAC;AAKrF,MAAM,MAAM,iBAAiB,GAAG,QAAQ,CAAC;IACrC,KAAK,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;AAEH,eAAO,MAAM,gBAAgB,0BAA2B,KAAK,iBAAiB,EAAE,OAAO,CAAC,KAAG,SAE1F,CAAC;AAEF,eAAO,MAAM,gBAAgB,iCAAkC,iBAAiB,KAAG,WAAW,IAAI,CAOjG,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,QAAQ,CAAC;IACpC,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;AAEH,eAAO,MAAM,eAAe,wBAAyB,KAAK,gBAAgB,EAAE,OAAO,CAAC,KAAG,SAMtF,CAAC;AAEF,eAAO,MAAM,eAAe,+BAAgC,gBAAgB,KAAG,WAAW,IAAI,CAO7F,CAAC;AAEF,eAAO,MAAM,kBAAkB,UAAW,OAAO,WAAW,OAAO,KAAG,WAAW,IAAI,CAOpF,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IACzC,KAAK,EAAE,OAAO,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;CAClB,CAAC,CAAC;AAEH,eAAO,MAAM,oBAAoB,oCAI9B,KAAK,qBAAqB,EAAE,OAAO,CAAC,KAAG,SAMzC,CAAC;AAEF,eAAO,MAAM,oBAAoB,2CAK9B,qBAAqB,KAAG,WAAW,IAAI,CAOzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/erc20/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,aAAa,CAAC;AAClD,cAAc,SAAS,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Address } from "viem";
|
|
2
|
-
import type
|
|
2
|
+
import { type Call, type HexString, type Unwrapable } from "../../types";
|
|
3
3
|
export type CreateOrderParamsAddresses = {
|
|
4
4
|
receiver: Address;
|
|
5
5
|
cancellationReceiver: Address;
|
|
@@ -49,12 +49,12 @@ export declare const CreateOrderCalldata: ({ addresses, numbers, orderType, decr
|
|
|
49
49
|
export declare const createOrderTrx: ({ params, exchangeRouter, }: {
|
|
50
50
|
params: CreateOrderParams;
|
|
51
51
|
exchangeRouter: Address;
|
|
52
|
-
}) => Call
|
|
52
|
+
}) => Unwrapable<Call>;
|
|
53
53
|
export declare const CancelOrderCalldata: (key: HexString) => HexString;
|
|
54
|
-
export declare const cancelOrderTrx: ({ key, exchangeRouter }: {
|
|
54
|
+
export declare const cancelOrderTrx: ({ key, exchangeRouter, }: {
|
|
55
55
|
key: HexString;
|
|
56
56
|
exchangeRouter: Address;
|
|
57
|
-
}) => Call
|
|
57
|
+
}) => Unwrapable<Call>;
|
|
58
58
|
export type UpdateOrderParams = {
|
|
59
59
|
key: HexString;
|
|
60
60
|
sizeDeltaUsd: bigint;
|
|
@@ -68,7 +68,7 @@ export declare const UpdateOrderCalldata: ({ key, sizeDeltaUsd, acceptablePrice,
|
|
|
68
68
|
export declare const updateOrderTrx: ({ params, exchangeRouter, }: {
|
|
69
69
|
params: UpdateOrderParams;
|
|
70
70
|
exchangeRouter: Address;
|
|
71
|
-
}) => Call
|
|
71
|
+
}) => Unwrapable<Call>;
|
|
72
72
|
export type ClaimFundingFeesParams = {
|
|
73
73
|
markets: Address[];
|
|
74
74
|
tokens: Address[];
|
|
@@ -78,5 +78,5 @@ export declare const ClaimFundingFeesCalldata: ({ markets, tokens, receiver }: C
|
|
|
78
78
|
export declare const claimFundingFeesTrx: ({ params, exchangeRouter, }: {
|
|
79
79
|
params: ClaimFundingFeesParams;
|
|
80
80
|
exchangeRouter: Address;
|
|
81
|
-
}) => Call
|
|
81
|
+
}) => Unwrapable<Call>;
|
|
82
82
|
//# sourceMappingURL=gmx.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gmx.d.ts","sourceRoot":"","sources":["../../../src/integrations/gmx/gmx.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"gmx.d.ts","sourceRoot":"","sources":["../../../src/integrations/gmx/gmx.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAc,MAAM,aAAa,CAAC;AAMrF,MAAM,MAAM,0BAA0B,GAAG;IACrC,QAAQ,EAAE,OAAO,CAAC;IAClB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,aAAa,EAAE,OAAO,CAAC;IACvB,MAAM,EAAE,OAAO,CAAC;IAChB,sBAAsB,EAAE,OAAO,CAAC;IAChC,QAAQ,EAAE,OAAO,EAAE,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,4BAA4B,EAAE,MAAM,CAAC;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,oBAAY,wBAAwB;IAChC,MAAM,IAAI;IACV,6BAA6B,IAAI;IACjC,6BAA6B,IAAI;CACpC;AAED,oBAAY,SAAS;IACjB,UAAU,IAAI;IACd,SAAS,IAAI;IACb,cAAc,IAAI;IAClB,aAAa,IAAI;IACjB,cAAc,IAAI;IAClB,aAAa,IAAI;IACjB,gBAAgB,IAAI;IACpB,WAAW,IAAI;IACf,YAAY,IAAI;CACnB;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC5B,SAAS,EAAE,0BAA0B,CAAC;IACtC,OAAO,EAAE,wBAAwB,CAAC;IAClC,SAAS,EAAE,SAAS,CAAC;IACrB,wBAAwB,EAAE,wBAAwB,CAAC;IACnD,MAAM,EAAE,OAAO,CAAC;IAChB,uBAAuB,EAAE,OAAO,CAAC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,mBAAmB,4HAS7B,iBAAiB,KAAG,SA8BtB,CAAC;AAEF,eAAO,MAAM,cAAc;YAIf,iBAAiB;oBACT,OAAO;MACvB,WAAW,IAAI,CAElB,CAAC;AAEF,eAAO,MAAM,mBAAmB,QAAS,SAAS,KAAG,SAEpD,CAAC;AAEF,eAAO,MAAM,cAAc;SAIlB,SAAS;oBACE,OAAO;MACvB,WAAW,IAAI,CAElB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC5B,GAAG,EAAE,SAAS,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,mBAAmB,sGAQ7B,iBAAiB,KAAG,SAUtB,CAAC;AAEF,eAAO,MAAM,cAAc;YAIf,iBAAiB;oBACT,OAAO;MACvB,WAAW,IAAI,CAElB,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACjC,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB,MAAM,EAAE,OAAO,EAAE,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,wBAAwB,kCAAmC,sBAAsB,KAAG,SAEhG,CAAC;AAEF,eAAO,MAAM,mBAAmB;YAIpB,sBAAsB;oBACd,OAAO;MACvB,WAAW,IAAI,CAElB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/gmx/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/gmx/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AACxE,cAAc,OAAO,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Address, type WalletClient, type Transport, type Chain, type PublicClient, type WriteContractReturnType } from "viem";
|
|
2
|
-
import type
|
|
2
|
+
import { type Call, type ExternalCall, type HexString, type Operation, type Unwrapable } from "../../types";
|
|
3
3
|
import { Wallet } from "ethers";
|
|
4
4
|
import type { SafeTransaction, SignedSafeTransaction } from ".";
|
|
5
5
|
export type GnosisTrxParams = Readonly<{
|
|
@@ -14,9 +14,9 @@ export declare const swapOwner: ({ safeAddress, prevOwner, newOwner, threshold,
|
|
|
14
14
|
prevOwner: Address;
|
|
15
15
|
newOwner: Address;
|
|
16
16
|
threshold: number;
|
|
17
|
-
}) => Call
|
|
17
|
+
}) => Unwrapable<Call>;
|
|
18
18
|
export declare const gnosisTrx: ({ call, params, }: Readonly<{
|
|
19
|
-
call: ExternalCall
|
|
19
|
+
call: ExternalCall<Operation>;
|
|
20
20
|
params?: Partial<Readonly<{
|
|
21
21
|
safeTxGas: bigint;
|
|
22
22
|
baseGas: bigint;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gnosis.d.ts","sourceRoot":"","sources":["../../../src/integrations/gnosis/gnosis.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,KAAK,EACV,KAAK,YAAY,EACjB,KAAK,uBAAuB,EAC/B,MAAM,MAAM,CAAC;AACd,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"gnosis.d.ts","sourceRoot":"","sources":["../../../src/integrations/gnosis/gnosis.ts"],"names":[],"mappings":"AAAA,OAAO,EAEH,KAAK,OAAO,EACZ,KAAK,YAAY,EACjB,KAAK,SAAS,EACd,KAAK,KAAK,EACV,KAAK,YAAY,EACjB,KAAK,uBAAuB,EAC/B,MAAM,MAAM,CAAC;AACd,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAc,MAAM,aAAa,CAAC;AAExH,OAAO,EAAE,MAAM,EAAU,MAAM,QAAQ,CAAC;AAExC,OAAO,KAAK,EAAE,eAAe,EAAE,qBAAqB,EAAE,MAAM,GAAG,CAAC;AAEhE,MAAM,MAAM,eAAe,GAAG,QAAQ,CAAC;IACnC,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;CAC3B,CAAC,CAAC;AAEH,eAAO,MAAM,SAAS;iBAML,OAAO;eACT,OAAO;cACR,OAAO;eACN,MAAM;MACjB,WAAW,IAAI,CASlB,CAAC;AAEF,eAAO,MAAM,SAAS;UAIZ,aAAa,SAAS,CAAC;;mBAhClB,MAAM;iBACR,MAAM;kBACL,MAAM;kBACN,OAAO;wBACD,OAAO;;OA8BtB,eAeJ,CAAC;AAEF,eAAO,MAAM,oBAAoB;YAIrB,OAAO,GAAG,MAAM;SACnB,eAAe;OACnB,qBAeJ,CAAC;AAEF,eAAO,MAAM,gBAAgB;YAMjB,aAAa,SAAS,EAAE,KAAK,CAAC;iBACzB,OAAO;SACf,qBAAqB;YAClB,OAAO,GAAG,MAAM;MACxB,QAAQ,SAAS,CAuBpB,CAAC;AAEF,eAAO,MAAM,4BAA4B;YAM7B,YAAY;iBACP,OAAO;SACf,qBAAqB;YAClB,OAAO,GAAG,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6OAsB3B,CAAC;AAEF,eAAO,MAAM,iBAAiB;YAMlB,YAAY;iBACP,OAAO;SACf,qBAAqB;YAClB,OAAO,GAAG,MAAM;MACxB,QAAQ,OAAO,CAMlB,CAAC;AAEF,eAAO,MAAM,2BAA2B;YAO5B,YAAY;kBACN,YAAY;iBACb,OAAO;SACf,qBAAqB;YAClB,OAAO,GAAG,MAAM;MACxB,QAAQ,uBAAuB,CAMlC,CAAC"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type
|
|
2
|
-
export type CallWithLength = Readonly<ExternalCall & {
|
|
1
|
+
import { type ExternalCall, type HexString, type Operation, type Unwrapable } from "../../types";
|
|
2
|
+
export type CallWithLength = Readonly<ExternalCall<Operation> & {
|
|
3
3
|
dataLength: HexString;
|
|
4
4
|
}>;
|
|
5
5
|
export type MultisendConfig = {
|
|
6
6
|
value?: bigint;
|
|
7
|
-
operation?:
|
|
7
|
+
operation?: Operation;
|
|
8
8
|
};
|
|
9
9
|
export declare const serializeCall: (call: CallWithLength) => HexString;
|
|
10
10
|
export type GnosisMulticallPayload = readonly CallWithLength[];
|
|
@@ -14,9 +14,9 @@ export declare class MultisendBuilder {
|
|
|
14
14
|
private readonly multisendAddress;
|
|
15
15
|
private readonly value?;
|
|
16
16
|
private constructor();
|
|
17
|
-
addSubcall(call: ExternalCall): MultisendBuilder;
|
|
17
|
+
addSubcall(call: ExternalCall<Operation>): MultisendBuilder;
|
|
18
18
|
setValue(value: bigint): MultisendBuilder;
|
|
19
|
-
build(config?: MultisendConfig): ExternalCall
|
|
19
|
+
build(config?: MultisendConfig): Unwrapable<ExternalCall<Operation>>;
|
|
20
20
|
static new(chainId: number, version?: "v1_4_1" | "v1_3_0"): MultisendBuilder;
|
|
21
21
|
}
|
|
22
22
|
//# sourceMappingURL=gnosis.multisend.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gnosis.multisend.d.ts","sourceRoot":"","sources":["../../../src/integrations/gnosis/gnosis.multisend.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"gnosis.multisend.d.ts","sourceRoot":"","sources":["../../../src/integrations/gnosis/gnosis.multisend.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAc,MAAM,aAAa,CAAC;AAK7G,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC,GAAG;IAAE,UAAU,EAAE,SAAS,CAAA;CAAE,CAAC,CAAC;AAE3F,MAAM,MAAM,eAAe,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,SAAS,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,aAAa,SAAU,cAAc,KAAG,SAKpD,CAAC;AAMF,MAAM,MAAM,sBAAsB,GAAG,SAAS,cAAc,EAAE,CAAC;AAE/D,MAAM,MAAM,gCAAgC,GAAG,SAAS,SAAS,EAAE,CAAC;AAgBpE,qBAAa,gBAAgB;IACzB,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAyB;IACjD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAU;IAC3C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAS;IAEhC,OAAO;IAMA,UAAU,CAAC,IAAI,EAAE,YAAY,CAAC,SAAS,CAAC,GAAG,gBAAgB;IAS3D,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,gBAAgB;IAIzC,KAAK,CAAC,MAAM,CAAC,EAAE,eAAe,GAAG,UAAU,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;WAY7D,GAAG,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,GAAE,QAAQ,GAAG,QAAmB,GAAG,gBAAgB;CAGhG"}
|
|
@@ -3,5 +3,5 @@ export * from "./gnosis.multisend";
|
|
|
3
3
|
export * from "./types";
|
|
4
4
|
export { default as SafeAbi } from "./safe.abi";
|
|
5
5
|
export { default as SafeL2Abi } from "./safe.L2.abi";
|
|
6
|
-
export { default as
|
|
6
|
+
export { default as SafeMultiSendAbi } from "./multisend.abi";
|
|
7
7
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/gnosis/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/gnosis/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,YAAY,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/integrations/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/integrations/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type Call, type HexString } from "../..";
|
|
1
|
+
import { type Call, type HexString, type Unwrapable } from "../..";
|
|
2
2
|
import type { Address } from "viem";
|
|
3
3
|
export type LagoonFactoryCreateVaultProxyArgs = Readonly<{
|
|
4
4
|
underlying: Address;
|
|
@@ -19,28 +19,28 @@ export declare const CreateVaultProxyCalldata: ({ underlying, name, symbol, safe
|
|
|
19
19
|
export declare const createVaultProxyTrx: ({ createVaultProxyParams, factory, }: {
|
|
20
20
|
createVaultProxyParams: LagoonFactoryCreateVaultProxyArgs;
|
|
21
21
|
factory: Address;
|
|
22
|
-
}) => Call
|
|
22
|
+
}) => Unwrapable<Call>;
|
|
23
23
|
export declare const UpdateTotalAssetsLifespanCalldata: ({ ttl }: {
|
|
24
24
|
ttl: number;
|
|
25
25
|
}) => HexString;
|
|
26
26
|
export declare const updateTotalAssetsLifespanTrx: ({ vault, ttl }: {
|
|
27
27
|
vault: Address;
|
|
28
28
|
ttl: number;
|
|
29
|
-
}) => Call
|
|
29
|
+
}) => Unwrapable<Call>;
|
|
30
30
|
export declare const AddToVaultWhitelistCalldata: ({ accounts }: {
|
|
31
31
|
accounts: Address[];
|
|
32
32
|
}) => HexString;
|
|
33
|
-
export declare const addToVaultWhitelistTrx: ({ vault, accounts }: {
|
|
33
|
+
export declare const addToVaultWhitelistTrx: ({ vault, accounts, }: {
|
|
34
34
|
vault: Address;
|
|
35
35
|
accounts: Address[];
|
|
36
|
-
}) => Call
|
|
36
|
+
}) => Unwrapable<Call>;
|
|
37
37
|
export declare const RevokeFromVaultWhitelistCalldata: ({ accounts }: {
|
|
38
38
|
accounts: Address[];
|
|
39
39
|
}) => HexString;
|
|
40
|
-
export declare const revokeFromVaultWhitelistTrx: ({ vault, accounts }: {
|
|
40
|
+
export declare const revokeFromVaultWhitelistTrx: ({ vault, accounts, }: {
|
|
41
41
|
vault: Address;
|
|
42
42
|
accounts: Address[];
|
|
43
|
-
}) => Call
|
|
43
|
+
}) => Unwrapable<Call>;
|
|
44
44
|
export declare const calculateDeterministicVaultAddress: ({ factoryAddress, registry, wrappedNativeToken, initStruct, chainId, }: {
|
|
45
45
|
factoryAddress: Address;
|
|
46
46
|
registry: Address;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lagoon.v1.d.ts","sourceRoot":"","sources":["../../../src/integrations/lagoonV1/lagoon.v1.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"lagoon.v1.d.ts","sourceRoot":"","sources":["../../../src/integrations/lagoonV1/lagoon.v1.ts"],"names":[],"mappings":"AACA,OAAO,EAA4B,KAAK,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAE,MAAM,OAAO,CAAC;AAE7F,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAOpC,MAAM,MAAM,iCAAiC,GAAG,QAAQ,CAAC;IACrD,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,OAAO,CAAC;IACd,gBAAgB,EAAE,OAAO,CAAC;IAC1B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;IACzB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,IAAI,EAAE,SAAS,CAAC;CACnB,CAAC,CAAC;AAEH,eAAO,MAAM,wBAAwB,4KAclC,iCAAiC,KAAG,SA0BtC,CAAC;AAEF,eAAO,MAAM,mBAAmB;4BAIJ,iCAAiC;aAChD,OAAO;MAChB,WAAW,IAAI,CAOlB,CAAC;AAEF,eAAO,MAAM,iCAAiC;SAAoB,MAAM;MAAK,SAE5E,CAAC;AAEF,eAAO,MAAM,4BAA4B;WAA6B,OAAO;SAAO,MAAM;MAAK,WAAW,IAAI,CAO7G,CAAC;AAEF,eAAO,MAAM,2BAA2B;cAA8B,OAAO,EAAE;MAAK,SAEnF,CAAC;AAEF,eAAO,MAAM,sBAAsB;WAIxB,OAAO;cACJ,OAAO,EAAE;MACnB,WAAW,IAAI,CAOlB,CAAC;AAEF,eAAO,MAAM,gCAAgC;cAA8B,OAAO,EAAE;MAAK,SAExF,CAAC;AAEF,eAAO,MAAM,2BAA2B;WAI7B,OAAO;cACJ,OAAO,EAAE;MACnB,WAAW,IAAI,CAOlB,CAAC;AAUF,eAAO,MAAM,kCAAkC;oBAO3B,OAAO;cACb,OAAO;wBACG,OAAO;gBACf,iCAAiC;aACpC,MAAM;MACf,OA2CH,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/lendleV1/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/lendleV1/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Address } from "viem";
|
|
2
|
-
import type
|
|
2
|
+
import { type Call, type HexString, type Unwrapable } from "../../types";
|
|
3
3
|
export type DepositArgs = {
|
|
4
4
|
asset: Address;
|
|
5
5
|
amount: bigint;
|
|
@@ -7,20 +7,20 @@ export type DepositArgs = {
|
|
|
7
7
|
referralCode: number;
|
|
8
8
|
};
|
|
9
9
|
export declare const DepositToLendleCalldata: ({ asset, amount, onBehalfOf, referralCode }: DepositArgs) => HexString;
|
|
10
|
-
export declare const depositToLendleTrx: ({ args, poolAddress }: {
|
|
10
|
+
export declare const depositToLendleTrx: ({ args, poolAddress, }: {
|
|
11
11
|
poolAddress: Address;
|
|
12
12
|
args: DepositArgs;
|
|
13
|
-
}) => Call
|
|
13
|
+
}) => Unwrapable<Call>;
|
|
14
14
|
export type WithdrawArgs = {
|
|
15
15
|
asset: Address;
|
|
16
16
|
amount: bigint;
|
|
17
17
|
to: Address;
|
|
18
18
|
};
|
|
19
19
|
export declare const WithdrawFromLendleCalldata: ({ asset, amount, to }: WithdrawArgs) => HexString;
|
|
20
|
-
export declare const withdrawFromLendleTrx: ({ args, poolAddress }: {
|
|
20
|
+
export declare const withdrawFromLendleTrx: ({ args, poolAddress, }: {
|
|
21
21
|
poolAddress: Address;
|
|
22
22
|
args: WithdrawArgs;
|
|
23
|
-
}) => Call
|
|
23
|
+
}) => Unwrapable<Call>;
|
|
24
24
|
export type BorrowArgs = {
|
|
25
25
|
asset: Address;
|
|
26
26
|
amount: bigint;
|
|
@@ -29,10 +29,10 @@ export type BorrowArgs = {
|
|
|
29
29
|
onBehalfOf: Address;
|
|
30
30
|
};
|
|
31
31
|
export declare const BorrowFromLendleCalldata: ({ asset, amount, interestRateMode, onBehalfOf, referralCode, }: BorrowArgs) => HexString;
|
|
32
|
-
export declare const borrowFromLendleTrx: ({ args, poolAddress }: {
|
|
32
|
+
export declare const borrowFromLendleTrx: ({ args, poolAddress, }: {
|
|
33
33
|
poolAddress: Address;
|
|
34
34
|
args: BorrowArgs;
|
|
35
|
-
}) => Call
|
|
35
|
+
}) => Unwrapable<Call>;
|
|
36
36
|
export type RepayArgs = {
|
|
37
37
|
asset: Address;
|
|
38
38
|
amount: bigint;
|
|
@@ -40,8 +40,8 @@ export type RepayArgs = {
|
|
|
40
40
|
onBehalfOf: Address;
|
|
41
41
|
};
|
|
42
42
|
export declare const RepayToLendleCalldata: ({ asset, amount, interestRateMode, onBehalfOf }: RepayArgs) => HexString;
|
|
43
|
-
export declare const repayToLendleTrx: ({ args, poolAddress }: {
|
|
43
|
+
export declare const repayToLendleTrx: ({ args, poolAddress, }: {
|
|
44
44
|
poolAddress: Address;
|
|
45
45
|
args: RepayArgs;
|
|
46
|
-
}) => Call
|
|
46
|
+
}) => Unwrapable<Call>;
|
|
47
47
|
//# sourceMappingURL=lendle.v1.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lendle.v1.d.ts","sourceRoot":"","sources":["../../../src/integrations/lendleV1/lendle.v1.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"lendle.v1.d.ts","sourceRoot":"","sources":["../../../src/integrations/lendleV1/lendle.v1.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAc,MAAM,aAAa,CAAC;AAIrF,MAAM,MAAM,WAAW,GAAG;IACtB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,uBAAuB,gDAAiD,WAAW,KAAG,SAElG,CAAC;AAEF,eAAO,MAAM,kBAAkB;iBAId,OAAO;UACd,WAAW;MACjB,WAAW,IAAI,CASlB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,OAAO,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,0BAA0B,0BAA2B,YAAY,KAAG,SAEhF,CAAC;AAEF,eAAO,MAAM,qBAAqB;iBAIjB,OAAO;UACd,YAAY;MAClB,WAAW,IAAI,CASlB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACrB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,wBAAwB,mEAMlC,UAAU,KAAG,SAQf,CAAC;AAEF,eAAO,MAAM,mBAAmB;iBAIf,OAAO;UACd,UAAU;MAChB,WAAW,IAAI,CASlB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACpB,KAAK,EAAE,OAAO,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,gBAAgB,EAAE,MAAM,CAAC;IACzB,UAAU,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,qBAAqB,oDAAqD,SAAS,KAAG,SAElG,CAAC;AAEF,eAAO,MAAM,gBAAgB;iBAIZ,OAAO;UACd,SAAS;MACf,WAAW,IAAI,CASlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/morphoBlue/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/morphoBlue/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,mBAAmB,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Address } from "viem";
|
|
2
|
-
import type
|
|
2
|
+
import { type Call, type HexString, type Unwrapable } from "../../types/index.ts";
|
|
3
3
|
/**
|
|
4
4
|
* Parameters that uniquely identify a Morpho Blue market.
|
|
5
5
|
*/
|
|
@@ -23,7 +23,7 @@ export declare const SupplyCollateralMorphoBlueCalldata: ({ marketParams, assets
|
|
|
23
23
|
export declare const supplyCollateralMorphoBlueTrx: ({ args, morphoAddress, }: {
|
|
24
24
|
args: SupplyCollateralMorphoBlueArgs;
|
|
25
25
|
morphoAddress: Address;
|
|
26
|
-
}) => Call
|
|
26
|
+
}) => Unwrapable<Call>;
|
|
27
27
|
export type WithdrawCollateralMorphoBlueArgs = Readonly<{
|
|
28
28
|
marketParams: MorphoBlueMarketParams;
|
|
29
29
|
assets: bigint;
|
|
@@ -34,7 +34,7 @@ export declare const WithdrawCollateralMorphoBlueCalldata: ({ marketParams, asse
|
|
|
34
34
|
export declare const withdrawCollateralMorphoBlueTrx: ({ args, morphoAddress, }: {
|
|
35
35
|
args: WithdrawCollateralMorphoBlueArgs;
|
|
36
36
|
morphoAddress: Address;
|
|
37
|
-
}) => Call
|
|
37
|
+
}) => Unwrapable<Call>;
|
|
38
38
|
export type BorrowMorphoBlueArgs = Readonly<{
|
|
39
39
|
marketParams: MorphoBlueMarketParams;
|
|
40
40
|
assets: bigint;
|
|
@@ -46,7 +46,7 @@ export declare const BorrowMorphoBlueCalldata: ({ marketParams, assets, shares,
|
|
|
46
46
|
export declare const borrowMorphoBlueTrx: ({ args, morphoAddress, }: {
|
|
47
47
|
args: BorrowMorphoBlueArgs;
|
|
48
48
|
morphoAddress: Address;
|
|
49
|
-
}) => Call
|
|
49
|
+
}) => Unwrapable<Call>;
|
|
50
50
|
export type RepayMorphoBlueArgs = Readonly<{
|
|
51
51
|
marketParams: MorphoBlueMarketParams;
|
|
52
52
|
assets: bigint;
|
|
@@ -61,7 +61,7 @@ export declare const RepayMorphoBlueCalldata: ({ marketParams, assets, shares, o
|
|
|
61
61
|
export declare const repayMorphoBlueTrx: ({ args, morphoAddress, }: {
|
|
62
62
|
args: RepayMorphoBlueArgs;
|
|
63
63
|
morphoAddress: Address;
|
|
64
|
-
}) => Call
|
|
64
|
+
}) => Unwrapable<Call>;
|
|
65
65
|
export type SupplyMorphoBlueArgs = Readonly<{
|
|
66
66
|
marketParams: MorphoBlueMarketParams;
|
|
67
67
|
assets: bigint;
|
|
@@ -76,7 +76,7 @@ export declare const SupplyMorphoBlueCalldata: ({ marketParams, assets, shares,
|
|
|
76
76
|
export declare const supplyMorphoBlueTrx: ({ args, morphoAddress, }: {
|
|
77
77
|
args: SupplyMorphoBlueArgs;
|
|
78
78
|
morphoAddress: Address;
|
|
79
|
-
}) => Call
|
|
79
|
+
}) => Unwrapable<Call>;
|
|
80
80
|
export type WithdrawMorphoBlueArgs = Readonly<{
|
|
81
81
|
marketParams: MorphoBlueMarketParams;
|
|
82
82
|
assets: bigint;
|
|
@@ -88,5 +88,5 @@ export declare const WithdrawMorphoBlueCalldata: ({ marketParams, assets, shares
|
|
|
88
88
|
export declare const withdrawMorphoBlueTrx: ({ args, morphoAddress, }: {
|
|
89
89
|
args: WithdrawMorphoBlueArgs;
|
|
90
90
|
morphoAddress: Address;
|
|
91
|
-
}) => Call
|
|
91
|
+
}) => Unwrapable<Call>;
|
|
92
92
|
//# sourceMappingURL=morpho.blue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"morpho.blue.d.ts","sourceRoot":"","sources":["../../../src/integrations/morphoBlue/morpho.blue.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"morpho.blue.d.ts","sourceRoot":"","sources":["../../../src/integrations/morphoBlue/morpho.blue.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/permit2/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/permit2/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type Call, type HexString, type Unwrapable } from "../../types";
|
|
2
2
|
import type { Address } from "viem";
|
|
3
3
|
export declare const approveTokenThroughPermit2Calldata: ({ token, spender, amount, expiration, }: {
|
|
4
4
|
token: Address;
|
|
@@ -12,5 +12,5 @@ export declare const approveTokenThroughPermit2: ({ permit2Address, token, spend
|
|
|
12
12
|
spender: Address;
|
|
13
13
|
amount: bigint;
|
|
14
14
|
expiration: bigint;
|
|
15
|
-
}) => Call
|
|
15
|
+
}) => Unwrapable<Call>;
|
|
16
16
|
//# sourceMappingURL=permit2.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permit2.d.ts","sourceRoot":"","sources":["../../../src/integrations/permit2/permit2.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"permit2.d.ts","sourceRoot":"","sources":["../../../src/integrations/permit2/permit2.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAE,KAAK,SAAS,EAAc,KAAK,UAAU,EAAE,MAAM,aAAa,CAAC;AAErF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,MAAM,CAAC;AAIpC,eAAO,MAAM,kCAAkC;WAMpC,OAAO;aACL,OAAO;YACR,MAAM;gBACF,MAAM;MAClB,SAEH,CAAC;AAEF,eAAO,MAAM,0BAA0B;oBAOnB,OAAO;WAChB,OAAO;aACL,OAAO;YACR,MAAM;gBACF,MAAM;MAClB,WAAW,IAAI,CAOlB,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * from "./uniswap.v3";
|
|
2
|
-
export { default as
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as
|
|
2
|
+
export { default as UniswapV3PositionManagerAbi } from "./position.manager.abi";
|
|
3
|
+
export { default as UniswapV3Router01Abi } from "./swap.router.01.abi";
|
|
4
|
+
export { default as UniswapV3Router02Abi } from "./swap.router.02.abi";
|
|
5
|
+
export { default as UniswapV3PoolAbi } from "./pool.abi";
|
|
5
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/uniswapV3/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/integrations/uniswapV3/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,2BAA2B,EAAE,MAAM,wBAAwB,CAAC;AAChF,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,YAAY,CAAC"}
|
package/dist/integrations/uniswapV3/{swap.router.abi.d.ts.map → swap.router.01.abi.d.ts.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"swap.router.abi.d.ts","sourceRoot":"","sources":["../../../src/integrations/uniswapV3/swap.router.abi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuOW"}
|
|
1
|
+
{"version":3,"file":"swap.router.01.abi.d.ts","sourceRoot":"","sources":["../../../src/integrations/uniswapV3/swap.router.01.abi.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuOW"}
|