Skip to content

Commit

Permalink
support sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
shidaxi committed Dec 9, 2023
1 parent 1f653af commit 57a2be2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,18 @@ const config: HardhatUserConfig = {
apiKey: {
mainnet: process.env.ETHERSCAN_API_KEY,
goerli: process.env.ETHERSCAN_API_KEY,
},
sepolia: process.env.ETHERSCAN_API_KEY,
},
customChains: [
{
network: "sepolia",
chainId: 11155111,
urls: {
apiURL: "https://api-sepolia.etherscan.io/api",
browserURL: "https://sepolia.etherscan.io"
}
}
]
},
dodoc: {
runOnCompile: true,
Expand Down

0 comments on commit 57a2be2

Please sign in to comment.