@0xmonaco/contracts 0.7.6 → 0.7.7

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@0xmonaco/contracts",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,7 +0,0 @@
1
- /**
2
- * Contract ABIs
3
- *
4
- * This module exports all contract ABIs for the Monaco protocol.
5
- * Each ABI provides type-safe contract interaction capabilities.
6
- */
7
- export { VAULT_ABI } from "./vault";
@@ -1,7 +0,0 @@
1
- /**
2
- * Contract ABIs
3
- *
4
- * This module exports all contract ABIs for the Monaco protocol.
5
- * Each ABI provides type-safe contract interaction capabilities.
6
- */
7
- export { VAULT_ABI } from "./vault"; // Vault for managing user balances