Skip to content

Commit

Permalink
cherry-pick 4af640c
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Sep 15, 2024
1 parent 533f053 commit 095fdf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
17 changes: 0 additions & 17 deletions tools/addRollupType/add_rollup_type.json

This file was deleted.

1 change: 1 addition & 0 deletions tools/addRollupType/add_rollup_type.json.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"consensusContract": "PolygonValidiumEtrog",
"polygonconsensusContract": "",
"polygonRollupManagerAddress": "0x5132A183E9F3CB7C848b0AAC5Ae0c4f0491B7aB2",
"verifierAddress": "0x1C3A3da552b8662CD69538356b1E7c2E9CC1EBD8",
"description": "Type: Validium, Version: etrog, genesis: /ipfs/QmUXnRoPbUmZuEZCGyiHjEsoNcFVu3hLtSvhpnfBS2mAYU",
Expand Down
4 changes: 2 additions & 2 deletions tools/deployVerifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm i
- `maxPriorityFeePerGas`: set custom gas
- `multiplierGas`: set custom gas
- A network should be selected when running the script
- examples: `-- sepolia` or `--mainnet`
- examples: `--network sepolia` or `--network mainnet`
- This uses variables set in `hardhat.config.ts`
- Which uses some environment variables that should be set in `.env`
> All paths are from root repository
Expand All @@ -32,5 +32,5 @@ cp ./tools/deployVerifier/deploy_verifier_parameters.example ./tools/deployVerif
- Set your parameters
- Run tool:
```
npx hardhat run ./tools/deployVerifier/deployVerififer.ts --network sepolia
npx hardhat run ./tools/deployVerifier/deployVerifier.ts --network sepolia
```

0 comments on commit 095fdf2

Please sign in to comment.