@dhedge/trading-widget 4.0.8 → 4.0.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.
@@ -1,5 +1,4 @@
1
1
  import type { TradingToken } from '../types';
2
- export type GmxMarketAsset = '0x09400d9db990d5ed3f35d7be61dfaeb900af03c9' | '0x47c031236e19d024b42f8ae6780e44a573170703' | '0x70d95587d40a2caf56bd97485ab3eec10bee6336' | '0x450bb6774dd8a756274e0ab4107953259d2ac541' | '0x6ecf2133e2c9751caadcb6958b9654bae198a797' | '0x6853ea96ff216fab11d2d930ce3c508556a4bdc4' | '0x0ccb4faa6f1f1b30911619f1184082ab4e25813c' | '0x0e46941f9bff8d0784bffa3d0d7883cdb82d7ae7' | '0xbcb8fe13d02b023e8f94f6881cc0192fd918a5c0' | '0x2d340912aa47e33c90efb078e69e70efe2b34b9b';
3
2
  export declare const GMX_MARKET_ASSETS_MAP: {
4
3
  readonly SOL_ARBITRUM: "0x09400d9db990d5ed3f35d7be61dfaeb900af03c9";
5
4
  readonly BTC_ARBITRUM: "0x47c031236e19d024b42f8ae6780e44a573170703";
@@ -11,6 +10,8 @@ export declare const GMX_MARKET_ASSETS_MAP: {
11
10
  readonly CRV_ARBITRUM: "0x0e46941f9bff8d0784bffa3d0d7883cdb82d7ae7";
12
11
  readonly HYPE_ARBITRUM: "0xbcb8fe13d02b023e8f94f6881cc0192fd918a5c0";
13
12
  readonly BNB_ARBITRUM: "0x2d340912aa47e33c90efb078e69e70efe2b34b9b";
13
+ readonly LINK_ARBITRUM: "0x7f1fa204bb700853d36994da19f830b6ad18455c";
14
14
  };
15
- export declare const GMX_MARKET_ASSETS: ("0x09400d9db990d5ed3f35d7be61dfaeb900af03c9" | "0x47c031236e19d024b42f8ae6780e44a573170703" | "0x70d95587d40a2caf56bd97485ab3eec10bee6336" | "0x450bb6774dd8a756274e0ab4107953259d2ac541" | "0x6ecf2133e2c9751caadcb6958b9654bae198a797" | "0x6853ea96ff216fab11d2d930ce3c508556a4bdc4" | "0x0ccb4faa6f1f1b30911619f1184082ab4e25813c" | "0x0e46941f9bff8d0784bffa3d0d7883cdb82d7ae7" | "0xbcb8fe13d02b023e8f94f6881cc0192fd918a5c0" | "0x2d340912aa47e33c90efb078e69e70efe2b34b9b")[];
15
+ export type GmxMarketAsset = (typeof GMX_MARKET_ASSETS_MAP)[keyof typeof GMX_MARKET_ASSETS_MAP];
16
+ export declare const GMX_MARKET_ASSETS: GmxMarketAsset[];
16
17
  export declare const GMX_WITHDRAW_ASSET_MAP: Record<GmxMarketAsset, TradingToken>;