@dhedge/trading-widget 3.1.3 → 3.1.5
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/core-kit/const/contracts/base.d.ts +1 -0
- package/core-kit/const/synthetix.d.ts +1 -0
- package/core-kit/hooks/pool/use-pool-fees.d.ts +1 -0
- package/{index-bf3f2f1f.js → index-1dfa86c7.js} +1125 -1102
- package/{index-56ce6d11.cjs → index-2de42113.cjs} +44 -44
- package/index.cjs +1 -1
- package/index.d.ts +1 -1
- package/index.js +219 -218
- package/package.json +1 -1
- package/{pyth-adapter-18e5cf67.js → pyth-adapter-76999c34.js} +1 -1
- package/{pyth-adapter-26b24817.cjs → pyth-adapter-cb1b8641.cjs} +1 -1
|
@@ -4,3 +4,4 @@ export declare const EASY_SWAPPER_V2_ADDRESS_BASE = "0xf067575Eb60c7587C11e86790
|
|
|
4
4
|
export declare const FLATCOIN_POINTS_MODULE_ADDRESS_BASE = "0x59525b9b23adc475ef91d98dae06b568ba574ce5";
|
|
5
5
|
export declare const FLATMONEY_EARLY_DEPOSITOR_VAULT_ADDRESS_BASE = "0xa907504d7a4c415b4e6e1d0866d96afe8202f0e5";
|
|
6
6
|
export declare const FLATMONEY_DHT_STAKING_VAULT_ADDRESS_BASE = "0x1849324228d852a67eb7443e42d967e480ffe95d";
|
|
7
|
+
export declare const AAVE_LENDING_POOL_V3_ADDRESS_BASE = "0xa238dd80c259a72e81d7e4664a9801593f98d1c5";
|
|
@@ -3,3 +3,4 @@ export declare const DHEDGE_SYNTHETIX_V3_ASSETS_MAP: Record<ChainId, Address>;
|
|
|
3
3
|
export declare const DHEDGE_SYNTHETIX_V3_VAULT_ADDRESSES: Address[];
|
|
4
4
|
export declare const SYNTHETIX_V3_VAULTS_WITHDRAW_ASSET_SYMBOL_MAP: Record<string, string>;
|
|
5
5
|
export declare const SYNTHETIX_V3_POSITION_DEBT_ARGUMENTS: Record<string, string[]>;
|
|
6
|
+
export declare const WITHDRAWAL_FEE_MAP: Map<`0x${string}`, number>;
|