@underscore-finance/sdk 1.2.3 → 1.2.5

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.
@@ -378,7 +378,7 @@ export const abi = [
378
378
  outputs: [],
379
379
  },
380
380
  ];
381
- export const deployAddress = '0x95B85a88200b33C64f9935750C2Ea62fB54141E7';
381
+ export const deployAddress = '0x3ea153bf93367e5933818BB0E7ebE3A9AC0ac193';
382
382
  function getRequest(method, args, contractAddressOrOptions) {
383
383
  const address = typeof contractAddressOrOptions === 'string' ? contractAddressOrOptions : contractAddressOrOptions?.contractAddress;
384
384
  const defaultValue = typeof contractAddressOrOptions === 'string' ? undefined : contractAddressOrOptions?.defaultValue;