Skip to content

Commit

Permalink
Adding Ink testnet and mainnet information
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbradshaw committed Dec 18, 2024
1 parent 476010a commit 136942d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ const config: HardhatUserConfig = {
url: "https://alfajores-forno.celo-testnet.org",
accounts: [deployerPrivateKey],
},
ink: {
url: "https://rpc-gel.inkonchain.com",
accounts: [deployerPrivateKey],
},
inkSepolia: {
url: "https://rpc-gel-sepolia.inkonchain.com",
accounts: [deployerPrivateKey],
},
},
// configuration for harhdat-verify plugin
etherscan: {
Expand Down

0 comments on commit 136942d

Please sign in to comment.