Skip to content

Commit

Permalink
Merge #1394
Browse files Browse the repository at this point in the history
1394: Tool to read contract variables r=popzxc a=AntonD3



Co-authored-by: AntonD3 <[email protected]>
  • Loading branch information
bors-matterlabs-dev[bot] and AntonD3 authored Feb 18, 2021
2 parents 2bff3e8 + a3097d7 commit 5e5fa5a
Show file tree
Hide file tree
Showing 5 changed files with 1,961 additions and 1,987 deletions.
1 change: 1 addition & 0 deletions changelog/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ components, the logs will have the following format:

### Added

- (`read-variable`): tool for read private and public variables from contracts.
- (`reading-tool`): tool for reading test config.

### Fixed
Expand Down
8 changes: 5 additions & 3 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"axios": "^0.21.1",
"chai": "^4.2.0",
"chalk": "^4.1.0",
"commander": "^6.0.0",
"ethereum-waffle": "^3.0.0",
"ethereumjs-abi": "^0.6.8",
"ethers": "^5.0.0",
Expand All @@ -25,18 +26,18 @@
"hardhat-contract-sizer": "^2.0.2",
"hardhat-typechain": "^0.3.3",
"handlebars": "^4.7.6",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.2.0",
"openzeppelin-solidity": "^2.3.0",
"path": "^0.12.7",
"prettier": "^1.18.2",
"prettier-plugin-solidity": "^1.0.0-alpha.27",
"querystring": "^0.2.0",
"solc": "0.7.4",
"ts-generator": "^0.1.1",
"ts-node": "^9.0.0",
"typechain": "^4.0.0",
"typescript": "^4.0.5",
"commander": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"zksync": "link:../sdk/zksync.js"
},
"scripts": {
Expand All @@ -52,6 +53,7 @@
"token-info": "ts-node scripts/token-info.ts",
"deploy-testkit": "ts-node scripts/deploy-testkit.ts",
"publish-sources": "hardhat run --network env scripts/publish.ts",
"deploy-testnet-erc20": "ts-node scripts/deploy-testnet-token.ts"
"deploy-testnet-erc20": "ts-node scripts/deploy-testnet-token.ts",
"read-variable": "ts-node scripts/read-variable.ts"
}
}
Loading

0 comments on commit 5e5fa5a

Please sign in to comment.