Skip to content

Commit

Permalink
add config to verify contracts on blockscout
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-aurele-besner committed Sep 13, 2023
1 parent f3ecc9f commit b6f4140
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions smart_contract/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ const config: HardhatUserConfig = {
customChains: [
{
network: 'gemini',
chainId: 0, // TODO: Update
chainId: 1002,
urls: {
apiURL: '', // TODO: Update
browserURL: '', // TODO: Update
apiURL: 'https://blockscout.subspace.network/api',
browserURL: 'https://blockscout.subspace.network/',
},
},
],
Expand Down

0 comments on commit b6f4140

Please sign in to comment.