Skip to content

Commit 49bb4bf

Browse files
committed
feat: added chiado network
1 parent cffd71e commit 49bb4bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

contracts/hardhat.config.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,17 @@ const config: HardhatUserConfig = {
130130
home: "arbitrum",
131131
},
132132
},
133+
chiado: {
134+
chainId: 10200,
135+
url: "https://rpc.chiadochain.net",
136+
accounts: process.env.PRIVATE_KEY !== undefined ? [process.env.PRIVATE_KEY] : [],
137+
live: true,
138+
saveDeployments: true,
139+
tags: ["staging", "foreign", "layer1"],
140+
companionNetworks: {
141+
home: "arbitrumGoerli",
142+
},
143+
},
133144
gnosischain: {
134145
chainId: 100,
135146
url: `https://xdai-rpc.gateway.pokt.network`,

0 commit comments

Comments
 (0)