@0xmonaco/contracts 0.4.0 → 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/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
|