@venusprotocol/venus-protocol 5.2.0-dev.2 → 5.2.0
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 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -76,12 +76,10 @@ Contract tests are defined under the [tests directory](https://github.com/VenusP
|
|
|
76
76
|
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
## Testing
|
|
80
|
-
|
|
81
|
-
Contract tests are defined under the [tests directory](https://github.com/VenusProtocol/venus-protocol/tree/master/tests). To run the tests run:
|
|
82
|
-
|
|
83
79
|
yarn test
|
|
84
80
|
|
|
81
|
+
```
|
|
82
|
+
|
|
85
83
|
- To run fork tests add `FORK_MAINNET=true` and `BSC_ARCHIVE_NODE_URL `in the `.env` file.
|
|
86
84
|
|
|
87
85
|
## Code Coverage
|
|
@@ -179,4 +177,3 @@ For any concerns with the protocol, open an issue or visit us on [Telegram](http
|
|
|
179
177
|
For security concerns, please contact the administrators of our telegram chat.
|
|
180
178
|
|
|
181
179
|
© Copyright 2023, Venus Protocol
|
|
182
|
-
```
|