@rango-dev/widget-embedded 0.1.10-next.72 → 0.1.10-next.74
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/App.d.ts +20 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/components/AppRouter.d.ts +3 -0
- package/dist/components/AppRouter.d.ts.map +1 -0
- package/dist/components/AppRoutes.d.ts +3 -0
- package/dist/components/AppRoutes.d.ts.map +1 -0
- package/dist/components/BottomLogo.d.ts +2 -0
- package/dist/components/BottomLogo.d.ts.map +1 -0
- package/dist/components/Footer.d.ts +2 -0
- package/dist/components/Footer.d.ts.map +1 -0
- package/dist/components/Header.d.ts +6 -0
- package/dist/components/Header.d.ts.map +1 -0
- package/dist/components/HeaderButtons.d.ts +3 -0
- package/dist/components/HeaderButtons.d.ts.map +1 -0
- package/dist/components/Layout.d.ts +2 -0
- package/dist/components/Layout.d.ts.map +1 -0
- package/dist/components/SwitchFromAndTo.d.ts +4 -0
- package/dist/components/SwitchFromAndTo.d.ts.map +1 -0
- package/dist/components/TokenInfo.d.ts +17 -0
- package/dist/components/TokenInfo.d.ts.map +1 -0
- package/dist/components/UpdateUrl.d.ts +2 -0
- package/dist/components/UpdateUrl.d.ts.map +1 -0
- package/dist/constants/errors.d.ts +4 -0
- package/dist/constants/errors.d.ts.map +1 -0
- package/dist/constants/navigationRoutes.d.ts +15 -0
- package/dist/constants/navigationRoutes.d.ts.map +1 -0
- package/dist/constants/numbers.d.ts +3 -0
- package/dist/constants/numbers.d.ts.map +1 -0
- package/dist/constants/searchParams.d.ts +8 -0
- package/dist/constants/searchParams.d.ts.map +1 -0
- package/dist/globalStyles.d.ts +2 -0
- package/dist/globalStyles.d.ts.map +1 -0
- package/dist/hooks/useBestRoute.d.ts +8 -0
- package/dist/hooks/useBestRoute.d.ts.map +1 -0
- package/dist/hooks/useConfirmSwap.d.ts +12 -0
- package/dist/hooks/useConfirmSwap.d.ts.map +1 -0
- package/dist/hooks/useTheme.d.ts +4 -0
- package/dist/hooks/useTheme.d.ts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/lib.d.ts +3 -0
- package/dist/lib.d.ts.map +1 -0
- package/dist/mockData/pendingSwap.d.ts +2 -0
- package/dist/mockData/pendingSwap.d.ts.map +1 -0
- package/dist/pages/ConfirmSwapPage.d.ts +2 -0
- package/dist/pages/ConfirmSwapPage.d.ts.map +1 -0
- package/dist/pages/ConfirmWalletsPage.d.ts +7 -0
- package/dist/pages/ConfirmWalletsPage.d.ts.map +1 -0
- package/dist/pages/HistoryPage.d.ts +4 -0
- package/dist/pages/HistoryPage.d.ts.map +1 -0
- package/dist/pages/Home.d.ts +2 -0
- package/dist/pages/Home.d.ts.map +1 -0
- package/dist/pages/LiquiditySourcesPage.d.ts +2 -0
- package/dist/pages/LiquiditySourcesPage.d.ts.map +1 -0
- package/dist/pages/SelectChainPage.d.ts +6 -0
- package/dist/pages/SelectChainPage.d.ts.map +1 -0
- package/dist/pages/SelectTokenPage.d.ts +13 -0
- package/dist/pages/SelectTokenPage.d.ts.map +1 -0
- package/dist/pages/SettingsPage.d.ts +2 -0
- package/dist/pages/SettingsPage.d.ts.map +1 -0
- package/dist/pages/SwapDetailsPage.d.ts +2 -0
- package/dist/pages/SwapDetailsPage.d.ts.map +1 -0
- package/dist/pages/WalletsPage.d.ts +2 -0
- package/dist/pages/WalletsPage.d.ts.map +1 -0
- package/dist/services/httpService.d.ts +3 -0
- package/dist/services/httpService.d.ts.map +1 -0
- package/dist/store/bestRoute.d.ts +2 -0
- package/dist/store/bestRoute.d.ts.map +1 -0
- package/dist/store/meta.d.ts +9 -0
- package/dist/store/meta.d.ts.map +1 -0
- package/dist/store/selectors.d.ts +11 -0
- package/dist/store/selectors.d.ts.map +1 -0
- package/dist/store/settings.d.ts +2 -0
- package/dist/store/settings.d.ts.map +1 -0
- package/dist/store/wallets.d.ts +28 -0
- package/dist/store/wallets.d.ts.map +1 -0
- package/dist/swapBox.d.ts +3 -0
- package/dist/swapBox.d.ts.map +1 -0
- package/dist/utils/common.d.ts +2 -0
- package/dist/utils/common.d.ts.map +1 -0
- package/dist/utils/numbers.d.ts +9 -0
- package/dist/utils/numbers.d.ts.map +1 -0
- package/dist/utils/routing.d.ts +14 -0
- package/dist/utils/routing.d.ts.map +1 -0
- package/dist/utils/swap.d.ts +15 -0
- package/dist/utils/swap.d.ts.map +1 -0
- package/dist/utils/wallets.d.ts +23 -0
- package/dist/utils/wallets.d.ts.map +1 -0
- package/dist/widget-embedded.cjs.development.js +2868 -0
- package/dist/widget-embedded.cjs.development.js.map +1 -0
- package/dist/widget-embedded.cjs.production.min.js +2868 -0
- package/dist/widget-embedded.cjs.production.min.js.map +1 -0
- package/dist/widget-embedded.esm.js +2860 -0
- package/dist/widget-embedded.esm.js.map +1 -0
- package/package.json +5 -5
package/dist/App.d.ts
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import './app.css';
|
|
2
|
+
interface Token {
|
|
3
|
+
name: string;
|
|
4
|
+
contractAddress?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare type WidgetProps = {
|
|
7
|
+
fromChain?: string;
|
|
8
|
+
fromToken?: string;
|
|
9
|
+
toChain?: string;
|
|
10
|
+
toToken?: string;
|
|
11
|
+
fromAmount?: string;
|
|
12
|
+
slippage?: number;
|
|
13
|
+
chains?: string[];
|
|
14
|
+
tokens?: Token[];
|
|
15
|
+
liquiditySources?: string[];
|
|
16
|
+
theme: 'dark' | 'light' | 'auto';
|
|
17
|
+
};
|
|
18
|
+
export declare function App(): JSX.Element;
|
|
19
|
+
export {};
|
|
20
|
+
//# sourceMappingURL=App.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App.d.ts","sourceRoot":"","sources":["src/App.tsx"],"names":[],"mappings":"AAIA,OAAO,WAAW,CAAC;AAYnB,UAAU,KAAK;IACb,IAAI,EAAE,MAAM,CAAC;IACb,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAGD,oBAAY,WAAW,GAAG;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,KAAK,EAAE,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;CAClC,CAAC;AAEF,wBAAgB,GAAG,gBA0ClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppRouter.d.ts","sourceRoot":"","sources":["../src/components/AppRouter.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAY,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAI3D,wBAAgB,SAAS,CAAC,EAAE,QAAQ,EAAE,EAAE,iBAAiB,eAUxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppRoutes.d.ts","sourceRoot":"","sources":["../src/components/AppRoutes.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAc1B,eAAO,MAAM,SAAS,+IAiBlB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BottomLogo.d.ts","sourceRoot":"","sources":["../src/components/BottomLogo.tsx"],"names":[],"mappings":"AAyBA,wBAAgB,UAAU,gBAkBzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Footer.d.ts","sourceRoot":"","sources":["../src/components/Footer.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,KAKjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../src/components/Header.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,eAAe,KAM1B,CAAC;AAEH,MAAM,WAAW,SAAS;IACxB,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED,wBAAgB,MAAM,CAAC,KAAK,EAAE,SAAS,eAQtC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeaderButtons.d.ts","sourceRoot":"","sources":["../src/components/HeaderButtons.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAMrC,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,eAuB7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../src/components/Layout.tsx"],"names":[],"mappings":"AAuBA,wBAAgB,MAAM,gBA+BrB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwitchFromAndTo.d.ts","sourceRoot":"","sources":["../src/components/SwitchFromAndTo.tsx"],"names":[],"mappings":"AAKA,wBAAgB,cAAc,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,OAwB1D"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BlockchainMeta, Token } from 'rango-sdk';
|
|
2
|
+
import BigNumber from 'bignumber.js';
|
|
3
|
+
declare type PropTypes = ({
|
|
4
|
+
type: 'From';
|
|
5
|
+
inputAmount: string;
|
|
6
|
+
onAmountChange: (amount: string) => void;
|
|
7
|
+
} | {
|
|
8
|
+
type: 'To';
|
|
9
|
+
outputAmount: BigNumber | null;
|
|
10
|
+
outputUsdValue: BigNumber | null;
|
|
11
|
+
}) & {
|
|
12
|
+
chain: BlockchainMeta | null;
|
|
13
|
+
token: Token | null;
|
|
14
|
+
};
|
|
15
|
+
export declare function TokenInfo(props: PropTypes): JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=TokenInfo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TokenInfo.d.ts","sourceRoot":"","sources":["../src/components/TokenInfo.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAIlD,OAAO,SAAS,MAAM,cAAc,CAAC;AAIrC,aAAK,SAAS,GAAG,CACb;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;CAAE,GAC/E;IACE,IAAI,EAAE,IAAI,CAAC;IACX,YAAY,EAAE,SAAS,GAAG,IAAI,CAAC;IAC/B,cAAc,EAAE,SAAS,GAAG,IAAI,CAAC;CAClC,CACJ,GAAG;IAAE,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAAA;CAAE,CAAC;AAqD1D,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,eAkJzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UpdateUrl.d.ts","sourceRoot":"","sources":["../src/components/UpdateUrl.tsx"],"names":[],"mappings":"AAkBA,wBAAgB,SAAS,QAkExB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../src/constants/errors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;CAEzB,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const navigationRoutes: {
|
|
2
|
+
home: string;
|
|
3
|
+
fromChain: string;
|
|
4
|
+
fromToken: string;
|
|
5
|
+
toChain: string;
|
|
6
|
+
toToken: string;
|
|
7
|
+
settings: string;
|
|
8
|
+
liquiditySources: string;
|
|
9
|
+
history: string;
|
|
10
|
+
wallets: string;
|
|
11
|
+
confirmSwap: string;
|
|
12
|
+
confirmWallets: string;
|
|
13
|
+
swapDetails: string;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=navigationRoutes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigationRoutes.d.ts","sourceRoot":"","sources":["../src/constants/navigationRoutes.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;CAa5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"numbers.d.ts","sourceRoot":"","sources":["../src/constants/numbers.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,cAAc,CAAC;AAErC,eAAO,MAAM,IAAI,WAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"searchParams.d.ts","sourceRoot":"","sources":["../src/constants/searchParams.ts"],"names":[],"mappings":"AAAA,oBAAY,YAAY;IACtB,YAAY,cAAc;IAC1B,YAAY,cAAc;IAC1B,UAAU,YAAY;IACtB,UAAU,YAAY;IACtB,aAAa,eAAe;CAC7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"globalStyles.d.ts","sourceRoot":"","sources":["src/globalStyles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,KAavB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBestRoute.d.ts","sourceRoot":"","sources":["../src/hooks/useBestRoute.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAMhE,wBAAgB,YAAY;;;;;EA+D3B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BestRouteResponse } from 'rango-sdk';
|
|
2
|
+
export declare function useConfirmSwap(): {
|
|
3
|
+
loading: boolean;
|
|
4
|
+
error: string;
|
|
5
|
+
data: BestRouteResponse;
|
|
6
|
+
warning: string;
|
|
7
|
+
feeStatus: import("rango-sdk").BlockchainValidationStatus[];
|
|
8
|
+
bestRouteChanged: boolean;
|
|
9
|
+
enoughBalance: boolean;
|
|
10
|
+
swap: () => void;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useConfirmSwap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useConfirmSwap.d.ts","sourceRoot":"","sources":["../src/hooks/useConfirmSwap.ts"],"names":[],"mappings":"AAQA,OAAO,EAAoB,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAkBhE,wBAAgB,cAAc;;;;;;;;;EA+M7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../src/hooks/useTheme.ts"],"names":[],"mappings":"AAKA,wBAAgB,QAAQ;;EA+BvB"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["src/index.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC"}
|
package/dist/index.js
ADDED
package/dist/lib.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["src/lib.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EA4C3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pendingSwap.d.ts","sourceRoot":"","sources":["../src/mockData/pendingSwap.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW,EAAE,GA6lBzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmSwapPage.d.ts","sourceRoot":"","sources":["../src/pages/ConfirmSwapPage.tsx"],"names":[],"mappings":"AAMA,wBAAgB,eAAe,gBAiB9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfirmWalletsPage.d.ts","sourceRoot":"","sources":["../src/pages/ConfirmWalletsPage.tsx"],"names":[],"mappings":"AAOA,OAAO,EAA2C,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAG3F,MAAM,WAAW,gBAAiB,SAAQ,cAAc;IACtD,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,kBAAkB,gBAmCjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HistoryPage.d.ts","sourceRoot":"","sources":["../src/pages/HistoryPage.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAM1E,eAAO,MAAM,WAAW,EAAE,WAAW,EA+yBpC,CAAC;AAEF,wBAAgB,WAAW,gBAW1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../src/pages/Home.tsx"],"names":[],"mappings":"AA8CA,wBAAgB,IAAI,gBAiInB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LiquiditySourcesPage.d.ts","sourceRoot":"","sources":["../src/pages/LiquiditySourcesPage.tsx"],"names":[],"mappings":"AAOA,wBAAgB,mBAAmB,gBAyClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectChainPage.d.ts","sourceRoot":"","sources":["../src/pages/SelectChainPage.tsx"],"names":[],"mappings":"AASA,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,SAAS,eAgD/C"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { Token } from 'rango-sdk';
|
|
2
|
+
interface PropTypes {
|
|
3
|
+
type: 'from' | 'to';
|
|
4
|
+
}
|
|
5
|
+
export interface TokenWithBalance extends Token {
|
|
6
|
+
balance?: {
|
|
7
|
+
amount: string;
|
|
8
|
+
usdValue: string;
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
export declare function SelectTokenPage(props: PropTypes): JSX.Element;
|
|
12
|
+
export {};
|
|
13
|
+
//# sourceMappingURL=SelectTokenPage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SelectTokenPage.d.ts","sourceRoot":"","sources":["../src/pages/SelectTokenPage.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAQlC,UAAU,SAAS;IACjB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;CACrB;AAED,MAAM,WAAW,gBAAiB,SAAQ,KAAK;IAC7C,OAAO,CAAC,EAAE;QACR,MAAM,EAAE,MAAM,CAAC;QACf,QAAQ,EAAE,MAAM,CAAC;KAClB,CAAC;CACH;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,SAAS,eA2D/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SettingsPage.d.ts","sourceRoot":"","sources":["../src/pages/SettingsPage.tsx"],"names":[],"mappings":"AAQA,wBAAgB,YAAY,gBAmD3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwapDetailsPage.d.ts","sourceRoot":"","sources":["../src/pages/SwapDetailsPage.tsx"],"names":[],"mappings":"AAKA,wBAAgB,eAAe,gBAG9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WalletsPage.d.ts","sourceRoot":"","sources":["../src/pages/WalletsPage.tsx"],"names":[],"mappings":"AAkBA,wBAAgB,WAAW,gBA0C1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"httpService.d.ts","sourceRoot":"","sources":["../src/services/httpService.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC;AAExC,eAAO,MAAM,WAAW,aAAuD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bestRoute.d.ts","sourceRoot":"","sources":["../src/store/bestRoute.ts"],"names":[],"mappings":"AA8BA,eAAO,MAAM,iBAAiB,KAmD7B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { MetaResponse } from 'rango-sdk';
|
|
2
|
+
export declare type LoadingStatus = 'loading' | 'success' | 'failed';
|
|
3
|
+
export interface MetaState {
|
|
4
|
+
meta: MetaResponse;
|
|
5
|
+
loadingStatus: LoadingStatus;
|
|
6
|
+
fetchMeta: () => Promise<void>;
|
|
7
|
+
}
|
|
8
|
+
export declare const useMetaStore: any;
|
|
9
|
+
//# sourceMappingURL=meta.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.d.ts","sourceRoot":"","sources":["../src/store/meta.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAKzC,oBAAY,aAAa,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAE7D,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,YAAY,CAAC;IACnB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAChC;AAED,eAAO,MAAM,YAAY,KAoBxB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { StoreApi, UseBoundStore } from 'zustand';
|
|
2
|
+
declare type WithSelectors<S> = S extends {
|
|
3
|
+
getState: () => infer T;
|
|
4
|
+
} ? S & {
|
|
5
|
+
use: {
|
|
6
|
+
[K in keyof T]: () => T[K];
|
|
7
|
+
};
|
|
8
|
+
} : never;
|
|
9
|
+
declare const createSelectors: <S extends UseBoundStore<StoreApi<object>>>(_store: S) => WithSelectors<S>;
|
|
10
|
+
export default createSelectors;
|
|
11
|
+
//# sourceMappingURL=selectors.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"selectors.d.ts","sourceRoot":"","sources":["../src/store/selectors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAIlD,aAAK,aAAa,CAAC,CAAC,IAAI,CAAC,SAAS;IAAE,QAAQ,EAAE,MAAM,MAAM,CAAC,CAAA;CAAE,GACzD,CAAC,GAAG;IAAE,GAAG,EAAE;SAAG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;KAAE,CAAA;CAAE,GAC3C,KAAK,CAAC;AAEV,QAAA,MAAM,eAAe,4EAQpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"settings.d.ts","sourceRoot":"","sources":["../src/store/settings.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,gBAAgB,KAiD5B,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { WalletType } from '@rango-dev/wallets-shared';
|
|
2
|
+
export interface Account {
|
|
3
|
+
chain: string;
|
|
4
|
+
address: string;
|
|
5
|
+
walletType: WalletType;
|
|
6
|
+
}
|
|
7
|
+
export declare type TokenBalance = {
|
|
8
|
+
chain: string;
|
|
9
|
+
symbol: string;
|
|
10
|
+
ticker: string;
|
|
11
|
+
address: string | null;
|
|
12
|
+
rawAmount: string;
|
|
13
|
+
decimal: number | null;
|
|
14
|
+
amount: string;
|
|
15
|
+
logo: string | null;
|
|
16
|
+
usdPrice: number | null;
|
|
17
|
+
};
|
|
18
|
+
export interface Balance {
|
|
19
|
+
balances: TokenBalance[] | null;
|
|
20
|
+
address: string;
|
|
21
|
+
chain: string;
|
|
22
|
+
loading: boolean;
|
|
23
|
+
walletType: WalletType;
|
|
24
|
+
error: boolean;
|
|
25
|
+
explorerUrl: string | null;
|
|
26
|
+
}
|
|
27
|
+
export declare const useWalletsStore: any;
|
|
28
|
+
//# sourceMappingURL=wallets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallets.d.ts","sourceRoot":"","sources":["../src/store/wallets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAevD,MAAM,WAAW,OAAO;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,UAAU,CAAC;CACxB;AAED,oBAAY,YAAY,GAAG;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;CACzB,CAAC;AAEF,MAAM,WAAW,OAAO;IACtB,QAAQ,EAAE,YAAY,EAAE,GAAG,IAAI,CAAC;IAChC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,UAAU,CAAC;IACvB,KAAK,EAAE,OAAO,CAAC;IACf,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAC5B;AAYD,eAAO,MAAM,eAAe,KAyF3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swapBox.d.ts","sourceRoot":"","sources":["src/swapBox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAkB1B,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EA4C3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../src/utils/common.ts"],"names":[],"mappings":"AAAA,wBAAgB,mBAAmB,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,CAAC,EAAE,CAEtD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { BigNumber } from 'bignumber.js';
|
|
2
|
+
export declare const percentToString: (p: number, fractions?: number) => string;
|
|
3
|
+
export declare const secondsToString: (s: number) => string;
|
|
4
|
+
export declare const numberToString: (number: BigNumber | string | null, minDecimals?: number | null, maxDecimals?: number | null) => string;
|
|
5
|
+
export declare const convertBigNumberToHex: (value: BigNumber, decimals: number) => string;
|
|
6
|
+
export declare const uint8ArrayToHex: (buffer: Uint8Array) => string;
|
|
7
|
+
export declare function dollarToConciseString(num: number | undefined): string;
|
|
8
|
+
export declare function removeExtraDecimals(num: string, maxDecimals: number): string;
|
|
9
|
+
//# sourceMappingURL=numbers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"numbers.d.ts","sourceRoot":"","sources":["../src/utils/numbers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,eAAO,MAAM,eAAe,MAAO,MAAM,yBAAkB,MAAsC,CAAC;AAClG,eAAO,MAAM,eAAe,MAAO,MAAM,KAAG,MAM3C,CAAC;AAEF,eAAO,MAAM,cAAc,WACjB,SAAS,GAAG,MAAM,GAAG,IAAI,gBACpB,MAAM,GAAG,IAAI,gBACb,MAAM,GAAG,IAAI,KACzB,MA8CF,CAAC;AAEF,eAAO,MAAM,qBAAqB,UAAW,SAAS,YAAY,MAAM,KAAG,MAE1E,CAAC;AAEF,eAAO,MAAM,eAAe,WAAY,UAAU,KAAG,MAGpD,CAAC;AAEF,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,CAQrE;AAED,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,CAW5E"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SimulationAssetAndAmount, SimulationValidationStatus } from '@rango-dev/ui/dist/types/swaps';
|
|
2
|
+
import BigNumber from 'bignumber.js';
|
|
3
|
+
import { BestRouteResponse } from 'rango-sdk';
|
|
4
|
+
import { SelectedWallet } from './wallets';
|
|
5
|
+
export declare const getBestRouteToTokenUsdPrice: (bestRoute: BestRouteResponse | null) => number | null | undefined;
|
|
6
|
+
export declare type RouteChangeStatus = {
|
|
7
|
+
isChanged: boolean;
|
|
8
|
+
warningMessage?: string;
|
|
9
|
+
};
|
|
10
|
+
export declare const compareRoutes: (route1: BestRouteResponse, route2: BestRouteResponse, inputAmount: string, fromTokenUsdPrice: number | null, toTokenUsdPrice: number | null) => RouteChangeStatus;
|
|
11
|
+
export declare const getOutToInRatio: (fromUsdValue: BigNumber | null, toUsdValue: BigNumber | null) => BigNumber | 0;
|
|
12
|
+
export declare const outToRatioHasWarning: (fromUsdValue: BigNumber | null, outToInRatio: BigNumber | 0) => boolean;
|
|
13
|
+
export declare const getRequiredBalanceOfWallet: (wallet: SelectedWallet, fee: SimulationValidationStatus[] | null) => SimulationAssetAndAmount[] | null;
|
|
14
|
+
//# sourceMappingURL=routing.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"routing.d.ts","sourceRoot":"","sources":["../src/utils/routing.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,gCAAgC,CAAC;AACxC,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAG9C,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;AAE3C,eAAO,MAAM,2BAA2B,cAC3B,iBAAiB,GAAG,IAAI,KAClC,MAAM,GAAG,IAAI,GAAG,SACwD,CAAC;AAE5E,oBAAY,iBAAiB,GAAG;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,CAAC;AAEF,eAAO,MAAM,aAAa,WAChB,iBAAiB,UACjB,iBAAiB,eACZ,MAAM,qBACA,MAAM,GAAG,IAAI,mBACf,MAAM,GAAG,IAAI,KAC7B,iBAwDF,CAAC;AAEF,eAAO,MAAM,eAAe,iBAAkB,SAAS,GAAG,IAAI,cAAc,SAAS,GAAG,IAAI,kBAK/B,CAAC;AAE9D,eAAO,MAAM,oBAAoB,iBAAkB,SAAS,GAAG,IAAI,gBAAgB,SAAS,GAAG,CAAC,YAI3B,CAAC;AAEtE,eAAO,MAAM,0BAA0B,WAC7B,cAAc,OACjB,0BAA0B,EAAE,GAAG,IAAI,KACvC,wBAAwB,EAAE,GAAG,IAO/B,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { PendingSwap } from '@rango-dev/ui/dist/containers/History/types';
|
|
2
|
+
import { WalletTypeAndAddress, SwapSavedSettings } from '@rango-dev/ui/dist/types/swaps';
|
|
3
|
+
import BigNumber from 'bignumber.js';
|
|
4
|
+
import { BestRouteResponse } from 'rango-sdk';
|
|
5
|
+
import { Account } from '../store/wallets';
|
|
6
|
+
export declare function getOutputRatio(inputUsdValue: BigNumber, outputUsdValue: BigNumber): BigNumber | 0;
|
|
7
|
+
export declare function outputRatioHasWarning(inputUsdValue: BigNumber, outputRatio: BigNumber | 0): boolean;
|
|
8
|
+
export declare function hasLimitError(bestRoute: BestRouteResponse | null): boolean;
|
|
9
|
+
export declare function getSwapButtonTitle(accounts: Account[], loading: boolean, hasLimitError: boolean, highValueLoss: boolean, priceImpactCanNotBeComputed: boolean, needsToWarnEthOnPath: boolean): string;
|
|
10
|
+
export declare function canComputePriceImpact(bestRoute: BestRouteResponse | null, inputAmount: string, inputUsdValue: BigNumber, outputUsdValue: BigNumber): boolean;
|
|
11
|
+
export declare function calculatePendingSwap(inputAmount: string, bestRoute: BestRouteResponse, wallets: {
|
|
12
|
+
[p: string]: WalletTypeAndAddress;
|
|
13
|
+
}, settings: SwapSavedSettings, validateBalanceOrFee: boolean): PendingSwap;
|
|
14
|
+
export declare function requiredWallets(route: BestRouteResponse | null): string[];
|
|
15
|
+
//# sourceMappingURL=swap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"swap.d.ts","sourceRoot":"","sources":["../src/utils/swap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACzF,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAG3C,wBAAgB,cAAc,CAAC,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,iBAGjF;AAED,wBAAgB,qBAAqB,CAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,SAAS,GAAG,CAAC,WAKzF;AAED,wBAAgB,aAAa,CAAC,SAAS,EAAE,iBAAiB,GAAG,IAAI,GAAG,OAAO,CAa1E;AAED,wBAAgB,kBAAkB,CAChC,QAAQ,EAAE,OAAO,EAAE,EACnB,OAAO,EAAE,OAAO,EAChB,aAAa,EAAE,OAAO,EACtB,aAAa,EAAE,OAAO,EACtB,2BAA2B,EAAE,OAAO,EACpC,oBAAoB,EAAE,OAAO,GAC5B,MAAM,CASR;AAED,wBAAgB,qBAAqB,CACnC,SAAS,EAAE,iBAAiB,GAAG,IAAI,EACnC,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,SAAS,EACxB,cAAc,EAAE,SAAS,WAS1B;AAED,wBAAgB,oBAAoB,CAClC,WAAW,EAAE,MAAM,EACnB,SAAS,EAAE,iBAAiB,EAC5B,OAAO,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,oBAAoB,CAAA;CAAE,EAC9C,QAAQ,EAAE,iBAAiB,EAC3B,oBAAoB,EAAE,OAAO,GAC5B,WAAW,CAmEb;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,YAY9D"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { Network, WalletInfo, WalletState, WalletType } from '@rango-dev/wallets-shared';
|
|
2
|
+
import { WalletInfo as ModalWalletInfo, WalletState as WalletStatus } from '@rango-dev/ui';
|
|
3
|
+
import { BestRouteResponse, BlockchainMeta, Token, WalletDetail } from 'rango-sdk';
|
|
4
|
+
import { SelectableWallet } from '../pages/ConfirmWalletsPage';
|
|
5
|
+
import { Account, Balance, TokenBalance } from '../store/wallets';
|
|
6
|
+
import { TokenWithBalance } from '../pages/SelectTokenPage';
|
|
7
|
+
export declare function getStateWallet(state: WalletState): WalletStatus;
|
|
8
|
+
export declare const excludedWallets: WalletType[];
|
|
9
|
+
export declare function getlistWallet(getState: (type: WalletType) => WalletState, getWalletInfo: (type: WalletType) => WalletInfo, list: WalletType[]): ModalWalletInfo[];
|
|
10
|
+
export declare function walletAndSupportedChainsNames(supportedChains: BlockchainMeta[]): Network[] | null;
|
|
11
|
+
export declare function prepareAccountsForWalletStore(wallet: WalletType, accounts: string[], evmBasedChains: string[], supportedChainNames: Network[] | null): Account[];
|
|
12
|
+
export declare function getRequiredChains(route: BestRouteResponse | null): string[];
|
|
13
|
+
export interface SelectedWallet extends Account {
|
|
14
|
+
}
|
|
15
|
+
export declare function getSelectableWallets(accounts: Account[], selectedWallets: SelectedWallet[], getWalletInfo: (type: WalletType) => WalletInfo, requiredChains?: string[]): SelectableWallet[];
|
|
16
|
+
export declare function getBalanceFromWallet(balances: Balance[], chain: string, symbol: string, address: string | null): TokenBalance | null;
|
|
17
|
+
export declare function isAccountAndBalanceMatched(account: Account, balance: Balance): boolean;
|
|
18
|
+
export declare function makeBalanceFor(account: Account, retrivedBalance: WalletDetail, tokens: Token[]): Balance;
|
|
19
|
+
export declare function resetBalanceState(balance: Balance): Balance;
|
|
20
|
+
export declare const calculateWalletUsdValue: (balance: Balance[]) => string;
|
|
21
|
+
export declare const sortedTokens: (tokens: TokenWithBalance[], position: 'from' | 'to', balance: Balance[]) => TokenWithBalance[];
|
|
22
|
+
export declare const getUsdPrice: (blockchain: string, symbol: string, address: string | null, allTokens: Token[]) => number | null;
|
|
23
|
+
//# sourceMappingURL=wallets.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallets.d.ts","sourceRoot":"","sources":["../src/utils/wallets.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,OAAO,EACP,UAAU,EACV,WAAW,EACX,UAAU,EACX,MAAM,2BAA2B,CAAC;AAEnC,OAAO,EAAE,UAAU,IAAI,eAAe,EAAE,WAAW,IAAI,YAAY,EAAE,MAAM,eAAe,CAAC;AAC3F,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,KAAK,EAAE,YAAY,EAAE,MAAM,WAAW,CAAC;AAEnF,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGlE,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAG5D,wBAAgB,cAAc,CAAC,KAAK,EAAE,WAAW,GAAG,YAAY,CAW/D;AAEC,eAAO,MAAM,eAAe,cAI3B,CAAC;AAEJ,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,WAAW,EAC3C,aAAa,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,UAAU,EAC/C,IAAI,EAAE,UAAU,EAAE,GACjB,eAAe,EAAE,CAgBnB;AAED,wBAAgB,6BAA6B,CAAC,eAAe,EAAE,cAAc,EAAE,GAAG,OAAO,EAAE,GAAG,IAAI,CAQjG;AAED,wBAAgB,6BAA6B,CAC3C,MAAM,EAAE,UAAU,EAClB,QAAQ,EAAE,MAAM,EAAE,EAClB,cAAc,EAAE,MAAM,EAAE,EACxB,mBAAmB,EAAE,OAAO,EAAE,GAAG,IAAI,GACpC,OAAO,EAAE,CAuDX;AAED,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI,YAYhE;AAED,MAAM,WAAW,cAAe,SAAQ,OAAO;CAAG;AAGlD,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,OAAO,EAAE,EACnB,eAAe,EAAE,cAAc,EAAE,EACjC,aAAa,EAAE,CAAC,IAAI,EAAE,UAAU,KAAK,UAAU,EAC/C,cAAc,CAAC,EAAE,MAAM,EAAE,sBAa1B;AAMD,wBAAgB,oBAAoB,CAClC,QAAQ,EAAE,OAAO,EAAE,EACnB,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,MAAM,GAAG,IAAI,GACrB,YAAY,GAAG,IAAI,CAoBrB;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,WAM5E;AAED,wBAAgB,cAAc,CAC5B,OAAO,EAAE,OAAO,EAChB,eAAe,EAAE,YAAY,EAC7B,MAAM,EAAE,KAAK,EAAE,GACd,OAAO,CAyBT;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,OAAO,GAAG,OAAO,CAE3D;AAED,eAAO,MAAM,uBAAuB,YAAa,OAAO,EAAE,WA8BzD,CAAC;AAQF,eAAO,MAAM,YAAY,WACf,gBAAgB,EAAE,YAChB,MAAM,GAAG,IAAI,WACd,OAAO,EAAE,KACjB,gBAAgB,EAmClB,CAAC;AAmBF,eAAO,MAAM,WAAW,eACV,MAAM,UACV,MAAM,WACL,MAAM,GAAG,IAAI,aACX,KAAK,EAAE,KACjB,MAAM,GAAG,IAQX,CAAC"}
|