@0xmonaco/contracts 0.4.1 → 0.4.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.
- package/README.md +2 -0
- 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/README.md
CHANGED
|
@@ -10,6 +10,8 @@ Smart contract ABIs and addresses for the Monaco protocol. This package provides
|
|
|
10
10
|
npm install @0xmonaco/contracts
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
+
**Note:** This package is typically installed as a dependency of `@0xmonaco/core` or `@0xmonaco/types`, but you can install it directly if you only need contract ABIs and addresses.
|
|
14
|
+
|
|
13
15
|
## Usage
|
|
14
16
|
|
|
15
17
|
### Contract Addresses and ABIs
|
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,SAAS,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
|
|
7
|
+
export { VAULT_ABI } from "./vault"; // 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,SAAS,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";
|
|
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,QAAQ,CAAC;AAEnC;;;;;;;;;;;;;;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"}
|