From 3f30abe2910d9f0162f4a7ec27a683e43a5b0425 Mon Sep 17 00:00:00 2001 From: Matthew Lilley Date: Fri, 25 Jun 2021 21:49:14 +0100 Subject: [PATCH] chore: add celo deployment config --- hardhat.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hardhat.config.ts b/hardhat.config.ts index b71146f4be..b482cc2668 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -264,6 +264,13 @@ const config: HardhatUserConfig = { tags: ["staging"], gasMultiplier: 2, }, + celo: { + url: "https://forno.celo.org", + accounts, + chainId: 42220, + live: true, + saveDeployments: true, + }, }, paths: { artifacts: "artifacts",