@dolomite-exchange/zap-sdk 0.3.0 → 0.3.1

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.
@@ -377,7 +377,7 @@ exports.ISOLATION_MODE_CONVERSION_MARKET_ID_MAP = (_17 = {},
377
377
  isAsync: false,
378
378
  },
379
379
  _18[JONES_USDC_V2_MARKET_ID_MAP[ApiTypes_1.Network.ARBITRUM_ONE].toFixed()] = {
380
- unwrapper: Deployments.JonesUSDCV2IsolationModeUnwrapperTraderV2[ApiTypes_1.Network.ARBITRUM_ONE].address,
380
+ unwrapper: Deployments.JonesUSDCV2IsolationModeUnwrapperTraderV3[ApiTypes_1.Network.ARBITRUM_ONE].address,
381
381
  unwrapperForLiquidation: Deployments.JonesUSDCV2IsolationModeUnwrapperTraderForLiquidationV3[ApiTypes_1.Network.ARBITRUM_ONE].address,
382
382
  wrapper: Deployments.JonesUSDCV2IsolationModeWrapperTraderV3[ApiTypes_1.Network.ARBITRUM_ONE].address,
383
383
  unwrapperMarketIds: [NATIVE_USDC_MARKET_ID_MAP[ApiTypes_1.Network.ARBITRUM_ONE]],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dolomite-exchange/zap-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "SDK for zapping any asset to any asset on Dolomite.",
5
5
  "scripts": {
6
6
  "test": "NODE_ENV=test jest --runInBand",