@ripe-finance/sdk 1.4.2 → 1.5.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.
@@ -2331,7 +2331,7 @@ export const abi = [
2331
2331
  outputs: [],
2332
2332
  },
2333
2333
  ];
2334
- export const deployAddress = '0x8d365eD80ea76aA8Bd132be71974A7ffa8990aC2';
2334
+ export const deployAddress = '0x6C56Da2520b7f8B505D50F1FE25fb59928647708';
2335
2335
  function getRequest(method, args, contractAddressOrOptions) {
2336
2336
  const address = typeof contractAddressOrOptions === 'string' ? contractAddressOrOptions : contractAddressOrOptions?.contractAddress;
2337
2337
  const defaultValue = typeof contractAddressOrOptions === 'string' ? undefined : contractAddressOrOptions?.defaultValue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ripe-finance/sdk",
3
- "version": "1.4.2",
3
+ "version": "1.5.1",
4
4
  "description": "SDK for interacting with Ripe Finance Smart Contracts with TypeScript",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",