@dolomite-exchange/zap-sdk 0.3.32 → 0.3.33

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.
@@ -31,6 +31,7 @@ export declare const BYTES_EMPTY = "0x";
31
31
  export declare const DOLOMITE_API_SERVER_URL = "https://api.dolomite.io";
32
32
  export declare const GM_MARKETS_MAP: Record<Network, Record<Address, GmMarket | undefined> | undefined>;
33
33
  export declare const ARBITRUM_GAS_INFO_MAP: Record<Network, Address | undefined>;
34
+ export declare const CM_ETH_MAP: Record<Network, Address | undefined>;
34
35
  export declare const EZ_ETH_MAP: Record<Network, Address | undefined>;
35
36
  export declare const GMX_V2_DATA_STORE_MAP: Record<Network, Address | undefined>;
36
37
  export declare const GMX_V2_READER_MAP: Record<Network, Address | undefined>;