Skip to content

Commit db708f6

Browse files
committed
Add OP Sepolia Etherscan
1 parent e20773e commit db708f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

hardhat.config.ts

+10
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,16 @@ module.exports = {
8585
},
8686
etherscan: {
8787
apiKey: process.env.ETHERSCAN_API_KEY,
88+
customChains: [
89+
{
90+
network: "op-sepolia",
91+
chainId: 11155420,
92+
urls: {
93+
apiURL: "https://api-sepolia-optimism.etherscan.io/api",
94+
browserURL: "https://sepolia-optimism.etherscan.io",
95+
},
96+
},
97+
],
8898
},
8999
namedAccounts: {
90100
diamondAdmin: {

0 commit comments

Comments
 (0)