Skip to content

Commit

Permalink
chore(contracts): add scroll sepolia to supported networks
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Nov 26, 2024
1 parent bada8b8 commit 3f46fd8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ const hardhatConfig: HardhatUserConfig = {
apiURL: "https://api.lineascan.build/api",
browserURL: "https://lineascan.build"
}
},
{
network: "scroll-sepolia",
chainId: 11155111,
urls: {
apiURL: "https://api-sepolia.scrollscan.com/api",
browserURL: "https://sepolia.scrollscan.com"
}
}
]
},
Expand Down

0 comments on commit 3f46fd8

Please sign in to comment.