Skip to content

Commit 6ce9183

Browse files
committed
🐳 chore: use mumbai
1 parent bd576c6 commit 6ce9183

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

β€Ž.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
GEORLI_URL=
2+
MUMBAI_URL=
23
ACCOUNTS=

β€Žhardhat.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ const config: HardhatUserConfig = {
6060
accounts: accounts,
6161
deploy: ['deploy/georli'],
6262
},
63+
mumbai: {
64+
url: process.env.MUMBAI_URL || '',
65+
live: true,
66+
accounts: accounts,
67+
deploy: ['deploy/mumbai'],
68+
},
6369
},
6470
gasReporter: {
6571
enabled: process.env.REPORT_GAS !== undefined,

0 commit comments

Comments
Β (0)