Skip to content

Commit 441415f

Browse files
authored
Merge pull request #4571 from 4rgon4ut/patch-1
chore(chain-config): deprecate xDai && update chiado urls
2 parents 1467d2d + 70eef0a commit 441415f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/hungry-flies-confess.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@nomicfoundation/hardhat-verify": patch
3+
---
4+
5+
Updated chiado urls to avoid redirect

packages/hardhat-verify/src/internal/chain-config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ export const builtinChains: ChainConfig[] = [
166166
network: "chiado",
167167
chainId: 10200,
168168
urls: {
169-
apiURL: "https://blockscout.chiadochain.net/api",
170-
browserURL: "https://blockscout.chiadochain.net",
169+
apiURL: "https://gnosis-chiado.blockscout.com/api",
170+
browserURL: "https://gnosis-chiado.blockscout.com",
171171
},
172172
},
173173
{

0 commit comments

Comments
 (0)