@0xmonaco/contracts 0.3.2 → 0.4.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.
- package/dist/abis/index.d.ts +1 -1
- package/dist/abis/index.d.ts.map +1 -1
- package/dist/abis/index.js +1 -1
- package/dist/abis/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/abis/index.d.ts
CHANGED
package/dist/abis/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/abis/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/abis/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC"}
|
package/dist/abis/index.js
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* This module exports all contract ABIs for the Monaco protocol.
|
|
5
5
|
* Each ABI provides type-safe contract interaction capabilities.
|
|
6
6
|
*/
|
|
7
|
-
export { VAULT_ABI } from "./vault"; // Vault for managing user balances
|
|
7
|
+
export { VAULT_ABI } from "./vault.js"; // Vault for managing user balances
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
package/dist/abis/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/abis/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/abis/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC,CAAC,mCAAmC"}
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* This package provides the interface definitions and deployed addresses
|
|
6
6
|
* for all Monaco protocol contracts.
|
|
7
7
|
*/
|
|
8
|
-
import { VAULT_ABI } from "./abis";
|
|
8
|
+
import { VAULT_ABI } from "./abis/index.js";
|
|
9
9
|
/**
|
|
10
10
|
* Contract ABIs for all protocol contracts.
|
|
11
11
|
* These ABIs are used to interact with the deployed contracts.
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE5C;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,yBAAyB;IACzB,KAAK,EAAE,SAAS;CACR,CAAC;AAEX,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,QAAQ,EAAE;QACR,OAAO,EAAE,4CAA4C;QACrD,QAAQ,EAAE,CAAC;QACX,MAAM,EAAE,UAAU;QAClB,IAAI,EAAE,WAAW;KAClB;IACD,OAAO,EAAE;QACP,OAAO,EAAE,4CAA4C;QACrD,QAAQ,EAAE,EAAE;QACZ,MAAM,EAAE,SAAS;QACjB,IAAI,EAAE,UAAU;KACjB;CACO,CAAC"}
|