Skip to content

Commit

Permalink
feat: updating config for shape network
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Oct 15, 2024
1 parent 21feffe commit 845e003
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ let config: HardhatUserConfig = {
"eth-mainnet": process.env.ETHERSCAN_API_KEY as string,
"optimism-sepolia": process.env.OP_SEPOLIA_ETHERSCAN_API_KEY as string,
scroll: process.env.SCROLL_ETHERSCAN_API_KEY as string,
"scroll-sepolia": process.env.SCROLL_SEPOLIA_ETHERSCAN_API_KEY as string
"scroll-sepolia": process.env.SCROLL_SEPOLIA_ETHERSCAN_API_KEY as string,
"shape": "dummy api key"
},
customChains: [
{
Expand Down Expand Up @@ -152,8 +153,8 @@ let config: HardhatUserConfig = {
network: "shape",
chainId: 360,
urls: {
apiURL: "https://internal-shaper-explorer.alchemypreview.com/api",
browserURL: "https://internal-shaper-explorer.alchemypreview.com/"
apiURL: "https://shapescan.xyz/api",
browserURL: "https://shapescan.xyz/"
}
}
]
Expand Down

0 comments on commit 845e003

Please sign in to comment.