Skip to content

Commit f792e1b

Browse files
committed
fix
1 parent 9ac1b28 commit f792e1b

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

ccip/cct/hardhat/hardhat.config.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ const config: HardhatUserConfig = {
2828
},
2929
},
3030
},
31+
// Fix for Arbitrum Sepolia chain descriptor bug in hardhat-verify
32+
chainDescriptors: {
33+
421614: {
34+
name: "Arbitrum Sepolia",
35+
chainType: "generic",
36+
blockExplorers: {
37+
etherscan: {
38+
name: "Arbiscan",
39+
url: "https://sepolia.arbiscan.io",
40+
apiUrl: "https://api-sepolia.arbiscan.io/api",
41+
},
42+
},
43+
},
44+
},
3145
verify: {
3246
etherscan: {
3347
apiKey: process.env.ETHERSCAN_API_KEY || "UNSET",

ccip/cct/hardhat/package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ccip/cct/hardhat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/chai": "^4.3.16",
2020
"@types/mocha": "^10.0.6",
2121
"@types/node": "^20.12.12",
22-
"hardhat": "^3.0.7",
22+
"hardhat": "^3.0.8",
2323
"ts-node": "^10.9.2",
2424
"typescript": "^5.4.5"
2525
},

0 commit comments

Comments
 (0)