@reiy-finance/contracts-sdk 0.1.0 → 0.1.2

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.
@@ -1,6 +1,6 @@
1
- export declare const TESTNET_PACKAGE_ID: "0xa9da24711a069b9ce0078f95b2853dff6142c1731fde016360664c6523a12618";
1
+ export declare const TESTNET_PACKAGE_ID: "0xdb6cdba95e1c49347e59c29643c34e388cf6a802ce61e6cacd554bff3a6f9461";
2
2
  export declare const PACKAGE_IDS: {
3
- readonly testnet: "0xa9da24711a069b9ce0078f95b2853dff6142c1731fde016360664c6523a12618";
3
+ readonly testnet: "0xdb6cdba95e1c49347e59c29643c34e388cf6a802ce61e6cacd554bff3a6f9461";
4
4
  };
5
5
  export type KnownNetwork = keyof typeof PACKAGE_IDS;
6
6
  export declare function getPackageId(network: KnownNetwork): (typeof PACKAGE_IDS)[KnownNetwork];
@@ -1,4 +1,4 @@
1
- export const TESTNET_PACKAGE_ID = "0xa9da24711a069b9ce0078f95b2853dff6142c1731fde016360664c6523a12618";
1
+ export const TESTNET_PACKAGE_ID = "0xdb6cdba95e1c49347e59c29643c34e388cf6a802ce61e6cacd554bff3a6f9461";
2
2
  export const PACKAGE_IDS = {
3
3
  testnet: TESTNET_PACKAGE_ID,
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reiy-finance/contracts-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Generated TypeScript bindings for the Reiy Sui Move contracts.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -42,4 +42,3 @@
42
42
  "typescript": "^5.9.3"
43
43
  }
44
44
  }
45
-