@dhedge/trading-widget 3.10.2 → 3.10.3-canary.0
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/gmx.d.ts +6 -0
- package/index.cjs +46 -46
- package/index.d.ts +1 -1
- package/index.js +2966 -2962
- package/package.json +1 -1
package/core-kit/const/gmx.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
export declare const GMX_MARKET_ASSETS_MAP: {
|
|
2
|
+
SOL_USDC_ARBITRUM: string;
|
|
3
|
+
BTC_USDC_ARBITRUM: string;
|
|
4
|
+
ETH_USDC_ARBITRUM: string;
|
|
5
|
+
WETH_USD_ARBITRUM: string;
|
|
6
|
+
};
|
|
1
7
|
export declare const GMX_MARKET_ASSETS: string[];
|
|
2
8
|
export declare const GMX_COLLATERAL_MAP: {
|
|
3
9
|
[x: string]: import("../types").TradingToken;
|