We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 275e08a commit 76bb25eCopy full SHA for 76bb25e
hardhat.config.ts
@@ -51,6 +51,12 @@ const config: HardhatUserConfig = {
51
chainId: 8453,
52
gasMultiplier: 1.5,
53
},
54
+ celo: {
55
+ url: process.env.CELO_RPC_URL || "https://forno.celo.org",
56
+ accounts: deployer,
57
+ chainId: 42220,
58
+ gasMultiplier: 1.5,
59
+ },
60
61
gasReporter: {
62
currency: "ETH",
@@ -77,6 +83,14 @@ const config: HardhatUserConfig = {
77
83
browserURL: "https://basescan.org",
78
84
79
85
86
+ {
87
+ network: "celo",
88
89
+ urls: {
90
+ apiURL: "https://api.celoscan.io/api",
91
+ browserURL: "https://celoscan.io",
92
93
80
94
],
81
95
82
96
sourcify: {
0 commit comments