Skip to content

Commit

Permalink
fix files package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Feb 28, 2022
1 parent 421ff2e commit 1c6b722
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 401 deletions.
12 changes: 12 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports.Bridge = require('./compiled-contracts/Bridge.json');
module.exports.GlobalExitRootManager = require('./compiled-contracts/GlobalExitRootManager.json');
module.exports.GlobalExitRootManagerL2 = require('./compiled-contracts/GlobalExitRootManagerL2.json');
module.exports.ProofOfEfficiency = require('./compiled-contracts/ProofOfEfficiency.json');
module.exports.TokenWrapped = require('./compiled-contracts/TokenWrapped.json');
module.exports.Verifier = require('./compiled-contracts/Verifier.json');
module.exports.BridgeMock = require('./compiled-contracts/BridgeMock.json');
module.exports.ERC20PermitMock = require('./compiled-contracts/ERC20PermitMock.json');
module.exports.GlobalExitRootManagerL2Mock = require('./compiled-contracts/GlobalExitRootManagerL2Mock.json');
module.exports.GlobalExitRootManagerMock = require('./compiled-contracts/GlobalExitRootManagerMock.json');
module.exports.ProofOfEfficiencyMock = require('./compiled-contracts/ProofOfEfficiencyMock.json');
module.exports.VerifierRollupHelperMock = require('./compiled-contracts/VerifierRollupHelperMock.json');
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

"files": [
"contracts",
"build"
"index.js",
"compiled-contracts"
],
"bugs": {
"url": "https://github.com/hermeznetwork/contracts-zkEVM/issues"
Expand All @@ -36,7 +37,6 @@
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"@openzeppelin/hardhat-upgrades": "^1.11.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@polygon-hermez/test-vectors": "https://github.com/hermeznetwork/test-vectors.git#v0.0.4",
"@polygon-hermez/zkevm-commonjs": "https://github.com/hermeznetwork/zkevm-commonjs.git#v0.0.4",
"chai": "^4.3.4",
"circomlibjs": "0.1.1",
Expand Down
Loading

0 comments on commit 1c6b722

Please sign in to comment.