Skip to content

Commit 83ec494

Browse files
committed
fix endpoint configuration error
1 parent e187fa5 commit 83ec494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contracts/hardhat.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ module.exports = {
459459
network: "plume",
460460
chainId: 98866,
461461
urls: {
462-
apiURL: "https://api.etherscan.io/v2/api?chainId=98866",
462+
apiURL: "https://explorer.plume.org/api",
463463
browserURL: "https://explorer.plume.org",
464464
},
465465
},

0 commit comments

Comments
 (0)