Skip to content

Commit c6bf794

Browse files
committed
adding chiado
1 parent ed86a55 commit c6bf794

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/hardhat-etherscan/src/ChainConfig.ts

+7
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,13 @@ export const chainConfig: ChainConfig = {
184184
browserURL: "https://gnosisscan.io",
185185
},
186186
},
187+
chiado: {
188+
chainId: 10200,
189+
urls: {
190+
apiURL: "https://blockscout.chiadochain.net/api",
191+
browserURL: "https://blockscout.chiadochain.net",
192+
},
193+
},
187194
sokol: {
188195
chainId: 77,
189196
urls: {

0 commit comments

Comments
 (0)