@pancakeswap/infinity-sdk 1.0.0
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/LICENSE +674 -0
- package/README.md +12 -0
- package/dist/abis/BinMigratorAbi.d.ts +652 -0
- package/dist/abis/BinMigratorAbi.d.ts.map +1 -0
- package/dist/abis/BinPoolManagerAbi.d.ts +1184 -0
- package/dist/abis/BinPoolManagerAbi.d.ts.map +1 -0
- package/dist/abis/BinPositionManagerAbi.d.ts +667 -0
- package/dist/abis/BinPositionManagerAbi.d.ts.map +1 -0
- package/dist/abis/BinQuoterAbi.d.ts +644 -0
- package/dist/abis/BinQuoterAbi.d.ts.map +1 -0
- package/dist/abis/CLMigratorAbi.d.ts +650 -0
- package/dist/abis/CLMigratorAbi.d.ts.map +1 -0
- package/dist/abis/CLPoolManagerAbi.d.ts +1075 -0
- package/dist/abis/CLPoolManagerAbi.d.ts.map +1 -0
- package/dist/abis/CLPositionManagerAbi.d.ts +1130 -0
- package/dist/abis/CLPositionManagerAbi.d.ts.map +1 -0
- package/dist/abis/CLQuoterAbi.d.ts +644 -0
- package/dist/abis/CLQuoterAbi.d.ts.map +1 -0
- package/dist/abis/FarmingOffChainAbi.d.ts +982 -0
- package/dist/abis/FarmingOffChainAbi.d.ts.map +1 -0
- package/dist/abis/FarmingOffChainCLHelperAbi.d.ts +40 -0
- package/dist/abis/FarmingOffChainCLHelperAbi.d.ts.map +1 -0
- package/dist/abis/MixedQuoterAbi.d.ts +347 -0
- package/dist/abis/MixedQuoterAbi.d.ts.map +1 -0
- package/dist/abis/Permit2ForwardAbi.d.ts +124 -0
- package/dist/abis/Permit2ForwardAbi.d.ts.map +1 -0
- package/dist/abis/ProtocolFeeControllerAbi.d.ts +276 -0
- package/dist/abis/ProtocolFeeControllerAbi.d.ts.map +1 -0
- package/dist/abis/VaultAbi.d.ts +669 -0
- package/dist/abis/VaultAbi.d.ts.map +1 -0
- package/dist/abis/index.d.ts +15 -0
- package/dist/abis/index.d.ts.map +1 -0
- package/dist/constants/abiStructFragments.d.ts +15 -0
- package/dist/constants/abiStructFragments.d.ts.map +1 -0
- package/dist/constants/actions.d.ts +43 -0
- package/dist/constants/actions.d.ts.map +1 -0
- package/dist/constants/actionsAbiParameters.d.ts +244 -0
- package/dist/constants/actionsAbiParameters.d.ts.map +1 -0
- package/dist/constants/addresses.d.ts +22 -0
- package/dist/constants/addresses.d.ts.map +1 -0
- package/dist/constants/binPool.d.ts +11 -0
- package/dist/constants/binPool.d.ts.map +1 -0
- package/dist/constants/fee.d.ts +21 -0
- package/dist/constants/fee.d.ts.map +1 -0
- package/dist/constants/hooksList/bsc.d.ts +8 -0
- package/dist/constants/hooksList/bsc.d.ts.map +1 -0
- package/dist/constants/hooksList/bscTestnet.d.ts +21 -0
- package/dist/constants/hooksList/bscTestnet.d.ts.map +1 -0
- package/dist/constants/hooksList/dynamicFeeHook.d.ts +15 -0
- package/dist/constants/hooksList/dynamicFeeHook.d.ts.map +1 -0
- package/dist/constants/hooksList/index.d.ts +14 -0
- package/dist/constants/hooksList/index.d.ts.map +1 -0
- package/dist/constants/index.d.ts +11 -0
- package/dist/constants/index.d.ts.map +1 -0
- package/dist/constants/internalConstants.d.ts +11 -0
- package/dist/constants/internalConstants.d.ts.map +1 -0
- package/dist/entities/index.d.ts +2 -0
- package/dist/entities/index.d.ts.map +1 -0
- package/dist/entities/pool.d.ts +104 -0
- package/dist/entities/pool.d.ts.map +1 -0
- package/dist/functions/bin/addBinLiquidityMulticall.d.ts +22 -0
- package/dist/functions/bin/addBinLiquidityMulticall.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/addLiquidity.d.ts +18 -0
- package/dist/functions/bin/calldatas/addLiquidity.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/index.d.ts +7 -0
- package/dist/functions/bin/calldatas/index.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/initializePool.d.ts +3 -0
- package/dist/functions/bin/calldatas/initializePool.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/liquidity.d.ts +1 -0
- package/dist/functions/bin/calldatas/liquidity.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/mint.d.ts +15 -0
- package/dist/functions/bin/calldatas/mint.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/modifyLiquidities.d.ts +3 -0
- package/dist/functions/bin/calldatas/modifyLiquidities.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/removeLiquidity.d.ts +15 -0
- package/dist/functions/bin/calldatas/removeLiquidity.d.ts.map +1 -0
- package/dist/functions/bin/calldatas/swap.d.ts +4 -0
- package/dist/functions/bin/calldatas/swap.d.ts.map +1 -0
- package/dist/functions/bin/createBinPool.d.ts +62 -0
- package/dist/functions/bin/createBinPool.d.ts.map +1 -0
- package/dist/functions/bin/decodeBinAmount.d.ts +16 -0
- package/dist/functions/bin/decodeBinAmount.d.ts.map +1 -0
- package/dist/functions/bin/getAmounts.d.ts +26 -0
- package/dist/functions/bin/getAmounts.d.ts.map +1 -0
- package/dist/functions/bin/getBinLiquidityConfigs.d.ts +7 -0
- package/dist/functions/bin/getBinLiquidityConfigs.d.ts.map +1 -0
- package/dist/functions/bin/getBinPoolTokenPrice.d.ts +4 -0
- package/dist/functions/bin/getBinPoolTokenPrice.d.ts.map +1 -0
- package/dist/functions/bin/getExternalFeeAmt.d.ts +6 -0
- package/dist/functions/bin/getExternalFeeAmt.d.ts.map +1 -0
- package/dist/functions/bin/getFeeAmount.d.ts +8 -0
- package/dist/functions/bin/getFeeAmount.d.ts.map +1 -0
- package/dist/functions/bin/getFeeAmountFrom.d.ts +9 -0
- package/dist/functions/bin/getFeeAmountFrom.d.ts.map +1 -0
- package/dist/functions/bin/getIdFromPrice.d.ts +11 -0
- package/dist/functions/bin/getIdFromPrice.d.ts.map +1 -0
- package/dist/functions/bin/getIdSlippage.d.ts +2 -0
- package/dist/functions/bin/getIdSlippage.d.ts.map +1 -0
- package/dist/functions/bin/getLiquidityShape.d.ts +32 -0
- package/dist/functions/bin/getLiquidityShape.d.ts.map +1 -0
- package/dist/functions/bin/getNextNonEmptyBin.d.ts +15 -0
- package/dist/functions/bin/getNextNonEmptyBin.d.ts.map +1 -0
- package/dist/functions/bin/getPriceFromId.d.ts +13 -0
- package/dist/functions/bin/getPriceFromId.d.ts.map +1 -0
- package/dist/functions/bin/index.d.ts +17 -0
- package/dist/functions/bin/index.d.ts.map +1 -0
- package/dist/functions/bin/liquidityConfigs.d.ts +15 -0
- package/dist/functions/bin/liquidityConfigs.d.ts.map +1 -0
- package/dist/functions/bin/parseReserveOfBin.d.ts +11 -0
- package/dist/functions/bin/parseReserveOfBin.d.ts.map +1 -0
- package/dist/functions/bin/priceConvert.d.ts +3 -0
- package/dist/functions/bin/priceConvert.d.ts.map +1 -0
- package/dist/functions/bin/swap.d.ts +20 -0
- package/dist/functions/bin/swap.d.ts.map +1 -0
- package/dist/functions/clamm/addCLLiquidityMulticall.d.ts +18 -0
- package/dist/functions/clamm/addCLLiquidityMulticall.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/burn.d.ts +4 -0
- package/dist/functions/clamm/calldatas/burn.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/claim.d.ts +9 -0
- package/dist/functions/clamm/calldatas/claim.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/decreaseLiquidity.d.ts +14 -0
- package/dist/functions/clamm/calldatas/decreaseLiquidity.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/donate.d.ts +4 -0
- package/dist/functions/clamm/calldatas/donate.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/increaseLiquidity.d.ts +4 -0
- package/dist/functions/clamm/calldatas/increaseLiquidity.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/index.d.ts +12 -0
- package/dist/functions/clamm/calldatas/index.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/initialize.d.ts +3 -0
- package/dist/functions/clamm/calldatas/initialize.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/initializePool.d.ts +3 -0
- package/dist/functions/clamm/calldatas/initializePool.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/mint.d.ts +4 -0
- package/dist/functions/clamm/calldatas/mint.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/modifyLiquidities.d.ts +3 -0
- package/dist/functions/clamm/calldatas/modifyLiquidities.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/modifyLiquidity.d.ts +10 -0
- package/dist/functions/clamm/calldatas/modifyLiquidity.d.ts.map +1 -0
- package/dist/functions/clamm/calldatas/swap.d.ts +9 -0
- package/dist/functions/clamm/calldatas/swap.d.ts.map +1 -0
- package/dist/functions/clamm/getCLPool.d.ts +6 -0
- package/dist/functions/clamm/getCLPool.d.ts.map +1 -0
- package/dist/functions/clamm/index.d.ts +5 -0
- package/dist/functions/clamm/index.d.ts.map +1 -0
- package/dist/functions/getPool.d.ts +19 -0
- package/dist/functions/getPool.d.ts.map +1 -0
- package/dist/functions/hooks/index.d.ts +2 -0
- package/dist/functions/hooks/index.d.ts.map +1 -0
- package/dist/functions/hooks/isDynamicFeeHook.d.ts +5 -0
- package/dist/functions/hooks/isDynamicFeeHook.d.ts.map +1 -0
- package/dist/functions/index.d.ts +5 -0
- package/dist/functions/index.d.ts.map +1 -0
- package/dist/functions/tick.d.ts +3 -0
- package/dist/functions/tick.d.ts.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +7578 -0
- package/dist/index.mjs +7430 -0
- package/dist/types.d.ts +183 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/ActionsPlanner.d.ts +32 -0
- package/dist/utils/ActionsPlanner.d.ts.map +1 -0
- package/dist/utils/calculateSwapFee.d.ts +11 -0
- package/dist/utils/calculateSwapFee.d.ts.map +1 -0
- package/dist/utils/convertBinIdsToRelative.d.ts +12 -0
- package/dist/utils/convertBinIdsToRelative.d.ts.map +1 -0
- package/dist/utils/decodeHooksRegistration.d.ts +4 -0
- package/dist/utils/decodeHooksRegistration.d.ts.map +1 -0
- package/dist/utils/decodePoolKey.d.ts +3 -0
- package/dist/utils/decodePoolKey.d.ts.map +1 -0
- package/dist/utils/decodePoolParameters.d.ts +4 -0
- package/dist/utils/decodePoolParameters.d.ts.map +1 -0
- package/dist/utils/encodeHooksRegistration.d.ts +4 -0
- package/dist/utils/encodeHooksRegistration.d.ts.map +1 -0
- package/dist/utils/encodeMulticall.d.ts +3 -0
- package/dist/utils/encodeMulticall.d.ts.map +1 -0
- package/dist/utils/encodePermit2.d.ts +6 -0
- package/dist/utils/encodePermit2.d.ts.map +1 -0
- package/dist/utils/encodePoolKey.d.ts +9 -0
- package/dist/utils/encodePoolKey.d.ts.map +1 -0
- package/dist/utils/encodePoolParameters.d.ts +5 -0
- package/dist/utils/encodePoolParameters.d.ts.map +1 -0
- package/dist/utils/getAddLiquidityParameters.d.ts +66 -0
- package/dist/utils/getAddLiquidityParameters.d.ts.map +1 -0
- package/dist/utils/getBinIds.d.ts +9 -0
- package/dist/utils/getBinIds.d.ts.map +1 -0
- package/dist/utils/getIsInitializedByPoolKey.d.ts +4 -0
- package/dist/utils/getIsInitializedByPoolKey.d.ts.map +1 -0
- package/dist/utils/getPoolId.d.ts +10 -0
- package/dist/utils/getPoolId.d.ts.map +1 -0
- package/dist/utils/index.d.ts +17 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/isInfinitySupported.d.ts +6 -0
- package/dist/utils/isInfinitySupported.d.ts.map +1 -0
- package/dist/utils/math/TreeMath.d.ts +12 -0
- package/dist/utils/math/TreeMath.d.ts.map +1 -0
- package/dist/utils/math/index.d.ts +4 -0
- package/dist/utils/math/index.d.ts.map +1 -0
- package/dist/utils/math/mulShift.d.ts +3 -0
- package/dist/utils/math/mulShift.d.ts.map +1 -0
- package/dist/utils/math/shiftDiv.d.ts +3 -0
- package/dist/utils/math/shiftDiv.d.ts.map +1 -0
- package/dist/utils/parseProtocolFee.d.ts +4 -0
- package/dist/utils/parseProtocolFee.d.ts.map +1 -0
- package/dist/utils/poolIdToPoolKey.d.ts +17 -0
- package/dist/utils/poolIdToPoolKey.d.ts.map +1 -0
- package/package.json +58 -0
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# PancakeSwap Infinity SDK
|
|
2
|
+
|
|
3
|
+
PancakeSwap Infinity Official SDK, used for PancakeSwap Interface and interacting with [PancakeSwap Infinity smart contracts](https://github.com/pancakeswap/infinity-core).
|
|
4
|
+
|
|
5
|
+
## Usage
|
|
6
|
+
|
|
7
|
+
## Contributing
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
pnpm install
|
|
11
|
+
pnpm run test
|
|
12
|
+
```
|
|
@@ -0,0 +1,652 @@
|
|
|
1
|
+
export declare const BinMigratorAbi: readonly [{
|
|
2
|
+
readonly type: "constructor";
|
|
3
|
+
readonly inputs: readonly [{
|
|
4
|
+
readonly name: "_WETH9";
|
|
5
|
+
readonly type: "address";
|
|
6
|
+
readonly internalType: "address";
|
|
7
|
+
}, {
|
|
8
|
+
readonly name: "_binPositionManager";
|
|
9
|
+
readonly type: "address";
|
|
10
|
+
readonly internalType: "address";
|
|
11
|
+
}, {
|
|
12
|
+
readonly name: "_permit2";
|
|
13
|
+
readonly type: "address";
|
|
14
|
+
readonly internalType: "contract IAllowanceTransfer";
|
|
15
|
+
}];
|
|
16
|
+
readonly stateMutability: "nonpayable";
|
|
17
|
+
}, {
|
|
18
|
+
readonly type: "receive";
|
|
19
|
+
readonly stateMutability: "payable";
|
|
20
|
+
}, {
|
|
21
|
+
readonly type: "function";
|
|
22
|
+
readonly name: "WETH9";
|
|
23
|
+
readonly inputs: readonly [];
|
|
24
|
+
readonly outputs: readonly [{
|
|
25
|
+
readonly name: "";
|
|
26
|
+
readonly type: "address";
|
|
27
|
+
readonly internalType: "address";
|
|
28
|
+
}];
|
|
29
|
+
readonly stateMutability: "view";
|
|
30
|
+
}, {
|
|
31
|
+
readonly type: "function";
|
|
32
|
+
readonly name: "binPositionManager";
|
|
33
|
+
readonly inputs: readonly [];
|
|
34
|
+
readonly outputs: readonly [{
|
|
35
|
+
readonly name: "";
|
|
36
|
+
readonly type: "address";
|
|
37
|
+
readonly internalType: "contract IBinPositionManager";
|
|
38
|
+
}];
|
|
39
|
+
readonly stateMutability: "view";
|
|
40
|
+
}, {
|
|
41
|
+
readonly type: "function";
|
|
42
|
+
readonly name: "initializePool";
|
|
43
|
+
readonly inputs: readonly [{
|
|
44
|
+
readonly name: "poolKey";
|
|
45
|
+
readonly type: "tuple";
|
|
46
|
+
readonly internalType: "struct PoolKey";
|
|
47
|
+
readonly components: readonly [{
|
|
48
|
+
readonly name: "currency0";
|
|
49
|
+
readonly type: "address";
|
|
50
|
+
readonly internalType: "Currency";
|
|
51
|
+
}, {
|
|
52
|
+
readonly name: "currency1";
|
|
53
|
+
readonly type: "address";
|
|
54
|
+
readonly internalType: "Currency";
|
|
55
|
+
}, {
|
|
56
|
+
readonly name: "hooks";
|
|
57
|
+
readonly type: "address";
|
|
58
|
+
readonly internalType: "contract IHooks";
|
|
59
|
+
}, {
|
|
60
|
+
readonly name: "poolManager";
|
|
61
|
+
readonly type: "address";
|
|
62
|
+
readonly internalType: "contract IPoolManager";
|
|
63
|
+
}, {
|
|
64
|
+
readonly name: "fee";
|
|
65
|
+
readonly type: "uint24";
|
|
66
|
+
readonly internalType: "uint24";
|
|
67
|
+
}, {
|
|
68
|
+
readonly name: "parameters";
|
|
69
|
+
readonly type: "bytes32";
|
|
70
|
+
readonly internalType: "bytes32";
|
|
71
|
+
}];
|
|
72
|
+
}, {
|
|
73
|
+
readonly name: "activeId";
|
|
74
|
+
readonly type: "uint24";
|
|
75
|
+
readonly internalType: "uint24";
|
|
76
|
+
}];
|
|
77
|
+
readonly outputs: readonly [];
|
|
78
|
+
readonly stateMutability: "payable";
|
|
79
|
+
}, {
|
|
80
|
+
readonly type: "function";
|
|
81
|
+
readonly name: "migrateFromV2";
|
|
82
|
+
readonly inputs: readonly [{
|
|
83
|
+
readonly name: "v2PoolParams";
|
|
84
|
+
readonly type: "tuple";
|
|
85
|
+
readonly internalType: "struct IBaseMigrator.V2PoolParams";
|
|
86
|
+
readonly components: readonly [{
|
|
87
|
+
readonly name: "pair";
|
|
88
|
+
readonly type: "address";
|
|
89
|
+
readonly internalType: "address";
|
|
90
|
+
}, {
|
|
91
|
+
readonly name: "migrateAmount";
|
|
92
|
+
readonly type: "uint256";
|
|
93
|
+
readonly internalType: "uint256";
|
|
94
|
+
}, {
|
|
95
|
+
readonly name: "amount0Min";
|
|
96
|
+
readonly type: "uint256";
|
|
97
|
+
readonly internalType: "uint256";
|
|
98
|
+
}, {
|
|
99
|
+
readonly name: "amount1Min";
|
|
100
|
+
readonly type: "uint256";
|
|
101
|
+
readonly internalType: "uint256";
|
|
102
|
+
}];
|
|
103
|
+
}, {
|
|
104
|
+
readonly name: "infiPoolParams";
|
|
105
|
+
readonly type: "tuple";
|
|
106
|
+
readonly internalType: "struct IBinMigrator.InfiBinPoolParams";
|
|
107
|
+
readonly components: readonly [{
|
|
108
|
+
readonly name: "poolKey";
|
|
109
|
+
readonly type: "tuple";
|
|
110
|
+
readonly internalType: "struct PoolKey";
|
|
111
|
+
readonly components: readonly [{
|
|
112
|
+
readonly name: "currency0";
|
|
113
|
+
readonly type: "address";
|
|
114
|
+
readonly internalType: "Currency";
|
|
115
|
+
}, {
|
|
116
|
+
readonly name: "currency1";
|
|
117
|
+
readonly type: "address";
|
|
118
|
+
readonly internalType: "Currency";
|
|
119
|
+
}, {
|
|
120
|
+
readonly name: "hooks";
|
|
121
|
+
readonly type: "address";
|
|
122
|
+
readonly internalType: "contract IHooks";
|
|
123
|
+
}, {
|
|
124
|
+
readonly name: "poolManager";
|
|
125
|
+
readonly type: "address";
|
|
126
|
+
readonly internalType: "contract IPoolManager";
|
|
127
|
+
}, {
|
|
128
|
+
readonly name: "fee";
|
|
129
|
+
readonly type: "uint24";
|
|
130
|
+
readonly internalType: "uint24";
|
|
131
|
+
}, {
|
|
132
|
+
readonly name: "parameters";
|
|
133
|
+
readonly type: "bytes32";
|
|
134
|
+
readonly internalType: "bytes32";
|
|
135
|
+
}];
|
|
136
|
+
}, {
|
|
137
|
+
readonly name: "amount0Max";
|
|
138
|
+
readonly type: "uint128";
|
|
139
|
+
readonly internalType: "uint128";
|
|
140
|
+
}, {
|
|
141
|
+
readonly name: "amount1Max";
|
|
142
|
+
readonly type: "uint128";
|
|
143
|
+
readonly internalType: "uint128";
|
|
144
|
+
}, {
|
|
145
|
+
readonly name: "activeIdDesired";
|
|
146
|
+
readonly type: "uint256";
|
|
147
|
+
readonly internalType: "uint256";
|
|
148
|
+
}, {
|
|
149
|
+
readonly name: "idSlippage";
|
|
150
|
+
readonly type: "uint256";
|
|
151
|
+
readonly internalType: "uint256";
|
|
152
|
+
}, {
|
|
153
|
+
readonly name: "deltaIds";
|
|
154
|
+
readonly type: "int256[]";
|
|
155
|
+
readonly internalType: "int256[]";
|
|
156
|
+
}, {
|
|
157
|
+
readonly name: "distributionX";
|
|
158
|
+
readonly type: "uint256[]";
|
|
159
|
+
readonly internalType: "uint256[]";
|
|
160
|
+
}, {
|
|
161
|
+
readonly name: "distributionY";
|
|
162
|
+
readonly type: "uint256[]";
|
|
163
|
+
readonly internalType: "uint256[]";
|
|
164
|
+
}, {
|
|
165
|
+
readonly name: "to";
|
|
166
|
+
readonly type: "address";
|
|
167
|
+
readonly internalType: "address";
|
|
168
|
+
}, {
|
|
169
|
+
readonly name: "deadline";
|
|
170
|
+
readonly type: "uint256";
|
|
171
|
+
readonly internalType: "uint256";
|
|
172
|
+
}, {
|
|
173
|
+
readonly name: "hookData";
|
|
174
|
+
readonly type: "bytes";
|
|
175
|
+
readonly internalType: "bytes";
|
|
176
|
+
}];
|
|
177
|
+
}, {
|
|
178
|
+
readonly name: "extraAmount0";
|
|
179
|
+
readonly type: "uint256";
|
|
180
|
+
readonly internalType: "uint256";
|
|
181
|
+
}, {
|
|
182
|
+
readonly name: "extraAmount1";
|
|
183
|
+
readonly type: "uint256";
|
|
184
|
+
readonly internalType: "uint256";
|
|
185
|
+
}];
|
|
186
|
+
readonly outputs: readonly [];
|
|
187
|
+
readonly stateMutability: "payable";
|
|
188
|
+
}, {
|
|
189
|
+
readonly type: "function";
|
|
190
|
+
readonly name: "migrateFromV3";
|
|
191
|
+
readonly inputs: readonly [{
|
|
192
|
+
readonly name: "v3PoolParams";
|
|
193
|
+
readonly type: "tuple";
|
|
194
|
+
readonly internalType: "struct IBaseMigrator.V3PoolParams";
|
|
195
|
+
readonly components: readonly [{
|
|
196
|
+
readonly name: "nfp";
|
|
197
|
+
readonly type: "address";
|
|
198
|
+
readonly internalType: "address";
|
|
199
|
+
}, {
|
|
200
|
+
readonly name: "tokenId";
|
|
201
|
+
readonly type: "uint256";
|
|
202
|
+
readonly internalType: "uint256";
|
|
203
|
+
}, {
|
|
204
|
+
readonly name: "liquidity";
|
|
205
|
+
readonly type: "uint128";
|
|
206
|
+
readonly internalType: "uint128";
|
|
207
|
+
}, {
|
|
208
|
+
readonly name: "amount0Min";
|
|
209
|
+
readonly type: "uint256";
|
|
210
|
+
readonly internalType: "uint256";
|
|
211
|
+
}, {
|
|
212
|
+
readonly name: "amount1Min";
|
|
213
|
+
readonly type: "uint256";
|
|
214
|
+
readonly internalType: "uint256";
|
|
215
|
+
}, {
|
|
216
|
+
readonly name: "collectFee";
|
|
217
|
+
readonly type: "bool";
|
|
218
|
+
readonly internalType: "bool";
|
|
219
|
+
}, {
|
|
220
|
+
readonly name: "deadline";
|
|
221
|
+
readonly type: "uint256";
|
|
222
|
+
readonly internalType: "uint256";
|
|
223
|
+
}];
|
|
224
|
+
}, {
|
|
225
|
+
readonly name: "infiPoolParams";
|
|
226
|
+
readonly type: "tuple";
|
|
227
|
+
readonly internalType: "struct IBinMigrator.InfiBinPoolParams";
|
|
228
|
+
readonly components: readonly [{
|
|
229
|
+
readonly name: "poolKey";
|
|
230
|
+
readonly type: "tuple";
|
|
231
|
+
readonly internalType: "struct PoolKey";
|
|
232
|
+
readonly components: readonly [{
|
|
233
|
+
readonly name: "currency0";
|
|
234
|
+
readonly type: "address";
|
|
235
|
+
readonly internalType: "Currency";
|
|
236
|
+
}, {
|
|
237
|
+
readonly name: "currency1";
|
|
238
|
+
readonly type: "address";
|
|
239
|
+
readonly internalType: "Currency";
|
|
240
|
+
}, {
|
|
241
|
+
readonly name: "hooks";
|
|
242
|
+
readonly type: "address";
|
|
243
|
+
readonly internalType: "contract IHooks";
|
|
244
|
+
}, {
|
|
245
|
+
readonly name: "poolManager";
|
|
246
|
+
readonly type: "address";
|
|
247
|
+
readonly internalType: "contract IPoolManager";
|
|
248
|
+
}, {
|
|
249
|
+
readonly name: "fee";
|
|
250
|
+
readonly type: "uint24";
|
|
251
|
+
readonly internalType: "uint24";
|
|
252
|
+
}, {
|
|
253
|
+
readonly name: "parameters";
|
|
254
|
+
readonly type: "bytes32";
|
|
255
|
+
readonly internalType: "bytes32";
|
|
256
|
+
}];
|
|
257
|
+
}, {
|
|
258
|
+
readonly name: "amount0Max";
|
|
259
|
+
readonly type: "uint128";
|
|
260
|
+
readonly internalType: "uint128";
|
|
261
|
+
}, {
|
|
262
|
+
readonly name: "amount1Max";
|
|
263
|
+
readonly type: "uint128";
|
|
264
|
+
readonly internalType: "uint128";
|
|
265
|
+
}, {
|
|
266
|
+
readonly name: "activeIdDesired";
|
|
267
|
+
readonly type: "uint256";
|
|
268
|
+
readonly internalType: "uint256";
|
|
269
|
+
}, {
|
|
270
|
+
readonly name: "idSlippage";
|
|
271
|
+
readonly type: "uint256";
|
|
272
|
+
readonly internalType: "uint256";
|
|
273
|
+
}, {
|
|
274
|
+
readonly name: "deltaIds";
|
|
275
|
+
readonly type: "int256[]";
|
|
276
|
+
readonly internalType: "int256[]";
|
|
277
|
+
}, {
|
|
278
|
+
readonly name: "distributionX";
|
|
279
|
+
readonly type: "uint256[]";
|
|
280
|
+
readonly internalType: "uint256[]";
|
|
281
|
+
}, {
|
|
282
|
+
readonly name: "distributionY";
|
|
283
|
+
readonly type: "uint256[]";
|
|
284
|
+
readonly internalType: "uint256[]";
|
|
285
|
+
}, {
|
|
286
|
+
readonly name: "to";
|
|
287
|
+
readonly type: "address";
|
|
288
|
+
readonly internalType: "address";
|
|
289
|
+
}, {
|
|
290
|
+
readonly name: "deadline";
|
|
291
|
+
readonly type: "uint256";
|
|
292
|
+
readonly internalType: "uint256";
|
|
293
|
+
}, {
|
|
294
|
+
readonly name: "hookData";
|
|
295
|
+
readonly type: "bytes";
|
|
296
|
+
readonly internalType: "bytes";
|
|
297
|
+
}];
|
|
298
|
+
}, {
|
|
299
|
+
readonly name: "extraAmount0";
|
|
300
|
+
readonly type: "uint256";
|
|
301
|
+
readonly internalType: "uint256";
|
|
302
|
+
}, {
|
|
303
|
+
readonly name: "extraAmount1";
|
|
304
|
+
readonly type: "uint256";
|
|
305
|
+
readonly internalType: "uint256";
|
|
306
|
+
}];
|
|
307
|
+
readonly outputs: readonly [];
|
|
308
|
+
readonly stateMutability: "payable";
|
|
309
|
+
}, {
|
|
310
|
+
readonly type: "function";
|
|
311
|
+
readonly name: "multicall";
|
|
312
|
+
readonly inputs: readonly [{
|
|
313
|
+
readonly name: "data";
|
|
314
|
+
readonly type: "bytes[]";
|
|
315
|
+
readonly internalType: "bytes[]";
|
|
316
|
+
}];
|
|
317
|
+
readonly outputs: readonly [{
|
|
318
|
+
readonly name: "results";
|
|
319
|
+
readonly type: "bytes[]";
|
|
320
|
+
readonly internalType: "bytes[]";
|
|
321
|
+
}];
|
|
322
|
+
readonly stateMutability: "payable";
|
|
323
|
+
}, {
|
|
324
|
+
readonly type: "function";
|
|
325
|
+
readonly name: "owner";
|
|
326
|
+
readonly inputs: readonly [];
|
|
327
|
+
readonly outputs: readonly [{
|
|
328
|
+
readonly name: "";
|
|
329
|
+
readonly type: "address";
|
|
330
|
+
readonly internalType: "address";
|
|
331
|
+
}];
|
|
332
|
+
readonly stateMutability: "view";
|
|
333
|
+
}, {
|
|
334
|
+
readonly type: "function";
|
|
335
|
+
readonly name: "pause";
|
|
336
|
+
readonly inputs: readonly [];
|
|
337
|
+
readonly outputs: readonly [];
|
|
338
|
+
readonly stateMutability: "nonpayable";
|
|
339
|
+
}, {
|
|
340
|
+
readonly type: "function";
|
|
341
|
+
readonly name: "paused";
|
|
342
|
+
readonly inputs: readonly [];
|
|
343
|
+
readonly outputs: readonly [{
|
|
344
|
+
readonly name: "res";
|
|
345
|
+
readonly type: "bool";
|
|
346
|
+
readonly internalType: "bool";
|
|
347
|
+
}];
|
|
348
|
+
readonly stateMutability: "view";
|
|
349
|
+
}, {
|
|
350
|
+
readonly type: "function";
|
|
351
|
+
readonly name: "permit";
|
|
352
|
+
readonly inputs: readonly [{
|
|
353
|
+
readonly name: "owner";
|
|
354
|
+
readonly type: "address";
|
|
355
|
+
readonly internalType: "address";
|
|
356
|
+
}, {
|
|
357
|
+
readonly name: "permitSingle";
|
|
358
|
+
readonly type: "tuple";
|
|
359
|
+
readonly internalType: "struct IAllowanceTransfer.PermitSingle";
|
|
360
|
+
readonly components: readonly [{
|
|
361
|
+
readonly name: "details";
|
|
362
|
+
readonly type: "tuple";
|
|
363
|
+
readonly internalType: "struct IAllowanceTransfer.PermitDetails";
|
|
364
|
+
readonly components: readonly [{
|
|
365
|
+
readonly name: "token";
|
|
366
|
+
readonly type: "address";
|
|
367
|
+
readonly internalType: "address";
|
|
368
|
+
}, {
|
|
369
|
+
readonly name: "amount";
|
|
370
|
+
readonly type: "uint160";
|
|
371
|
+
readonly internalType: "uint160";
|
|
372
|
+
}, {
|
|
373
|
+
readonly name: "expiration";
|
|
374
|
+
readonly type: "uint48";
|
|
375
|
+
readonly internalType: "uint48";
|
|
376
|
+
}, {
|
|
377
|
+
readonly name: "nonce";
|
|
378
|
+
readonly type: "uint48";
|
|
379
|
+
readonly internalType: "uint48";
|
|
380
|
+
}];
|
|
381
|
+
}, {
|
|
382
|
+
readonly name: "spender";
|
|
383
|
+
readonly type: "address";
|
|
384
|
+
readonly internalType: "address";
|
|
385
|
+
}, {
|
|
386
|
+
readonly name: "sigDeadline";
|
|
387
|
+
readonly type: "uint256";
|
|
388
|
+
readonly internalType: "uint256";
|
|
389
|
+
}];
|
|
390
|
+
}, {
|
|
391
|
+
readonly name: "signature";
|
|
392
|
+
readonly type: "bytes";
|
|
393
|
+
readonly internalType: "bytes";
|
|
394
|
+
}];
|
|
395
|
+
readonly outputs: readonly [{
|
|
396
|
+
readonly name: "err";
|
|
397
|
+
readonly type: "bytes";
|
|
398
|
+
readonly internalType: "bytes";
|
|
399
|
+
}];
|
|
400
|
+
readonly stateMutability: "payable";
|
|
401
|
+
}, {
|
|
402
|
+
readonly type: "function";
|
|
403
|
+
readonly name: "permit2";
|
|
404
|
+
readonly inputs: readonly [];
|
|
405
|
+
readonly outputs: readonly [{
|
|
406
|
+
readonly name: "";
|
|
407
|
+
readonly type: "address";
|
|
408
|
+
readonly internalType: "contract IAllowanceTransfer";
|
|
409
|
+
}];
|
|
410
|
+
readonly stateMutability: "view";
|
|
411
|
+
}, {
|
|
412
|
+
readonly type: "function";
|
|
413
|
+
readonly name: "permitBatch";
|
|
414
|
+
readonly inputs: readonly [{
|
|
415
|
+
readonly name: "owner";
|
|
416
|
+
readonly type: "address";
|
|
417
|
+
readonly internalType: "address";
|
|
418
|
+
}, {
|
|
419
|
+
readonly name: "_permitBatch";
|
|
420
|
+
readonly type: "tuple";
|
|
421
|
+
readonly internalType: "struct IAllowanceTransfer.PermitBatch";
|
|
422
|
+
readonly components: readonly [{
|
|
423
|
+
readonly name: "details";
|
|
424
|
+
readonly type: "tuple[]";
|
|
425
|
+
readonly internalType: "struct IAllowanceTransfer.PermitDetails[]";
|
|
426
|
+
readonly components: readonly [{
|
|
427
|
+
readonly name: "token";
|
|
428
|
+
readonly type: "address";
|
|
429
|
+
readonly internalType: "address";
|
|
430
|
+
}, {
|
|
431
|
+
readonly name: "amount";
|
|
432
|
+
readonly type: "uint160";
|
|
433
|
+
readonly internalType: "uint160";
|
|
434
|
+
}, {
|
|
435
|
+
readonly name: "expiration";
|
|
436
|
+
readonly type: "uint48";
|
|
437
|
+
readonly internalType: "uint48";
|
|
438
|
+
}, {
|
|
439
|
+
readonly name: "nonce";
|
|
440
|
+
readonly type: "uint48";
|
|
441
|
+
readonly internalType: "uint48";
|
|
442
|
+
}];
|
|
443
|
+
}, {
|
|
444
|
+
readonly name: "spender";
|
|
445
|
+
readonly type: "address";
|
|
446
|
+
readonly internalType: "address";
|
|
447
|
+
}, {
|
|
448
|
+
readonly name: "sigDeadline";
|
|
449
|
+
readonly type: "uint256";
|
|
450
|
+
readonly internalType: "uint256";
|
|
451
|
+
}];
|
|
452
|
+
}, {
|
|
453
|
+
readonly name: "signature";
|
|
454
|
+
readonly type: "bytes";
|
|
455
|
+
readonly internalType: "bytes";
|
|
456
|
+
}];
|
|
457
|
+
readonly outputs: readonly [{
|
|
458
|
+
readonly name: "err";
|
|
459
|
+
readonly type: "bytes";
|
|
460
|
+
readonly internalType: "bytes";
|
|
461
|
+
}];
|
|
462
|
+
readonly stateMutability: "payable";
|
|
463
|
+
}, {
|
|
464
|
+
readonly type: "function";
|
|
465
|
+
readonly name: "positionManagerPermit2";
|
|
466
|
+
readonly inputs: readonly [];
|
|
467
|
+
readonly outputs: readonly [{
|
|
468
|
+
readonly name: "";
|
|
469
|
+
readonly type: "address";
|
|
470
|
+
readonly internalType: "contract IAllowanceTransfer";
|
|
471
|
+
}];
|
|
472
|
+
readonly stateMutability: "view";
|
|
473
|
+
}, {
|
|
474
|
+
readonly type: "function";
|
|
475
|
+
readonly name: "refundETH";
|
|
476
|
+
readonly inputs: readonly [];
|
|
477
|
+
readonly outputs: readonly [];
|
|
478
|
+
readonly stateMutability: "payable";
|
|
479
|
+
}, {
|
|
480
|
+
readonly type: "function";
|
|
481
|
+
readonly name: "selfPermitERC721";
|
|
482
|
+
readonly inputs: readonly [{
|
|
483
|
+
readonly name: "token";
|
|
484
|
+
readonly type: "address";
|
|
485
|
+
readonly internalType: "address";
|
|
486
|
+
}, {
|
|
487
|
+
readonly name: "tokenId";
|
|
488
|
+
readonly type: "uint256";
|
|
489
|
+
readonly internalType: "uint256";
|
|
490
|
+
}, {
|
|
491
|
+
readonly name: "deadline";
|
|
492
|
+
readonly type: "uint256";
|
|
493
|
+
readonly internalType: "uint256";
|
|
494
|
+
}, {
|
|
495
|
+
readonly name: "v";
|
|
496
|
+
readonly type: "uint8";
|
|
497
|
+
readonly internalType: "uint8";
|
|
498
|
+
}, {
|
|
499
|
+
readonly name: "r";
|
|
500
|
+
readonly type: "bytes32";
|
|
501
|
+
readonly internalType: "bytes32";
|
|
502
|
+
}, {
|
|
503
|
+
readonly name: "s";
|
|
504
|
+
readonly type: "bytes32";
|
|
505
|
+
readonly internalType: "bytes32";
|
|
506
|
+
}];
|
|
507
|
+
readonly outputs: readonly [];
|
|
508
|
+
readonly stateMutability: "payable";
|
|
509
|
+
}, {
|
|
510
|
+
readonly type: "function";
|
|
511
|
+
readonly name: "selfPermitERC721IfNecessary";
|
|
512
|
+
readonly inputs: readonly [{
|
|
513
|
+
readonly name: "token";
|
|
514
|
+
readonly type: "address";
|
|
515
|
+
readonly internalType: "address";
|
|
516
|
+
}, {
|
|
517
|
+
readonly name: "tokenId";
|
|
518
|
+
readonly type: "uint256";
|
|
519
|
+
readonly internalType: "uint256";
|
|
520
|
+
}, {
|
|
521
|
+
readonly name: "deadline";
|
|
522
|
+
readonly type: "uint256";
|
|
523
|
+
readonly internalType: "uint256";
|
|
524
|
+
}, {
|
|
525
|
+
readonly name: "v";
|
|
526
|
+
readonly type: "uint8";
|
|
527
|
+
readonly internalType: "uint8";
|
|
528
|
+
}, {
|
|
529
|
+
readonly name: "r";
|
|
530
|
+
readonly type: "bytes32";
|
|
531
|
+
readonly internalType: "bytes32";
|
|
532
|
+
}, {
|
|
533
|
+
readonly name: "s";
|
|
534
|
+
readonly type: "bytes32";
|
|
535
|
+
readonly internalType: "bytes32";
|
|
536
|
+
}];
|
|
537
|
+
readonly outputs: readonly [];
|
|
538
|
+
readonly stateMutability: "payable";
|
|
539
|
+
}, {
|
|
540
|
+
readonly type: "function";
|
|
541
|
+
readonly name: "transferOwnership";
|
|
542
|
+
readonly inputs: readonly [{
|
|
543
|
+
readonly name: "newOwner";
|
|
544
|
+
readonly type: "address";
|
|
545
|
+
readonly internalType: "address";
|
|
546
|
+
}];
|
|
547
|
+
readonly outputs: readonly [];
|
|
548
|
+
readonly stateMutability: "nonpayable";
|
|
549
|
+
}, {
|
|
550
|
+
readonly type: "function";
|
|
551
|
+
readonly name: "unpause";
|
|
552
|
+
readonly inputs: readonly [];
|
|
553
|
+
readonly outputs: readonly [];
|
|
554
|
+
readonly stateMutability: "nonpayable";
|
|
555
|
+
}, {
|
|
556
|
+
readonly type: "event";
|
|
557
|
+
readonly name: "ExtraFundsAdded";
|
|
558
|
+
readonly inputs: readonly [{
|
|
559
|
+
readonly name: "currency0";
|
|
560
|
+
readonly type: "address";
|
|
561
|
+
readonly indexed: false;
|
|
562
|
+
readonly internalType: "address";
|
|
563
|
+
}, {
|
|
564
|
+
readonly name: "currency1";
|
|
565
|
+
readonly type: "address";
|
|
566
|
+
readonly indexed: false;
|
|
567
|
+
readonly internalType: "address";
|
|
568
|
+
}, {
|
|
569
|
+
readonly name: "extraAmount0";
|
|
570
|
+
readonly type: "uint256";
|
|
571
|
+
readonly indexed: false;
|
|
572
|
+
readonly internalType: "uint256";
|
|
573
|
+
}, {
|
|
574
|
+
readonly name: "extraAmount1";
|
|
575
|
+
readonly type: "uint256";
|
|
576
|
+
readonly indexed: false;
|
|
577
|
+
readonly internalType: "uint256";
|
|
578
|
+
}];
|
|
579
|
+
readonly anonymous: false;
|
|
580
|
+
}, {
|
|
581
|
+
readonly type: "event";
|
|
582
|
+
readonly name: "OwnershipTransferred";
|
|
583
|
+
readonly inputs: readonly [{
|
|
584
|
+
readonly name: "previousOwner";
|
|
585
|
+
readonly type: "address";
|
|
586
|
+
readonly indexed: true;
|
|
587
|
+
readonly internalType: "address";
|
|
588
|
+
}, {
|
|
589
|
+
readonly name: "newOwner";
|
|
590
|
+
readonly type: "address";
|
|
591
|
+
readonly indexed: true;
|
|
592
|
+
readonly internalType: "address";
|
|
593
|
+
}];
|
|
594
|
+
readonly anonymous: false;
|
|
595
|
+
}, {
|
|
596
|
+
readonly type: "event";
|
|
597
|
+
readonly name: "Paused";
|
|
598
|
+
readonly inputs: readonly [{
|
|
599
|
+
readonly name: "account";
|
|
600
|
+
readonly type: "address";
|
|
601
|
+
readonly indexed: false;
|
|
602
|
+
readonly internalType: "address";
|
|
603
|
+
}];
|
|
604
|
+
readonly anonymous: false;
|
|
605
|
+
}, {
|
|
606
|
+
readonly type: "event";
|
|
607
|
+
readonly name: "Unpaused";
|
|
608
|
+
readonly inputs: readonly [{
|
|
609
|
+
readonly name: "account";
|
|
610
|
+
readonly type: "address";
|
|
611
|
+
readonly indexed: false;
|
|
612
|
+
readonly internalType: "address";
|
|
613
|
+
}];
|
|
614
|
+
readonly anonymous: false;
|
|
615
|
+
}, {
|
|
616
|
+
readonly type: "error";
|
|
617
|
+
readonly name: "ContractLocked";
|
|
618
|
+
readonly inputs: readonly [];
|
|
619
|
+
}, {
|
|
620
|
+
readonly type: "error";
|
|
621
|
+
readonly name: "EnforcedPause";
|
|
622
|
+
readonly inputs: readonly [];
|
|
623
|
+
}, {
|
|
624
|
+
readonly type: "error";
|
|
625
|
+
readonly name: "INSUFFICIENT_AMOUNTS_RECEIVED";
|
|
626
|
+
readonly inputs: readonly [];
|
|
627
|
+
}, {
|
|
628
|
+
readonly type: "error";
|
|
629
|
+
readonly name: "INVALID_ETHER_SENDER";
|
|
630
|
+
readonly inputs: readonly [];
|
|
631
|
+
}, {
|
|
632
|
+
readonly type: "error";
|
|
633
|
+
readonly name: "NOT_TOKEN_OWNER";
|
|
634
|
+
readonly inputs: readonly [];
|
|
635
|
+
}, {
|
|
636
|
+
readonly type: "error";
|
|
637
|
+
readonly name: "SafeCastOverflowedUintDowncast";
|
|
638
|
+
readonly inputs: readonly [{
|
|
639
|
+
readonly name: "bits";
|
|
640
|
+
readonly type: "uint8";
|
|
641
|
+
readonly internalType: "uint8";
|
|
642
|
+
}, {
|
|
643
|
+
readonly name: "value";
|
|
644
|
+
readonly type: "uint256";
|
|
645
|
+
readonly internalType: "uint256";
|
|
646
|
+
}];
|
|
647
|
+
}, {
|
|
648
|
+
readonly type: "error";
|
|
649
|
+
readonly name: "TOKEN_NOT_MATCH";
|
|
650
|
+
readonly inputs: readonly [];
|
|
651
|
+
}];
|
|
652
|
+
//# sourceMappingURL=BinMigratorAbi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BinMigratorAbi.d.ts","sourceRoot":"","sources":["../../src/abis/BinMigratorAbi.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2UjB,CAAA"}
|