Skip to content

Commit 53d4c64

Browse files
committed
➕ Add Monad Explorer Configuration
Signed-off-by: pcaversaccio <pascal.caversaccio@hotmail.ch>
1 parent 72f6311 commit 53d4c64

3 files changed

Lines changed: 89 additions & 71 deletions

File tree

hardhat.config.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,9 @@ const config: HardhatUserConfig = {
13651365
// For Berachain testnet & mainnet
13661366
berachain: process.env.BERACHAIN_API_KEY || "",
13671367
berachainTestnet: process.env.BERACHAIN_API_KEY || "",
1368+
// For Monad testnet & mainnet
1369+
monad: process.env.MONAD_API_KEY || "",
1370+
monadTestnet: process.env.MONAD_API_KEY || "",
13681371
// For Corn testnet & mainnet
13691372
corn: process.env.CORN_API_KEY || "",
13701373
cornTestnet: process.env.CORN_API_KEY || "",
@@ -2363,6 +2366,22 @@ const config: HardhatUserConfig = {
23632366
browserURL: "https://bartio.beratrail.io",
23642367
},
23652368
},
2369+
{
2370+
network: "monad",
2371+
chainId: 143,
2372+
urls: {
2373+
apiURL: "https://api.monadscan.com/api",
2374+
browserURL: "https://monadscan.com",
2375+
},
2376+
},
2377+
{
2378+
network: "monadTestnet",
2379+
chainId: 10143,
2380+
urls: {
2381+
apiURL: "https://api-testnet.monadscan.com/api",
2382+
browserURL: "https://testnet.monadscan.com",
2383+
},
2384+
},
23662385
{
23672386
network: "corn",
23682387
chainId: 21000000,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
"ts-node": "^10.9.2",
245245
"typechain": "^8.3.2",
246246
"typescript": "^5.9.3",
247-
"typescript-eslint": "^8.47.0",
247+
"typescript-eslint": "^8.48.0",
248248
"zksync-ethers": "^6.21.0"
249249
},
250250
"pnpm": {

pnpm-lock.yaml

Lines changed: 69 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)