Skip to content

Commit

Permalink
♻️ Add Harmony Verification Configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <[email protected]>
  • Loading branch information
pcaversaccio committed Jul 24, 2024
1 parent 9c3870f commit 5827ed0
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 115 deletions.
18 changes: 17 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ const config: HardhatUserConfig = {
alfajores: vars.get("CELO_API_KEY", ""),
// For Harmony testnet & mainnet
harmony: vars.get("HARMONY_API_KEY", ""),
harmonyTest: vars.get("HARMONY_API_KEY", ""),
harmonyTestnet: vars.get("HARMONY_API_KEY", ""),
// For Aurora testnet & mainnet
aurora: vars.get("AURORA_API_KEY", ""),
auroraTestnet: vars.get("AURORA_API_KEY", ""),
Expand Down Expand Up @@ -1534,6 +1534,22 @@ const config: HardhatUserConfig = {
browserURL: "https://testnet.chiliscan.com",
},
},
{
network: "harmony",
chainId: 1666600000,
urls: {
apiURL: "https://explorer.harmony.one/api",
browserURL: "https://explorer.harmony.one",
},
},
{
network: "harmonyTestnet",
chainId: 1666700000,
urls: {
apiURL: "https://explorer.testnet.harmony.one/api",
browserURL: "https://explorer.testnet.harmony.one",
},
},
],
},
tenderly: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 5827ed0

Please sign in to comment.