@0xmonaco/contracts 0.0.0-develop-20260309145336 → 0.0.0-develop-20260318131304

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.
@@ -5,4 +5,3 @@
5
5
  * Each ABI provides type-safe contract interaction capabilities.
6
6
  */
7
7
  export { VAULT_ABI } from "./vault";
8
- //# sourceMappingURL=index.d.ts.map
@@ -5,4 +5,3 @@
5
5
  * Each ABI provides type-safe contract interaction capabilities.
6
6
  */
7
7
  export { VAULT_ABI } from "./vault"; // Vault for managing user balances
8
- //# sourceMappingURL=index.js.map
@@ -743,4 +743,3 @@ export declare const VAULT_ABI: readonly [{
743
743
  readonly stateMutability: "nonpayable";
744
744
  readonly type: "function";
745
745
  }];
746
- //# sourceMappingURL=vault.d.ts.map
@@ -958,4 +958,3 @@ export const VAULT_ABI = [
958
958
  type: "function",
959
959
  },
960
960
  ];
961
- //# sourceMappingURL=vault.js.map
package/dist/index.d.ts CHANGED
@@ -777,4 +777,3 @@ export declare const TESTNET_TOKENS: {
777
777
  };
778
778
  export type TokenSymbol = keyof typeof TESTNET_TOKENS;
779
779
  export type TokenConfig = (typeof TESTNET_TOKENS)[TokenSymbol];
780
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -39,4 +39,3 @@ export const TESTNET_TOKENS = {
39
39
  name: "Mock MTK",
40
40
  },
41
41
  };
42
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xmonaco/contracts",
3
- "version": "0.0.0-develop-20260309145336",
3
+ "version": "0.0.0-develop-20260318131304",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",