Skip to content

Commit

Permalink
update indexjs
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Feb 10, 2023
1 parent e6b37c2 commit 33cbd20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ module.exports.PolygonZkEVMGlobalExitRootMock = require('./compiled-contracts/Po
module.exports.PolygonZkEVMMock = require('./compiled-contracts/PolygonZkEVMMock.json');
module.exports.VerifierRollupHelperMock = require('./compiled-contracts/VerifierRollupHelperMock.json');
module.exports.PermitHelper = require('./src/permit-helper');
module.exports.VerifierRollupHelperMock = require('./compiled-contracts/ProxyAdmin.json');
module.exports.VerifierRollupHelperMock = require('./compiled-contracts/TransparentUpgradeableProxy.json');
module.exports.VerifierRollupHelperMock = require('./compiled-contracts/PolygonZkEVMDeployer.json');
module.exports.VerifierRollupHelperMock = require('./compiled-contracts/PolygonZkEVMTimelock.json');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"solidity-docgen": "^0.5.16"
},
"scripts": {
"saveDeployment:goerli": "mkdir -p deployments/goerli_$(date +%s) && cp -r deployment/deploy_*.json deployments/goerli_$(date +%s) && cp .openzeppelin/goerli.json deployments/goerli_$(date +%s) && cp genesis.json deployments/goerli_$(date +%s)",
"saveDeployment:goerli": "mkdir -p deployments/goerli_$(date +%s) && cp -r deployment/deploy_*.json deployments/goerli_$(date +%s) && cp .openzeppelin/goerli.json deployments/goerli_$(date +%s) && cp deployment/genesis.json deployments/goerli_$(date +%s)",
"test": "npx hardhat test test/contracts/**.test.js",
"docgen": "npx solidity-docgen --solc-module solc-0.8 -t ./docs/templates -e ./contracts/verifiers,./contracts/mocks",
"deploy:ZkEVM:hardhat": "node deployment/createGenesis.js && npx hardhat run deployment/deployContracts.js --network hardhat",
Expand Down

0 comments on commit 33cbd20

Please sign in to comment.