@paraswap/dex-lib 3.8.14 → 3.8.16
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/build/abi/concentrator/arUSD.json +568 -0
- package/build/abi/concentrator/arUSD5115.json +1746 -0
- package/build/abi/fx-protocol/FxMarket.json +1284 -0
- package/build/abi/{wombat/pool.json → fx-protocol/FxUSD.json} +541 -603
- package/build/abi/fx-protocol/weETHOralce.json +676 -0
- package/build/abi/inception/inception-ineth-pool.json +1062 -0
- package/build/abi/inception/inception-ineth.json +609 -0
- package/build/abi/inception/inception-ratio-feed.json +93 -0
- package/build/abi/inception/inception-vault.json +991 -0
- package/build/abi/infusion/InfusionFactory.json +147 -0
- package/build/abi/infusion/InfusionPair.json +658 -0
- package/build/abi/infusion/InfusionRouter.json +442 -0
- package/build/abi/oswap/oswap.abi.json +452 -0
- package/build/dex/aave-v1/aave-v1.js +0 -1
- package/build/dex/aave-v1/aave-v1.js.map +1 -1
- package/build/dex/angle-transmuter/angle-transmuter.js +1 -1
- package/build/dex/angle-transmuter/angle-transmuter.js.map +1 -1
- package/build/dex/concentrator-arusd/concentrator-arusd-event.d.ts +17 -0
- package/build/dex/concentrator-arusd/concentrator-arusd-event.js +66 -0
- package/build/dex/concentrator-arusd/concentrator-arusd-event.js.map +1 -0
- package/build/dex/concentrator-arusd/concentrator-arusd.d.ts +41 -0
- package/build/dex/concentrator-arusd/concentrator-arusd.js +188 -0
- package/build/dex/concentrator-arusd/concentrator-arusd.js.map +1 -0
- package/build/dex/concentrator-arusd/config.d.ts +3 -0
- package/build/dex/concentrator-arusd/config.js +14 -0
- package/build/dex/concentrator-arusd/config.js.map +1 -0
- package/build/dex/concentrator-arusd/types.d.ts +14 -0
- package/build/dex/concentrator-arusd/types.js +3 -0
- package/build/dex/concentrator-arusd/types.js.map +1 -0
- package/build/dex/concentrator-arusd/utils.d.ts +4 -0
- package/build/dex/concentrator-arusd/utils.js +27 -0
- package/build/dex/concentrator-arusd/utils.js.map +1 -0
- package/build/dex/fx-protocol-rusd/config.d.ts +3 -0
- package/build/dex/fx-protocol-rusd/config.js +15 -0
- package/build/dex/fx-protocol-rusd/config.js.map +1 -0
- package/build/dex/fx-protocol-rusd/fx-protocol-rusd-event.d.ts +18 -0
- package/build/dex/fx-protocol-rusd/fx-protocol-rusd-event.js +71 -0
- package/build/dex/fx-protocol-rusd/fx-protocol-rusd-event.js.map +1 -0
- package/build/dex/fx-protocol-rusd/fx-protocol-rusd.d.ts +39 -0
- package/build/dex/fx-protocol-rusd/fx-protocol-rusd.js +201 -0
- package/build/dex/fx-protocol-rusd/fx-protocol-rusd.js.map +1 -0
- package/build/dex/fx-protocol-rusd/types.d.ts +13 -0
- package/build/dex/fx-protocol-rusd/types.js +3 -0
- package/build/dex/fx-protocol-rusd/types.js.map +1 -0
- package/build/dex/fx-protocol-rusd/utils.d.ts +4 -0
- package/build/dex/fx-protocol-rusd/utils.js +26 -0
- package/build/dex/fx-protocol-rusd/utils.js.map +1 -0
- package/build/dex/idex.d.ts +11 -7
- package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
- package/build/dex/idle-dao/idle-dao-pool.js +176 -0
- package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
- package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
- package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
- package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
- package/build/dex/idle-dao/scripts.d.ts +9 -0
- package/build/dex/idle-dao/scripts.js +552 -0
- package/build/dex/idle-dao/scripts.js.map +1 -0
- package/build/dex/inception/config.d.ts +5 -0
- package/build/dex/inception/config.js +112 -0
- package/build/dex/inception/config.js.map +1 -0
- package/build/dex/inception/inception-event-pool.d.ts +23 -0
- package/build/dex/inception/inception-event-pool.js +34 -0
- package/build/dex/inception/inception-event-pool.js.map +1 -0
- package/build/dex/inception/inception-native.d.ts +43 -0
- package/build/dex/inception/inception-native.js +131 -0
- package/build/dex/inception/inception-native.js.map +1 -0
- package/build/dex/inception/inception-pool.d.ts +18 -0
- package/build/dex/inception/inception-pool.js +32 -0
- package/build/dex/inception/inception-pool.js.map +1 -0
- package/build/dex/inception/inception-price-feed.d.ts +19 -0
- package/build/dex/inception/inception-price-feed.js +51 -0
- package/build/dex/inception/inception-price-feed.js.map +1 -0
- package/build/dex/inception/inception.d.ts +44 -0
- package/build/dex/inception/inception.js +162 -0
- package/build/dex/inception/inception.js.map +1 -0
- package/build/dex/inception/tokens.d.ts +9 -0
- package/build/dex/inception/tokens.js +28 -0
- package/build/dex/inception/tokens.js.map +1 -0
- package/build/dex/inception/types.d.ts +22 -0
- package/build/dex/inception/types.js +3 -0
- package/build/dex/inception/types.js.map +1 -0
- package/build/dex/inception/utils.d.ts +7 -0
- package/build/dex/inception/utils.js +58 -0
- package/build/dex/inception/utils.js.map +1 -0
- package/build/dex/index.js +4 -0
- package/build/dex/index.js.map +1 -1
- package/build/dex/infusion/config.d.ts +4 -0
- package/build/dex/infusion/config.js +25 -0
- package/build/dex/infusion/config.js.map +1 -0
- package/build/dex/infusion/infusion-stable-pool.d.ts +4 -0
- package/build/dex/infusion/infusion-stable-pool.js +74 -0
- package/build/dex/infusion/infusion-stable-pool.js.map +1 -0
- package/build/dex/infusion/infusion.d.ts +54 -0
- package/build/dex/infusion/infusion.js +510 -0
- package/build/dex/infusion/infusion.js.map +1 -0
- package/build/dex/infusion/types.d.ts +47 -0
- package/build/dex/infusion/types.js +3 -0
- package/build/dex/infusion/types.js.map +1 -0
- package/build/dex/infusion/utils/isStablePair.d.ts +2 -0
- package/build/dex/infusion/utils/isStablePair.js +18 -0
- package/build/dex/infusion/utils/isStablePair.js.map +1 -0
- package/build/dex/oswap/config.d.ts +5 -0
- package/build/dex/oswap/config.js +31 -0
- package/build/dex/oswap/config.js.map +1 -0
- package/build/dex/oswap/oswap-pool.d.ts +51 -0
- package/build/dex/oswap/oswap-pool.js +150 -0
- package/build/dex/oswap/oswap-pool.js.map +1 -0
- package/build/dex/oswap/oswap.d.ts +46 -0
- package/build/dex/oswap/oswap.js +263 -0
- package/build/dex/oswap/oswap.js.map +1 -0
- package/build/dex/oswap/types.d.ts +20 -0
- package/build/dex/oswap/types.js +3 -0
- package/build/dex/oswap/types.js.map +1 -0
- package/build/dex/platypus/platypus.js +3 -17
- package/build/dex/platypus/platypus.js.map +1 -1
- package/build/dex/swaap-v1/swaap-v1.js +0 -4
- package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
- package/build/dex/weth/config.js +3 -0
- package/build/dex/weth/config.js.map +1 -1
- package/package.json +1 -1
- package/src/abi/concentrator/arUSD.json +568 -0
- package/src/abi/concentrator/arUSD5115.json +1746 -0
- package/src/abi/fx-protocol/FxMarket.json +1284 -0
- package/src/abi/fx-protocol/FxUSD.json +1227 -0
- package/src/abi/fx-protocol/weETHOralce.json +676 -0
- package/src/dex/angle-transmuter/angle-transmuter.ts +1 -1
- package/src/dex/concentrator-arusd/concentrator-arusd-e2e.test.ts +92 -0
- package/src/dex/concentrator-arusd/concentrator-arusd-event.ts +100 -0
- package/src/dex/concentrator-arusd/concentrator-arusd-integration.test.ts +104 -0
- package/src/dex/concentrator-arusd/concentrator-arusd.ts +269 -0
- package/src/dex/concentrator-arusd/concetrator-arusd-events.test.ts +97 -0
- package/src/dex/concentrator-arusd/config.ts +13 -0
- package/src/dex/concentrator-arusd/types.ts +16 -0
- package/src/dex/concentrator-arusd/utils.ts +36 -0
- package/src/dex/fx-protocol-rusd/config.ts +14 -0
- package/src/dex/fx-protocol-rusd/fx-protocol-e2e.test.ts +96 -0
- package/src/dex/fx-protocol-rusd/fx-protocol-events.test.ts +101 -0
- package/src/dex/fx-protocol-rusd/fx-protocol-integration.test.ts +104 -0
- package/src/dex/fx-protocol-rusd/fx-protocol-rusd-event.ts +112 -0
- package/src/dex/fx-protocol-rusd/fx-protocol-rusd.ts +282 -0
- package/src/dex/fx-protocol-rusd/types.ts +16 -0
- package/src/dex/fx-protocol-rusd/utils.ts +47 -0
- package/src/dex/idex.ts +48 -41
- package/src/dex/index.ts +4 -0
- package/src/dex/weth/config.ts +3 -0
- package/src/dex/weth/weth-e2e.test.ts +156 -0
- package/src/dex/wsteth/wsteth-integration.test.ts +0 -1
- package/tests/constants-e2e.ts +10 -0
- package/.vscode/launch.json +0 -53
- package/.vscode/settings.json +0 -2
- package/.vscode/tasks.json +0 -15
- package/build/abi/maverick-v2/MaverickV2Router.json +0 -778
- package/build/abi/uniswap-v3/AlienBaseV3Router.abi.json +0 -52
- package/build/dex/aave-v2/tokens-avalanche.json +0 -44
- package/build/dex/aave-v2/tokens-mainnet.json +0 -188
- package/build/dex/aave-v2/tokens-polygon.json +0 -44
- package/build/dex/bProtocol.d.ts +0 -18
- package/build/dex/bProtocol.js +0 -39
- package/build/dex/bProtocol.js.map +0 -1
- package/build/dex/bancor.d.ts +0 -26
- package/build/dex/bancor.js +0 -58
- package/build/dex/bancor.js.map +0 -1
- package/build/dex/compound.d.ts +0 -18
- package/build/dex/compound.js +0 -46
- package/build/dex/compound.js.map +0 -1
- package/build/dex/curve-v2.d.ts +0 -58
- package/build/dex/curve-v2.js +0 -180
- package/build/dex/curve-v2.js.map +0 -1
- package/build/dex/dodo-v1.d.ts +0 -33
- package/build/dex/dodo-v1.js +0 -63
- package/build/dex/dodo-v1.js.map +0 -1
- package/build/dex/lido.d.ts +0 -19
- package/build/dex/lido.js +0 -42
- package/build/dex/lido.js.map +0 -1
- package/build/dex/maker-psm/scripts/gem.abi.json +0 -136
- package/build/dex/maker-psm/scripts/validate-state.d.ts +0 -0
- package/build/dex/maker-psm/scripts/validate-state.js +0 -185
- package/build/dex/maker-psm/scripts/validate-state.js.map +0 -1
- package/build/dex/maker-psm/scripts/vat.abi.json +0 -243
- package/build/dex/onebit.d.ts +0 -25
- package/build/dex/onebit.js +0 -42
- package/build/dex/onebit.js.map +0 -1
- package/build/dex/smoothy.d.ts +0 -26
- package/build/dex/smoothy.js +0 -48
- package/build/dex/smoothy.js.map +0 -1
- package/build/dex/solidly-v3/scripts/check-event-pool-event.d.ts +0 -1
- package/build/dex/solidly-v3/scripts/check-event-pool-event.js +0 -53
- package/build/dex/solidly-v3/scripts/check-event-pool-event.js.map +0 -1
- package/build/dex/stable-pool.d.ts +0 -28
- package/build/dex/stable-pool.js +0 -55
- package/build/dex/stable-pool.js.map +0 -1
- package/build/dex/trader-joe-v2.1/base.d.ts +0 -18
- package/build/dex/trader-joe-v2.1/base.js +0 -99
- package/build/dex/trader-joe-v2.1/base.js.map +0 -1
- package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
- package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
- package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
- package/build/dex/trader-joe-v2.1/trader-joe-v2.2.d.ts +0 -7
- package/build/dex/trader-joe-v2.1/trader-joe-v2.2.js +0 -20
- package/build/dex/trader-joe-v2.1/trader-joe-v2.2.js.map +0 -1
- package/build/dex/trader-joe-v2.1.d.ts +0 -43
- package/build/dex/trader-joe-v2.1.js +0 -79
- package/build/dex/trader-joe-v2.1.js.map +0 -1
- package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.d.ts +0 -17
- package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js +0 -64
- package/build/dex/uniswap-v3/forks/alien-base-v3/alien-base-v3.js.map +0 -1
- package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.d.ts +0 -17
- package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js +0 -79
- package/build/dex/uniswap-v3/forks/alien-v3/alien-v3.js.map +0 -1
- package/config.ts +0 -1946
- package/src/dex/dexs.txt +0 -58
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fx-protocol-rusd.js","sourceRoot":"","sources":["../../../src/dex/fx-protocol-rusd/fx-protocol-rusd.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Address } from '../../types';
|
|
2
|
+
export declare type FxProtocolPoolState = {
|
|
3
|
+
nav: string;
|
|
4
|
+
redeemFee: string;
|
|
5
|
+
weETHPrice: string;
|
|
6
|
+
};
|
|
7
|
+
export declare type FxProtocolData = {};
|
|
8
|
+
export declare type DexParams = {
|
|
9
|
+
rUSDAddress: Address;
|
|
10
|
+
weETHAddress: Address;
|
|
11
|
+
rUSDWeETHMarketAddress: Address;
|
|
12
|
+
weETHOracleAddress: Address;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/dex/fx-protocol-rusd/types.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Contract } from 'web3-eth-contract';
|
|
2
|
+
import { FxProtocolPoolState } from './types';
|
|
3
|
+
import { Interface } from '@ethersproject/abi';
|
|
4
|
+
export declare function getOnChainState(multiContract: Contract, marketAddress: string, marketInterface: Interface, ethWeETHOracleAddress: string, ethWeETHOracleIface: Interface, blockNumber: number | 'latest'): Promise<FxProtocolPoolState>;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getOnChainState = void 0;
|
|
4
|
+
async function getOnChainState(multiContract, marketAddress, marketInterface, ethWeETHOracleAddress, ethWeETHOracleIface, blockNumber) {
|
|
5
|
+
const data = await multiContract.methods
|
|
6
|
+
.aggregate([
|
|
7
|
+
{
|
|
8
|
+
target: marketAddress,
|
|
9
|
+
callData: marketInterface.encodeFunctionData('fTokenRedeemFeeRatio', []),
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
target: ethWeETHOracleAddress,
|
|
13
|
+
callData: ethWeETHOracleIface.encodeFunctionData('latestAnswer', []),
|
|
14
|
+
},
|
|
15
|
+
])
|
|
16
|
+
.call({}, blockNumber);
|
|
17
|
+
const redeemFee = BigInt(marketInterface.decodeFunctionResult('fTokenRedeemFeeRatio', data.returnData[0])[0]).toString();
|
|
18
|
+
const weETHPrice = BigInt(ethWeETHOracleIface.decodeFunctionResult('latestAnswer', data.returnData[1])[0]).toString();
|
|
19
|
+
return {
|
|
20
|
+
nav: '1000000000000000000',
|
|
21
|
+
redeemFee,
|
|
22
|
+
weETHPrice,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
exports.getOnChainState = getOnChainState;
|
|
26
|
+
//# sourceMappingURL=utils.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/dex/fx-protocol-rusd/utils.ts"],"names":[],"mappings":";;;AAIO,KAAK,UAAU,eAAe,CACnC,aAAuB,EACvB,aAAqB,EACrB,eAA0B,EAC1B,qBAA6B,EAC7B,mBAA8B,EAC9B,WAA8B;IAE9B,MAAM,IAAI,GAA0B,MAAM,aAAa,CAAC,OAAO;SAC5D,SAAS,CAAC;QACT;YACE,MAAM,EAAE,aAAa;YACrB,QAAQ,EAAE,eAAe,CAAC,kBAAkB,CAC1C,sBAAsB,EACtB,EAAE,CACH;SACF;QACD;YACE,MAAM,EAAE,qBAAqB;YAC7B,QAAQ,EAAE,mBAAmB,CAAC,kBAAkB,CAAC,cAAc,EAAE,EAAE,CAAC;SACrE;KACF,CAAC;SACD,IAAI,CAAC,EAAE,EAAE,WAAW,CAAC,CAAC;IAEzB,MAAM,SAAS,GAAG,MAAM,CACtB,eAAe,CAAC,oBAAoB,CAClC,sBAAsB,EACtB,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CACnB,CAAC,CAAC,CAAC,CACL,CAAC,QAAQ,EAAE,CAAC;IACb,MAAM,UAAU,GAAG,MAAM,CACvB,mBAAmB,CAAC,oBAAoB,CACtC,cAAc,EACd,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CACnB,CAAC,CAAC,CAAC,CACL,CAAC,QAAQ,EAAE,CAAC;IAEb,OAAO;QACL,GAAG,EAAE,qBAAqB;QAC1B,SAAS;QACT,UAAU;KACX,CAAC;AACJ,CAAC;AA1CD,0CA0CC"}
|
package/build/dex/idex.d.ts
CHANGED
|
@@ -6,19 +6,23 @@ export declare type Context = {
|
|
|
6
6
|
isGlobalSrcToken: boolean;
|
|
7
7
|
isGlobalDestToken: boolean;
|
|
8
8
|
};
|
|
9
|
-
export interface
|
|
10
|
-
needWrapNative: boolean;
|
|
11
|
-
needsSequentialPreprocessing?: boolean;
|
|
12
|
-
getNetworkFee?(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, data: ExchangeData, side: SwapSide): NumberAsString;
|
|
13
|
-
preProcessTransaction?(optimalSwapExchange: OptimalSwapExchange<ExchangeData>, srcToken: Token, destToken: Token, side: SwapSide, options: PreprocessTransactionOptions): AsyncOrSync<[OptimalSwapExchange<ExchangeData>, ExchangeTxInfo]>;
|
|
14
|
-
getTokenFromAddress?(address: Address): Token;
|
|
9
|
+
export interface IDexTxBuilderV5<ExchangeData, DirectParam = null> {
|
|
15
10
|
getAdapterParam(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, // required for buy case
|
|
16
11
|
data: ExchangeData, side: SwapSide): AdapterExchangeParam;
|
|
17
12
|
getSimpleParam?(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, data: ExchangeData, side: SwapSide): AsyncOrSync<SimpleExchangeParam>;
|
|
18
|
-
getDexParam?(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, recipient: Address, data: ExchangeData, side: SwapSide, context: Context, executorAddress: Address): AsyncOrSync<DexExchangeParam>;
|
|
19
13
|
getDirectParam?(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, expectedAmount: NumberAsString, data: ExchangeData, side: SwapSide, permit: string, uuid: string, feePercent: NumberAsString, deadline: NumberAsString, partner: string, beneficiary: string, contractMethod: string): TxInfo<DirectParam>;
|
|
14
|
+
}
|
|
15
|
+
export interface IDexTxBuilderV6<ExchangeData, DirectParam = null> {
|
|
16
|
+
getDexParam?(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, recipient: Address, data: ExchangeData, side: SwapSide, context: Context, executorAddress: Address): AsyncOrSync<DexExchangeParam>;
|
|
20
17
|
getDirectParamV6?(srcToken: Address, destToken: Address, fromAmount: NumberAsString, toAmount: NumberAsString, quotedAmount: NumberAsString, data: ExchangeData, side: SwapSide, permit: string, uuid: string, partnerAndFee: string, beneficiary: string, blockNumber: number, contractMethod: string): TxInfo<DirectParam>;
|
|
21
18
|
}
|
|
19
|
+
export interface IDexTxBuilder<ExchangeData, DirectParam = null> extends IDexTxBuilderV5<ExchangeData, DirectParam>, IDexTxBuilderV6<ExchangeData, DirectParam> {
|
|
20
|
+
needWrapNative: boolean;
|
|
21
|
+
needsSequentialPreprocessing?: boolean;
|
|
22
|
+
getNetworkFee?(srcToken: Address, destToken: Address, srcAmount: NumberAsString, destAmount: NumberAsString, data: ExchangeData, side: SwapSide): NumberAsString;
|
|
23
|
+
preProcessTransaction?(optimalSwapExchange: OptimalSwapExchange<ExchangeData>, srcToken: Token, destToken: Token, side: SwapSide, options: PreprocessTransactionOptions): AsyncOrSync<[OptimalSwapExchange<ExchangeData>, ExchangeTxInfo]>;
|
|
24
|
+
getTokenFromAddress?(address: Address): Token;
|
|
25
|
+
}
|
|
22
26
|
export interface IDexPricing<ExchangeData> {
|
|
23
27
|
readonly dexKey: string;
|
|
24
28
|
readonly hasConstantPriceLargeAmounts: boolean;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import BigNumber from 'bignumber.js';
|
|
2
|
+
import { Contract } from 'web3-eth-contract';
|
|
3
|
+
import { Interface } from '@ethersproject/abi';
|
|
4
|
+
import { DeepReadonly } from 'ts-essentials';
|
|
5
|
+
import { Log, Logger } from '../../types';
|
|
6
|
+
import { StatefulEventSubscriber } from '../../stateful-event-subscriber';
|
|
7
|
+
import { IDexHelper } from '../../dex-helper/idex-helper';
|
|
8
|
+
import { PoolState, IdleToken } from './types';
|
|
9
|
+
import { IdleDao } from './idle-dao';
|
|
10
|
+
declare type BlocksTransfers = Record<number, {
|
|
11
|
+
underlyingAmount: BigNumber;
|
|
12
|
+
idleAmount: BigNumber;
|
|
13
|
+
processed: boolean;
|
|
14
|
+
}>;
|
|
15
|
+
export declare class IdleDaoEventPool extends StatefulEventSubscriber<PoolState> {
|
|
16
|
+
readonly parentName: string;
|
|
17
|
+
protected network: number;
|
|
18
|
+
protected dexHelper: IDexHelper;
|
|
19
|
+
protected logger: Logger;
|
|
20
|
+
protected idleToken: IdleToken;
|
|
21
|
+
protected IdleDao: IdleDao;
|
|
22
|
+
handlers: {
|
|
23
|
+
[event: string]: (event: any, state: DeepReadonly<PoolState>, log: Readonly<Log>) => Promise<DeepReadonly<PoolState> | null>;
|
|
24
|
+
};
|
|
25
|
+
logDecoder: (log: Log) => any;
|
|
26
|
+
cdoContract: Contract;
|
|
27
|
+
poolInterface: Interface;
|
|
28
|
+
addressesSubscribed: string[];
|
|
29
|
+
blocksTransfers: BlocksTransfers;
|
|
30
|
+
constructor(parentName: string, network: number, dexHelper: IDexHelper, logger: Logger, idleToken: IdleToken, IdleDao: IdleDao);
|
|
31
|
+
/**
|
|
32
|
+
* The function is called every time any of the subscribed
|
|
33
|
+
* addresses release log. The function accepts the current
|
|
34
|
+
* state, updates the state according to the log, and returns
|
|
35
|
+
* the updated state.
|
|
36
|
+
* @param state - Current state of event subscriber
|
|
37
|
+
* @param log - Log released by one of the subscribed addresses
|
|
38
|
+
* @returns Updates state of the event subscriber after the log
|
|
39
|
+
*/
|
|
40
|
+
protected processLog(state: DeepReadonly<PoolState>, log: Readonly<Log>): Promise<DeepReadonly<PoolState> | null>;
|
|
41
|
+
/**
|
|
42
|
+
* The function generates state using on-chain calls. This
|
|
43
|
+
* function is called to regenerate state if the event based
|
|
44
|
+
* system fails to fetch events and the local state is no
|
|
45
|
+
* more correct.
|
|
46
|
+
* @param blockNumber - Blocknumber for which the state should
|
|
47
|
+
* should be generated
|
|
48
|
+
* @returns state of the event subscriber at blocknumber
|
|
49
|
+
*/
|
|
50
|
+
generateState(blockNumber: number): Promise<DeepReadonly<PoolState>>;
|
|
51
|
+
setBlockState(blockNumber: number, state: PoolState): void;
|
|
52
|
+
handleCoinTransfer(event: any, state: PoolState, log: Log): Promise<DeepReadonly<PoolState> | null>;
|
|
53
|
+
processBlockTransfer(blockNumber: number, state: PoolState): PoolState;
|
|
54
|
+
handleCoinTransfer_old(event: any, state: PoolState, log: Log): Promise<DeepReadonly<PoolState> | null>;
|
|
55
|
+
}
|
|
56
|
+
export {};
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IdleDaoEventPool = void 0;
|
|
7
|
+
const bignumber_js_1 = __importDefault(require("bignumber.js"));
|
|
8
|
+
const abi_1 = require("@ethersproject/abi");
|
|
9
|
+
const utils_1 = require("../../utils");
|
|
10
|
+
const erc20_json_1 = __importDefault(require("../../abi/erc20.json"));
|
|
11
|
+
const idle_cdo_json_1 = __importDefault(require("../../abi/idle-dao/idle-cdo.json"));
|
|
12
|
+
const stateful_event_subscriber_1 = require("../../stateful-event-subscriber");
|
|
13
|
+
const idle_dao_pooling_pool_1 = require("./idle-dao-pooling-pool");
|
|
14
|
+
const tokens_1 = require("./tokens");
|
|
15
|
+
class IdleDaoEventPool extends stateful_event_subscriber_1.StatefulEventSubscriber {
|
|
16
|
+
constructor(parentName, network, dexHelper, logger, idleToken, IdleDao) {
|
|
17
|
+
// TODO: Add pool name
|
|
18
|
+
super(parentName, idleToken.idleSymbol, dexHelper, logger);
|
|
19
|
+
this.parentName = parentName;
|
|
20
|
+
this.network = network;
|
|
21
|
+
this.dexHelper = dexHelper;
|
|
22
|
+
this.logger = logger;
|
|
23
|
+
this.idleToken = idleToken;
|
|
24
|
+
this.IdleDao = IdleDao;
|
|
25
|
+
this.handlers = {};
|
|
26
|
+
this.blocksTransfers = {};
|
|
27
|
+
this.poolInterface = new abi_1.Interface(erc20_json_1.default);
|
|
28
|
+
// TODO: make logDecoder decode logs that
|
|
29
|
+
this.logDecoder = (log) => this.poolInterface.parseLog(log);
|
|
30
|
+
this.addressesSubscribed = [idleToken.address.toLowerCase()];
|
|
31
|
+
const cdoTokens = (0, tokens_1.getTokensByCdoAddress)(this.idleToken.cdoAddress);
|
|
32
|
+
if (cdoTokens) {
|
|
33
|
+
cdoTokens.forEach((idleToken) => {
|
|
34
|
+
if (!this.addressesSubscribed.includes(idleToken.idleAddress.toLowerCase())) {
|
|
35
|
+
this.addressesSubscribed.push(idleToken.idleAddress.toLowerCase());
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
}
|
|
39
|
+
// this.logger.debug('addressesSubscribed', this.idleToken.idleAddress, this.addressesSubscribed)
|
|
40
|
+
// Add handlers
|
|
41
|
+
this.handlers['Transfer'] = this.handleCoinTransfer.bind(this);
|
|
42
|
+
this.idleToken = idleToken;
|
|
43
|
+
this.cdoContract = new dexHelper.web3Provider.eth.Contract(idle_cdo_json_1.default, this.idleToken.cdoAddress);
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* The function is called every time any of the subscribed
|
|
47
|
+
* addresses release log. The function accepts the current
|
|
48
|
+
* state, updates the state according to the log, and returns
|
|
49
|
+
* the updated state.
|
|
50
|
+
* @param state - Current state of event subscriber
|
|
51
|
+
* @param log - Log released by one of the subscribed addresses
|
|
52
|
+
* @returns Updates state of the event subscriber after the log
|
|
53
|
+
*/
|
|
54
|
+
async processLog(state, log) {
|
|
55
|
+
try {
|
|
56
|
+
const event = this.logDecoder(log);
|
|
57
|
+
if (event.name in this.handlers) {
|
|
58
|
+
const result = await this.handlers[event.name](event, state, log);
|
|
59
|
+
return result;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
catch (e) {
|
|
63
|
+
(0, utils_1.catchParseLogError)(e, this.logger);
|
|
64
|
+
}
|
|
65
|
+
return null;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* The function generates state using on-chain calls. This
|
|
69
|
+
* function is called to regenerate state if the event based
|
|
70
|
+
* system fails to fetch events and the local state is no
|
|
71
|
+
* more correct.
|
|
72
|
+
* @param blockNumber - Blocknumber for which the state should
|
|
73
|
+
* should be generated
|
|
74
|
+
* @returns state of the event subscriber at blocknumber
|
|
75
|
+
*/
|
|
76
|
+
async generateState(blockNumber) {
|
|
77
|
+
const tranchePrice = await this.cdoContract.methods['virtualPrice'](this.idleToken.idleAddress).call({}, blockNumber);
|
|
78
|
+
return {
|
|
79
|
+
tokenPrice: BigInt(tranchePrice),
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
setBlockState(blockNumber, state) {
|
|
83
|
+
this.logger.debug('setBlockState', blockNumber, this.idleToken.idleAddress, state);
|
|
84
|
+
return this._setState(state, blockNumber);
|
|
85
|
+
}
|
|
86
|
+
async handleCoinTransfer(event, state, log) {
|
|
87
|
+
const idleTokens = (0, tokens_1.getTokensByCdoAddress)(this.idleToken.cdoAddress);
|
|
88
|
+
if (!idleTokens)
|
|
89
|
+
return null;
|
|
90
|
+
const pollingPool = new idle_dao_pooling_pool_1.IdleDaoPollingPool(this.parentName, this.parentName, this.dexHelper, idleTokens, this.logger);
|
|
91
|
+
const blockNumber = log.blockNumber;
|
|
92
|
+
let poolsState = null;
|
|
93
|
+
if (log.address.toLowerCase() === this.idleToken.address.toLowerCase()) {
|
|
94
|
+
if (event.args.dst.toLowerCase() ===
|
|
95
|
+
this.idleToken.cdoAddress.toLowerCase() ||
|
|
96
|
+
event.args.src.toLowerCase() === this.idleToken.cdoAddress.toLowerCase()) {
|
|
97
|
+
poolsState = await pollingPool.getAggregatedBlockData(blockNumber);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
else if (this.addressesSubscribed.includes(log.address.toLowerCase())) {
|
|
101
|
+
poolsState = await pollingPool.getAggregatedBlockData(blockNumber);
|
|
102
|
+
}
|
|
103
|
+
// Update pools with the new state
|
|
104
|
+
if (poolsState) {
|
|
105
|
+
Object.keys(poolsState.value).forEach((idleAddress) => {
|
|
106
|
+
const poolState = poolsState?.value?.[idleAddress];
|
|
107
|
+
if (poolState) {
|
|
108
|
+
this.IdleDao.setEventPoolStateBlock(idleAddress, poolsState.blockNumber, poolState);
|
|
109
|
+
// Overwrite state
|
|
110
|
+
if (idleAddress === this.idleToken.idleAddress) {
|
|
111
|
+
state = poolState;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
return state;
|
|
117
|
+
}
|
|
118
|
+
processBlockTransfer(blockNumber, state) {
|
|
119
|
+
if (!this.blocksTransfers[blockNumber] ||
|
|
120
|
+
this.blocksTransfers[blockNumber].processed)
|
|
121
|
+
return state;
|
|
122
|
+
const idleAmount = this.blocksTransfers[blockNumber].idleAmount.div(1e18);
|
|
123
|
+
const underlyingAmount = this.blocksTransfers[blockNumber].underlyingAmount.div(`1e${this.idleToken.decimals}`);
|
|
124
|
+
if (idleAmount.gt(0) && underlyingAmount.gt(0)) {
|
|
125
|
+
const tokenPrice = BigInt(bignumber_js_1.default.maximum(idleAmount, underlyingAmount)
|
|
126
|
+
.div(bignumber_js_1.default.minimum(idleAmount, underlyingAmount))
|
|
127
|
+
.times(`1e${this.idleToken.decimals}`)
|
|
128
|
+
.toFixed(0));
|
|
129
|
+
this.logger.debug('tokenPrice', blockNumber, this.idleToken.idleSymbol, this.idleToken.decimals, idleAmount.toString(), underlyingAmount.toString(), tokenPrice.toString());
|
|
130
|
+
this.blocksTransfers[blockNumber].processed = true;
|
|
131
|
+
return {
|
|
132
|
+
tokenPrice,
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
return state;
|
|
136
|
+
}
|
|
137
|
+
async handleCoinTransfer_old(event, state, log) {
|
|
138
|
+
// Handle underlying token transfer
|
|
139
|
+
if (log.address.toLowerCase() === this.idleToken.address.toLowerCase()) {
|
|
140
|
+
if (event.args.dst.toLowerCase() ===
|
|
141
|
+
this.idleToken.cdoAddress.toLowerCase() ||
|
|
142
|
+
event.args.src.toLowerCase() === this.idleToken.cdoAddress.toLowerCase()) {
|
|
143
|
+
if (!this.blocksTransfers[log.blockNumber]) {
|
|
144
|
+
this.blocksTransfers[log.blockNumber] = {
|
|
145
|
+
processed: false,
|
|
146
|
+
idleAmount: (0, bignumber_js_1.default)(0),
|
|
147
|
+
underlyingAmount: (0, bignumber_js_1.default)(0),
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
this.logger.debug('UnderlyingAmount', log.blockNumber, 'event', event, 'log', log, (0, bignumber_js_1.default)(BigInt(event.args.wad).toString()).toFixed());
|
|
151
|
+
this.blocksTransfers[log.blockNumber].underlyingAmount = (0, bignumber_js_1.default)(BigInt(event.args.wad).toString());
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
// Handle idle token transfer
|
|
155
|
+
else if (log.address.toLowerCase() === this.idleToken.idleAddress.toLowerCase()) {
|
|
156
|
+
this.logger.debug('IdleToken Transfer', log.blockNumber, 'event', event, 'log', log);
|
|
157
|
+
if (event.args.src.toLowerCase() ===
|
|
158
|
+
'0x0000000000000000000000000000000000000000' ||
|
|
159
|
+
event.args.dst.toLowerCase() ===
|
|
160
|
+
'0x0000000000000000000000000000000000000000') {
|
|
161
|
+
if (!this.blocksTransfers[log.blockNumber]) {
|
|
162
|
+
this.blocksTransfers[log.blockNumber] = {
|
|
163
|
+
processed: false,
|
|
164
|
+
idleAmount: (0, bignumber_js_1.default)(0),
|
|
165
|
+
underlyingAmount: (0, bignumber_js_1.default)(0),
|
|
166
|
+
};
|
|
167
|
+
}
|
|
168
|
+
this.logger.debug('IdleAmount', log.blockNumber, 'event', event, 'log', log, (0, bignumber_js_1.default)(BigInt(event.args.wad).toString()).toFixed());
|
|
169
|
+
this.blocksTransfers[log.blockNumber].idleAmount = (0, bignumber_js_1.default)(BigInt(event.args.wad).toString());
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
return this.processBlockTransfer(log.blockNumber, state);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
exports.IdleDaoEventPool = IdleDaoEventPool;
|
|
176
|
+
//# sourceMappingURL=idle-dao-pool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"idle-dao-pool.js","sourceRoot":"","sources":["../../../src/dex/idle-dao/idle-dao-pool.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IDexHelper } from '../../dex-helper/idex-helper';
|
|
2
|
+
import { IdleToken, PoolsState } from './types';
|
|
3
|
+
import { MultiCallParams } from '../../lib/multi-wrapper';
|
|
4
|
+
import { StatefulRpcPoller } from '../../lib/stateful-rpc-poller/stateful-rpc-poller';
|
|
5
|
+
import { Logger } from '../../types';
|
|
6
|
+
import { ObjWithUpdateInfo } from '../../lib/stateful-rpc-poller/types';
|
|
7
|
+
declare type MulticallResultOutputs = bigint;
|
|
8
|
+
export declare class IdleDaoPollingPool extends StatefulRpcPoller<PoolsState, MulticallResultOutputs> {
|
|
9
|
+
protected idleTokens: IdleToken[];
|
|
10
|
+
protected logger: Logger;
|
|
11
|
+
constructor(dexKey: string, poolIdentifier: string, dexHelper: IDexHelper, idleTokens: IdleToken[], logger: Logger);
|
|
12
|
+
getAggregatedBlockData(blockNumber: number): Promise<ObjWithUpdateInfo<PoolsState> | null>;
|
|
13
|
+
protected _getFetchStateMultiCalls(): MultiCallParams<MulticallResultOutputs>[];
|
|
14
|
+
protected _parseStateFromMultiResults(multiOutputs: MulticallResultOutputs[]): PoolsState;
|
|
15
|
+
}
|
|
16
|
+
export {};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.IdleDaoPollingPool = void 0;
|
|
7
|
+
const abi_1 = require("@ethersproject/abi");
|
|
8
|
+
const decoders_1 = require("../../lib/decoders");
|
|
9
|
+
const idle_cdo_json_1 = __importDefault(require("../../abi/idle-dao/idle-cdo.json"));
|
|
10
|
+
const utils_1 = require("../../lib/stateful-rpc-poller/utils");
|
|
11
|
+
const stateful_rpc_poller_1 = require("../../lib/stateful-rpc-poller/stateful-rpc-poller");
|
|
12
|
+
const state_polling_manager_1 = require("../../lib/stateful-rpc-poller/state-polling-manager");
|
|
13
|
+
class IdleDaoPollingPool extends stateful_rpc_poller_1.StatefulRpcPoller {
|
|
14
|
+
constructor(dexKey, poolIdentifier, dexHelper, idleTokens, logger) {
|
|
15
|
+
const callbacks = (0, utils_1.pollingManagerCbExtractor)(state_polling_manager_1.StatePollingManager.getInstance(dexHelper));
|
|
16
|
+
super(dexKey, poolIdentifier, dexHelper, 0, 0, false, callbacks);
|
|
17
|
+
this.idleTokens = idleTokens;
|
|
18
|
+
this.logger = logger;
|
|
19
|
+
}
|
|
20
|
+
async getAggregatedBlockData(blockNumber) {
|
|
21
|
+
const multiCalls = this.getFetchStateWithBlockInfoMultiCalls();
|
|
22
|
+
try {
|
|
23
|
+
const lastUpdatedAtMs = Date.now();
|
|
24
|
+
const aggregatedResults = (await this.dexHelper.multiWrapper.tryAggregate(true, multiCalls, blockNumber));
|
|
25
|
+
return this.parseStateFromMultiResultsWithBlockInfo(aggregatedResults, lastUpdatedAtMs);
|
|
26
|
+
}
|
|
27
|
+
catch (e) {
|
|
28
|
+
// this.logger.debug('ERROR fetching multicall data', blockNumber, e)
|
|
29
|
+
}
|
|
30
|
+
return null;
|
|
31
|
+
}
|
|
32
|
+
_getFetchStateMultiCalls() {
|
|
33
|
+
const cdoInterface = new abi_1.Interface(idle_cdo_json_1.default);
|
|
34
|
+
return this.idleTokens.map(idleToken => ({
|
|
35
|
+
target: idleToken.cdoAddress,
|
|
36
|
+
callData: cdoInterface.encodeFunctionData('virtualPrice', [
|
|
37
|
+
idleToken.idleAddress,
|
|
38
|
+
]),
|
|
39
|
+
decodeFunction: decoders_1.uint256ToBigInt,
|
|
40
|
+
}));
|
|
41
|
+
}
|
|
42
|
+
_parseStateFromMultiResults(multiOutputs) {
|
|
43
|
+
const output = multiOutputs.reduce((acc, output, index) => {
|
|
44
|
+
const tokenPrice = output;
|
|
45
|
+
const idleToken = this.idleTokens[index];
|
|
46
|
+
return {
|
|
47
|
+
...acc,
|
|
48
|
+
[idleToken.idleAddress]: {
|
|
49
|
+
tokenPrice,
|
|
50
|
+
},
|
|
51
|
+
};
|
|
52
|
+
}, {});
|
|
53
|
+
return output;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.IdleDaoPollingPool = IdleDaoPollingPool;
|
|
57
|
+
//# sourceMappingURL=idle-dao-pooling-pool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"idle-dao-pooling-pool.js","sourceRoot":"","sources":["../../../src/dex/idle-dao/idle-dao-pooling-pool.ts"],"names":[],"mappings":";;;;;;AAAA,4CAA+C;AAC/C,iDAAqD;AACrD,qFAAuD;AAIvD,+DAAgF;AAChF,2FAAsF;AACtF,+FAA0F;AAM1F,MAAa,kBAAmB,SAAQ,uCAGvC;IACC,YACE,MAAc,EACd,cAAsB,EACtB,SAAqB,EACX,UAAuB,EACvB,MAAc;QAExB,MAAM,SAAS,GAAG,IAAA,iCAAyB,EACzC,2CAAmB,CAAC,WAAW,CAAC,SAAS,CAAC,CAC3C,CAAC;QAEF,KAAK,CAAC,MAAM,EAAE,cAAc,EAAE,SAAS,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;QAPvD,eAAU,GAAV,UAAU,CAAa;QACvB,WAAM,GAAN,MAAM,CAAQ;IAO1B,CAAC;IAED,KAAK,CAAC,sBAAsB,CAC1B,WAAmB;QAEnB,MAAM,UAAU,GAAG,IAAI,CAAC,oCAAoC,EAAE,CAAC;QAC/D,IAAI;YACF,MAAM,eAAe,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;YACnC,MAAM,iBAAiB,GAAG,CAAC,MAAM,IAAI,CAAC,SAAS,CAAC,YAAY,CAAC,YAAY,CAGvE,IAAI,EACJ,UAAgE,EAChE,WAAW,CACZ,CAAoE,CAAC;YAEtE,OAAO,IAAI,CAAC,uCAAuC,CACjD,iBAAiB,EACjB,eAAe,CAChB,CAAC;SACH;QAAC,OAAO,CAAC,EAAE;YACV,qEAAqE;SACtE;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAES,wBAAwB;QAChC,MAAM,YAAY,GAAG,IAAI,eAAS,CAAC,uBAAO,CAAC,CAAC;QAC5C,OAAO,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;YACvC,MAAM,EAAE,SAAS,CAAC,UAAU;YAC5B,QAAQ,EAAE,YAAY,CAAC,kBAAkB,CAAC,cAAc,EAAE;gBACxD,SAAS,CAAC,WAAW;aACtB,CAAC;YACF,cAAc,EAAE,0BAAe;SAChC,CAAC,CAA8C,CAAC;IACnD,CAAC;IAES,2BAA2B,CACnC,YAAsC;QAEtC,MAAM,MAAM,GAAe,YAAY,CAAC,MAAM,CAC5C,CAAC,GAAe,EAAE,MAA8B,EAAE,KAAa,EAAE,EAAE;YACjE,MAAM,UAAU,GAAG,MAAgB,CAAC;YACpC,MAAM,SAAS,GAAG,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC;YACzC,OAAO;gBACL,GAAG,GAAG;gBACN,CAAC,SAAS,CAAC,WAAW,CAAC,EAAE;oBACvB,UAAU;iBACX;aACF,CAAC;QACJ,CAAC,EACD,EAAE,CACH,CAAC;QACF,OAAO,MAAM,CAAC;IAChB,CAAC;CACF;AAxED,gDAwEC"}
|