@underscore-finance/sdk 1.0.9 → 1.0.10

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.
@@ -2207,7 +2207,7 @@ export const abi = [
2207
2207
  outputs: [],
2208
2208
  },
2209
2209
  ];
2210
- export const deployAddress = '0x2edb54bE8c4F6Cde402CAAe86A809D434b3AFC66';
2210
+ export const deployAddress = '0x3F8aE1C72a2Ca223CAe3f3e3312DBee55C4C6d5F';
2211
2211
  function getRequest(method, args, contractAddressOrOptions) {
2212
2212
  const address = typeof contractAddressOrOptions === 'string' ? contractAddressOrOptions : contractAddressOrOptions?.contractAddress;
2213
2213
  const defaultValue = typeof contractAddressOrOptions === 'string' ? undefined : contractAddressOrOptions?.defaultValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@underscore-finance/sdk",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "SDK for interacting with Underscore Finance Smart Contracts with TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",