@dhedge/trading-widget 3.3.8 → 3.3.9
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/synthetix.d.ts +0 -1
- package/core-kit/utils/synthetix.d.ts +0 -1
- package/{index-38e4e078.cjs → index-5925d2c5.cjs} +38 -38
- package/{index-ff754c9a.js → index-8b4eb89d.js} +2562 -2603
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/{pyth-adapter-0613a5a0.cjs → pyth-adapter-4b48dc11.cjs} +1 -1
- package/{pyth-adapter-99f3443d.js → pyth-adapter-920d6792.js} +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type { Address, ChainId } from 'core-kit/types';
|
|
2
2
|
export declare const DHEDGE_SYNTHETIX_V3_ASSETS_MAP: Record<ChainId, Address>;
|
|
3
3
|
export declare const DHEDGE_SYNTHETIX_V3_VAULT_ADDRESSES: Address[];
|
|
4
|
-
export declare const DHEDGE_SYNTHETIX_V3_DEPRECATED_VAULT_ADDRESSES: Address[];
|
|
5
4
|
export declare const SYNTHETIX_V3_VAULTS_WITHDRAW_ASSET_SYMBOL_MAP: Record<string, string>;
|
|
6
5
|
export declare const SYNTHETIX_V3_POSITION_DEBT_ARGUMENTS: Record<string, string[]>;
|
|
7
6
|
export declare const WITHDRAWAL_FEE_MAP: Map<`0x${string}`, number>;
|