New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@venusprotocol/governance-contracts

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@venusprotocol/governance-contracts - npm Package Compare versions

Comparing version 1.1.0-dev.2 to 1.1.0-dev.3

deployments/bscmainnet.json

2

package.json
{
"name": "@venusprotocol/governance-contracts",
"description": "",
"version": "1.1.0-dev.2",
"version": "1.1.0-dev.3",
"author": "",

@@ -6,0 +6,0 @@ "files": [

@@ -70,1 +70,12 @@ # governance-contracts

They can be generated by running `yarn docgen`
### Deployments
Deployments are managed using [hardhat-deploy](https://github.com/wighawag/hardhat-deploy).
Deployment scripts are in the `deploy` directory and run automatically when starting the hardhat node.
Deployed contract abis and addresses are exported in the `deployments` directory. To create a summary export of all contracts deployed to a network run
```
$ yarn hardhat export --network <network-name> --export ./deployments/<network-name>.json
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc