diff --git a/packages/hardhat/hardhat.config.ts b/packages/hardhat/hardhat.config.ts index 0ea0bdf47..3a5c4111d 100644 --- a/packages/hardhat/hardhat.config.ts +++ b/packages/hardhat/hardhat.config.ts @@ -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: {