Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@streamr/network-contracts

Package Overview
Dependencies
Maintainers
12
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamr/network-contracts - npm Package Compare versions

Comparing version 2.4.0 to 2.6.0

dist/artifacts/contracts/OperatorTokenomics/Operator.sol/Operator.json

78

package.json
{
"name": "@streamr/network-contracts",
"version": "2.4.0",
"version": "2.6.0",
"description": "Smart contracts for Streamr Network",
"files": [
"contracts",
".openzeppelin"
],
"author": "Streamr Network AG",
"license": "ISC",
"private": false,
"publishConfig": { "access": "public" },
"files": [ "dist" ],
"main": "./dist/src/exports.js",
"types": "./dist/src/exports.d.ts",
"scripts": {
"build": "hardhat compile",
"clean": "rm -rf artifacts cache coverage typechain deployments .openzeppelin",
"test": "hardhat test",
"build": "hardhat compile && rm -rf dist && tsc -p tsconfig.build.json",
"clean": "rm -rf artifacts dist cache coverage typechain deployments .openzeppelin/unknown-31337.json",
"test": "npm run test:fast && npm run test:slow",
"integration-test": "npm run test:ens-e2e",
"test:fast": "hardhat test `find test/hardhat -name '*.test.ts'`",
"test:slow": "hardhat test `find test/hardhat-slow-tests -name '*.test.ts'`",
"test:ens-e2e": "hardhat run --network dev1 test/integration/ens-e2e.test.ts",
"coverage": "hardhat coverage",
"lint": "eslint scripts/**/* test/**/* && eslint scripts/**/*.* && solhint contracts/*/*.sol",
"lint": "solhint `find contracts -name '*.sol'`",
"interactProd": "hardhat run --network polygon scripts/deployToLivenet/2_interactWithContracts.ts",

@@ -20,49 +27,34 @@ "interact": "hardhat run --network dev1 scripts/deployToLivenet/2_interactWithContracts.ts",

"deploylive": "hardhat run --network dev1 scripts/deployToLivenet/1_deployContracts.ts",
"deployGSN": "hardhat run --network polygon scripts/deployGSN.ts",
"interactThroughGSN": "hardhat run --network polygon scripts/transactThroughGSN.ts",
"deployliveProd": "hardhat run --network polygon scripts/deployToLivenet/1_deployContracts.ts",
"sstest": "hardhat run --network dev1 scripts/registerStorageNode.ts",
"deployDelegatedAccessRegistry": "hardhat run --network localsidechain scripts/deployToLivenet/3_deployDelegatedAccessRegistry.ts",
"deployDelegatedAccessRegistryProd": "hardhat run --network polygon scripts/deployToLivenet/3_deployDelegatedAccessRegistry.ts",
"deployJoinPolicy": "hardhat run --network dev1 scripts/deployToLivenet/4_deployJoinPolicyFactory.ts",
"deployJoinPolicyProd": "hardhat run --network polygon scripts/deployToLivenet/4_deployJoinPolicyFactory.ts",
"verifyPolygonscan": "hardhat verify [DEPLOYED_CONTRACT_ADDRESS] --network polygon"
"verifyPolygonscan": "hardhat verify [DEPLOYED_CONTRACT_ADDRESS] --network polygon",
"deployTatum": "hardhat run --network dev1 scripts/tatum/1_deploySponsorshipFactory.ts && hardhat run --network dev1 scripts/tatum/2_deployNewSponsorship.ts && hardhat run --network dev1 scripts/tatum/3_deployOperatorFactory.ts && hardhat run --network dev1 scripts/tatum/4_deployNewOperator.ts"
},
"author": "Streamr Network AG",
"license": "ISC",
"dependencies": {
"@chainlink/contracts": "0.3.1",
"@opengsn/contracts": "2.2.6",
"@openzeppelin/contracts": "4.4.2",
"@openzeppelin/contracts-upgradeable": "4.4.2"
"@openzeppelin/contracts-upgradeable-4.4.2": "npm:@openzeppelin/contracts-upgradeable@4.4.2"
},
"devDependencies": {
"@ethersproject/bignumber": "5.5.0",
"@ethersproject/contracts": "5.5.0",
"@ethersproject/experimental": "5.5.0",
"@ethersproject/providers": "5.5.2",
"@ethersproject/wallet": "5.5.0",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@openzeppelin/hardhat-upgrades": "1.20.0",
"@chainsafe/as-sha256": "^0.3.1",
"@ensdomains/ens": "0.6.2",
"@ensdomains/resolver": "0.2.4",
"debug": "4.3.3",
"eth-crypto": "^2.3.0",
"eth-ens-namehash": "2.0.8",
"ethers": "5.5.3",
"event-stream": "4.0.1",
"hardhat": "2.8.2",
"hardhat-dependency-compiler": "1.1.2",
"hardhat-deploy": "0.7.11",
"hardhat-deploy-ethers": "0.3.0-beta.13",
"hardhat-typechain": "0.3.5",
"@metamask/eth-sig-util": "4.0.0",
"@nomiclabs/hardhat-ethers": "2.0.4",
"@nomiclabs/hardhat-etherscan": "3.1.0",
"@typechain/ethers-v5": "6.0.5",
"@nomicfoundation/hardhat-chai-matchers": "1.0.5",
"@nomicfoundation/hardhat-toolbox": "2.0.0",
"@opengsn/provider": "2.2.6",
"@openzeppelin/hardhat-upgrades": "1.22.1",
"@types/debug": "4.1.7",
"ethereum-waffle": "3.4.0",
"solc": "0.8.6",
"solhint": "3.3.6",
"solidity-coverage": "0.7.20",
"ts-generator": "0.1.1",
"typechain": "4.0.3"
"debug": "4.3.3",
"ethers": "5.7.0",
"hardhat": "2.14.0",
"hardhat-dependency-compiler": "1.1.3",
"hardhat-gas-reporter": "1.0.9",
"hardhat-ignore-warnings": "0.2.8",
"solhint": "3.4.1",
"web3-providers-http": "1.8.0"
}
}
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