Skip to content

Commit

Permalink
Update andromeda config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericlee42 committed Mar 26, 2024
1 parent f0b074f commit 717f8a7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const config: HardhatUserConfig = {
accounts: [WALLET_PRIVATE_KEY],
verify: {
etherscan: {
apiKey: "apiKey is not required, just set a placeholder",
// apiKey is not required, just set a placeholder
apiKey: "metis",
apiUrl: "https://sepolia-explorer-api.metisdevops.link",
},
},
Expand All @@ -42,9 +43,9 @@ const config: HardhatUserConfig = {
accounts: [WALLET_PRIVATE_KEY],
verify: {
etherscan: {
apiKey: "apiKey is not required, just set a placeholder",
apiUrl:
"https://api.routescan.io/v2/network/mainnet/evm/1088/etherscan",
// apiKey is not required, just set a placeholder
apiKey: "metis",
apiUrl: "https://andromeda-explorer.metis.io",
},
},
},
Expand Down

0 comments on commit 717f8a7

Please sign in to comment.