Skip to content

Commit 58b3ffa

Browse files
committed
chore(contracts): revert-verfication-task-changes
1 parent 9d8c385 commit 58b3ffa

File tree

3 files changed

+3
-55
lines changed

3 files changed

+3
-55
lines changed

contracts/hardhat.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import * as dotenv from "dotenv";
33
import { HardhatUserConfig } from "hardhat/config";
44
import "@nomicfoundation/hardhat-chai-matchers";
5-
import "@nomicfoundation/hardhat-verify";
65
import "@nomiclabs/hardhat-solhint";
76
import "@typechain/hardhat";
87
import "hardhat-deploy-tenderly";
@@ -14,7 +13,6 @@ import "hardhat-watcher";
1413
import "hardhat-docgen";
1514
import "hardhat-contract-sizer";
1615
import "hardhat-tracer";
17-
import "./tasks/verify-all";
1816
require("./scripts/populatePolicyRegistry");
1917
require("./scripts/populateCourts");
2018
require("./scripts/changeOwner");

contracts/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"bot:relayer-from-sepolia": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-fetch hardhat run ./scripts/disputeRelayerBotFromSepolia.ts",
8181
"bot:relayer-from-hardhat": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-fetch hardhat run ./scripts/disputeRelayerBotFromHardhat.ts",
8282
"bot:disputor": "NODE_NO_WARNINGS=1 yarn hardhat run ./scripts/disputeCreatorBot.ts",
83-
"etherscan-verify": "hardhat verify-all",
83+
"etherscan-verify": "hardhat etherscan-verify",
8484
"etherscan-verify-proxies": "scripts/verifyProxies.sh",
8585
"sourcify": "hardhat sourcify --write-failing-metadata",
8686
"size": "hardhat size-contracts --no-compile",
@@ -111,7 +111,6 @@
111111
"@logtail/pino": "^0.5.0",
112112
"@nomicfoundation/hardhat-chai-matchers": "^2.1.2",
113113
"@nomicfoundation/hardhat-ethers": "^3.1.2",
114-
"@nomicfoundation/hardhat-verify": "^2.0.14",
115114
"@nomiclabs/hardhat-solhint": "^4.1.2",
116115
"@openzeppelin/upgrades-core": "^1.44.2",
117116
"@typechain/ethers-v6": "^0.5.1",

yarn.lock

Lines changed: 2 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -4294,7 +4294,7 @@ __metadata:
42944294
languageName: node
42954295
linkType: hard
42964296

4297-
"@ethersproject/address@npm:5.8.0, @ethersproject/address@npm:^5.0.2, @ethersproject/address@npm:^5.8.0":
4297+
"@ethersproject/address@npm:5.8.0, @ethersproject/address@npm:^5.8.0":
42984298
version: 5.8.0
42994299
resolution: "@ethersproject/address@npm:5.8.0"
43004300
dependencies:
@@ -6605,7 +6605,6 @@ __metadata:
66056605
"@logtail/pino": "npm:^0.5.0"
66066606
"@nomicfoundation/hardhat-chai-matchers": "npm:^2.1.2"
66076607
"@nomicfoundation/hardhat-ethers": "npm:^3.1.2"
6608-
"@nomicfoundation/hardhat-verify": "npm:^2.0.14"
66096608
"@nomiclabs/hardhat-solhint": "npm:^4.1.2"
66106609
"@openzeppelin/contracts": "npm:^5.5.0"
66116610
"@openzeppelin/upgrades-core": "npm:^1.44.2"
@@ -8670,25 +8669,6 @@ __metadata:
86708669
languageName: node
86718670
linkType: hard
86728671

8673-
"@nomicfoundation/hardhat-verify@npm:^2.0.14":
8674-
version: 2.1.3
8675-
resolution: "@nomicfoundation/hardhat-verify@npm:2.1.3"
8676-
dependencies:
8677-
"@ethersproject/abi": "npm:^5.1.2"
8678-
"@ethersproject/address": "npm:^5.0.2"
8679-
cbor: "npm:^8.1.0"
8680-
debug: "npm:^4.1.1"
8681-
lodash.clonedeep: "npm:^4.5.0"
8682-
picocolors: "npm:^1.1.0"
8683-
semver: "npm:^6.3.0"
8684-
table: "npm:^6.8.0"
8685-
undici: "npm:^5.14.0"
8686-
peerDependencies:
8687-
hardhat: ^2.26.0
8688-
checksum: 10/ae3f0a55edae5ffd852dca6f71f50e47cc3f9653832717fca875e181068155c9f5990aa3b1b1d11b448af9a343adc4e8a2256223ba4ddf88d07aad65887e676d
8689-
languageName: node
8690-
linkType: hard
8691-
86928672
"@nomicfoundation/slang@npm:^0.18.3":
86938673
version: 0.18.3
86948674
resolution: "@nomicfoundation/slang@npm:0.18.3"
@@ -15789,15 +15769,6 @@ __metadata:
1578915769
languageName: node
1579015770
linkType: hard
1579115771

15792-
"cbor@npm:^8.1.0":
15793-
version: 8.1.0
15794-
resolution: "cbor@npm:8.1.0"
15795-
dependencies:
15796-
nofilter: "npm:^3.1.0"
15797-
checksum: 10/fc6c6d4f8d14def3a0f2ef111f4fc14b3b0bc91d22ed8fd0eb005095c4699c723a45721e515d713571148d0d965ceeb771f4ad422953cb4e9658b379991b52c9
15798-
languageName: node
15799-
linkType: hard
15800-
1580115772
"cborg@npm:^2.0.1":
1580215773
version: 2.0.1
1580315774
resolution: "cborg@npm:2.0.1"
@@ -25796,13 +25767,6 @@ __metadata:
2579625767
languageName: node
2579725768
linkType: hard
2579825769

25799-
"lodash.clonedeep@npm:^4.5.0":
25800-
version: 4.5.0
25801-
resolution: "lodash.clonedeep@npm:4.5.0"
25802-
checksum: 10/957ed243f84ba6791d4992d5c222ffffca339a3b79dbe81d2eaf0c90504160b500641c5a0f56e27630030b18b8e971ea10b44f928a977d5ced3c8948841b555f
25803-
languageName: node
25804-
linkType: hard
25805-
2580625770
"lodash.debounce@npm:^4.0.8":
2580725771
version: 4.0.8
2580825772
resolution: "lodash.debounce@npm:4.0.8"
@@ -28563,7 +28527,7 @@ __metadata:
2856328527
languageName: node
2856428528
linkType: hard
2856528529

28566-
"nofilter@npm:^3.0.2, nofilter@npm:^3.1.0":
28530+
"nofilter@npm:^3.0.2":
2856728531
version: 3.1.0
2856828532
resolution: "nofilter@npm:3.1.0"
2856928533
checksum: 10/f63d87231dfda4b783db17d75b15aac948f78e65f4f1043096ef441147f6667ff74cd4b3f57ada5dbe240be282d3e9838558ac863a66cb04ef25fff7b2b4be4e
@@ -35092,19 +35056,6 @@ __metadata:
3509235056
languageName: node
3509335057
linkType: hard
3509435058

35095-
"table@npm:^6.8.0":
35096-
version: 6.9.0
35097-
resolution: "table@npm:6.9.0"
35098-
dependencies:
35099-
ajv: "npm:^8.0.1"
35100-
lodash.truncate: "npm:^4.4.2"
35101-
slice-ansi: "npm:^4.0.0"
35102-
string-width: "npm:^4.2.3"
35103-
strip-ansi: "npm:^6.0.1"
35104-
checksum: 10/976da6d89841566e39628d1ba107ffab126964c9390a0a877a7c54ebb08820bf388d28fe9f8dcf354b538f19634a572a506c38a3762081640013a149cc862af9
35105-
languageName: node
35106-
linkType: hard
35107-
3510835059
"table@npm:^6.8.1":
3510935060
version: 6.8.1
3511035061
resolution: "table@npm:6.8.1"

0 commit comments

Comments
 (0)