Skip to content

Commit

Permalink
Adding in Ink Mainnet network information (#6062)
Browse files Browse the repository at this point in the history
* Adding in Ink Mainnet network information

* fix: sort the ink chains by chainId

---------

Co-authored-by: Luis Schaab <[email protected]>
  • Loading branch information
alexanderbradshaw and schaable authored Jan 15, 2025
1 parent fe87a70 commit 0469eb2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-hornets-yell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nomicfoundation/hardhat-verify": patch
---

Ink networks added
16 changes: 16 additions & 0 deletions packages/hardhat-verify/src/internal/chain-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ export const builtinChains: ChainConfig[] = [
browserURL: "https://snowtrace.io/",
},
},
{
network: "ink",
chainId: 57073,
urls: {
apiURL: "https://explorer.inkonchain.com/api/v2",
browserURL: "https://explorer.inkonchain.com/",
},
},
{
network: "polygonMumbai",
chainId: 80001,
Expand Down Expand Up @@ -242,6 +250,14 @@ export const builtinChains: ChainConfig[] = [
browserURL: "https://sepolia.arbiscan.io/",
},
},
{
network: "inkSepolia",
chainId: 763373,
urls: {
apiURL: "https://explorer-sepolia.inkonchain.com/api/v2",
browserURL: "https://explorer-sepolia.inkonchain.com/",
},
},
{
network: "sepolia",
chainId: 11155111,
Expand Down

0 comments on commit 0469eb2

Please sign in to comment.