Skip to content

Commit

Permalink
feat: update etherscan verification config for optimism sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler authored and guidanoli committed Oct 22, 2024
1 parent 6681616 commit 4996b38
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions onchain/rollups/.changeset/clean-ducks-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cartesi/rollups": patch
---

Update Etherscan verification configuration for OP Sepolia
2 changes: 1 addition & 1 deletion onchain/rollups/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const config: HardhatUserConfig = {
chainId: 11155420,
network: "optimism_sepolia",
urls: {
apiURL: "https://sepolia-optimistic.etherscan.io/api",
apiURL: "https://api-sepolia-optimistic.etherscan.io/api",
browserURL: "https://sepolia-optimistic.etherscan.io",
},
},
Expand Down
2 changes: 1 addition & 1 deletion onchain/rollups/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@ethersproject/abi": "^5",
"@ethersproject/bytes": "^5",
"@ethersproject/providers": "^5",
"@nomicfoundation/hardhat-verify": "^2",
"@nomicfoundation/hardhat-verify": "^2.0.8",
"@nomiclabs/hardhat-ethers": "^2",
"@safe-global/safe-singleton-factory": "^1.0.18",
"@typechain/ethers-v5": "^11",
Expand Down
10 changes: 5 additions & 5 deletions onchain/rollups/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ __metadata:
"@ethersproject/abi": "npm:^5"
"@ethersproject/bytes": "npm:^5"
"@ethersproject/providers": "npm:^5"
"@nomicfoundation/hardhat-verify": "npm:^2"
"@nomicfoundation/hardhat-verify": "npm:^2.0.8"
"@nomiclabs/hardhat-ethers": "npm:^2"
"@openzeppelin/contracts": "npm:4.9.2"
"@safe-global/safe-singleton-factory": "npm:^1.0.18"
Expand Down Expand Up @@ -1125,9 +1125,9 @@ __metadata:
languageName: node
linkType: hard

"@nomicfoundation/hardhat-verify@npm:^2":
version: 2.0.2
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.2"
"@nomicfoundation/hardhat-verify@npm:^2.0.8":
version: 2.0.8
resolution: "@nomicfoundation/hardhat-verify@npm:2.0.8"
dependencies:
"@ethersproject/abi": "npm:^5.1.2"
"@ethersproject/address": "npm:^5.0.2"
Expand All @@ -1140,7 +1140,7 @@ __metadata:
undici: "npm:^5.14.0"
peerDependencies:
hardhat: ^2.0.4
checksum: ee107d3d06a177b6539c7932fbb3c10d293ab87a780fa114b2e3f90e274937510ee552518f935a4864b31cff9e06ed838b99d3f46e33890913a8b7e94a922243
checksum: f49d6615a45d063e8d361ea2029c80c351d4377925de6c229095619384353d3fa9463751beceae0d6ceaf26f60a99797a19abd16ae22258fba37aee26ee5576e
languageName: node
linkType: hard

Expand Down

0 comments on commit 4996b38

Please sign in to comment.