Skip to content

Commit

Permalink
chore: add celo deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewlilley committed Jun 25, 2021
1 parent 0ccc11f commit 3f30abe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3f30abe

Please sign in to comment.