Skip to content

Commit

Permalink
fix: verify on gnosisscan.io
Browse files Browse the repository at this point in the history
  • Loading branch information
martillansky committed Aug 27, 2024
1 parent 1523969 commit 1cda78f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ const config: HardhatUserConfig = {
network: "xdai",
chainId: 100,
urls: {
// apiURL: `https://api.gnosisscan.io/api`,
//browserURL: `https://gnosisscan.io`,
apiURL: `https://gnosis.blockscout.com/api`,
browserURL: `https://blockscout.gnosischain.net`,
apiURL: `https://api.gnosisscan.io/api`,
browserURL: `https://gnosisscan.io`,
//apiURL: `https://gnosis.blockscout.com/api`,
//browserURL: `https://blockscout.gnosischain.net`,
},
},
],
Expand Down

0 comments on commit 1cda78f

Please sign in to comment.