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

@giveth/commons-abc-contracts

Package Overview
Dependencies
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@giveth/commons-abc-contracts - npm Package Compare versions

Comparing version 0.1.1 to 0.1.11

19

migrations/2_deploy_contracts.js

@@ -20,3 +20,2 @@ const ReserveTokenMock = artifacts.require("ERC20Mintable");

console.log(FundingPoolMockInstance.address)
await deployer.deploy(CommonsToken,

@@ -30,20 +29,4 @@ ReserveTokenMockInstance.address,

FundingPoolMockInstance.address,
friction
friction, {gas: 10000000}
);
};
//
// deployer.deploy(HoldingRole).then(function(holdingRoleInstance) {
// let holdingRoleAddress = holdingRoleInstance.address
// return deployer.deploy(Treasury, holdingRoleAddress).then(function(treasuryInstance) {
// let treasuryAddress = treasuryInstance.address
// return deployer.deploy(SubsidiaryRegistry, treasuryAddress, holdingRoleAddress, defaultZeroBalance).then(function(subsidiaryRegistryInstance) {
// let subsidiaryRegistryAddress = subsidiaryRegistryInstance.address
// return deployer.deploy(Settlement, treasuryAddress, subsidiaryRegistryAddress, holdingRoleAddress).then(function(settlementInstance) {
// let settlementAddress = settlementInstance.address
// return deployer.deploy(IntercompanyPurchaseOrders, treasuryAddress, subsidiaryRegistryAddress, holdingRoleAddress).then(function(intercompanyPurchaseOrdersInstance) {
// let intercompanyPurchaseOrdersAddress= intercompanyPurchaseOrdersInstance.address
// treasuryInstance.addTrustedContract(settlementAddress)
// treasuryInstance.addTrustedContract(subsidiaryRegistryAddress)
// return

2

package.json
{
"name": "@giveth/commons-abc-contracts",
"version": "0.1.1",
"version": "0.1.11",
"devDependencies": {

@@ -5,0 +5,0 @@ "chai": "^4.2.0",

@@ -32,4 +32,8 @@ require("dotenv").config();

version: '0.5.0',
},
optimizer: {
enabled: true, // Default: false
runs: 1000 // Default: 200
}
}
}
};

Sorry, the diff of this file is not supported yet

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