Skip to content

Commit

Permalink
Merge pull request #81 from api3dao/fix-gnosis-testnet-explorer-urls
Browse files Browse the repository at this point in the history
Fix gnosis testnet explorer urls
  • Loading branch information
bbenligiray authored Sep 4, 2023
2 parents f5a4bc3 + 02c59c4 commit 07de79c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chains/gnosis-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"providerUrl": "https://rpc.chiadochain.net",
"explorer": {
"api": {
"url": "https://blockscout.chiadochain.net/api",
"url": "https://gnosis-chiado.blockscout.com/api",
"key": {
"required": false,
"hardhatEtherscanAlias": "chiado"
}
},
"browserUrl": "https://blockscout.com/gnosis/chiado/"
"browserUrl": "https://gnosis-chiado.blockscout.com/"
},
"blockTimeMs": 5015
}
7 changes: 5 additions & 2 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,11 @@ export const CHAINS: Chain[] = [
testnet: true,
providerUrl: 'https://rpc.chiadochain.net',
explorer: {
api: { url: 'https://blockscout.chiadochain.net/api', key: { required: false, hardhatEtherscanAlias: 'chiado' } },
browserUrl: 'https://blockscout.com/gnosis/chiado/',
api: {
url: 'https://gnosis-chiado.blockscout.com/api',
key: { required: false, hardhatEtherscanAlias: 'chiado' },
},
browserUrl: 'https://gnosis-chiado.blockscout.com/',
},
blockTimeMs: 5015,
},
Expand Down

0 comments on commit 07de79c

Please sign in to comment.