@dhedge/trading-widget 3.10.2 → 3.10.3

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.
@@ -1,4 +1,9 @@
1
- export declare const GMX_MARKET_ASSETS: string[];
2
- export declare const GMX_COLLATERAL_MAP: {
3
- [x: string]: import("../types").TradingToken;
1
+ import type { TradingToken } from 'core-kit/types';
2
+ export declare const GMX_MARKET_ASSETS_MAP: {
3
+ readonly SOL_USDC_ARBITRUM: "0x09400d9db990d5ed3f35d7be61dfaeb900af03c9";
4
+ readonly BTC_USDC_ARBITRUM: "0x47c031236e19d024b42f8ae6780e44a573170703";
5
+ readonly ETH_USDC_ARBITRUM: "0x70d95587d40a2caf56bd97485ab3eec10bee6336";
6
+ readonly WETH_USD_ARBITRUM: "0x450bb6774dd8a756274e0ab4107953259d2ac541";
4
7
  };
8
+ export declare const GMX_MARKET_ASSETS: ("0x09400d9db990d5ed3f35d7be61dfaeb900af03c9" | "0x47c031236e19d024b42f8ae6780e44a573170703" | "0x70d95587d40a2caf56bd97485ab3eec10bee6336" | "0x450bb6774dd8a756274e0ab4107953259d2ac541")[];
9
+ export declare const GMX_COLLATERAL_MAP: Record<string, TradingToken>;