File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ module.exports = {
66
66
url : `${ process . env . GOERLI_RPC_URL } ` ,
67
67
accounts : [ `${ process . env . DEPLOYER_KEY ?? DUMMY_KEY } ` ] ,
68
68
} ,
69
+ homestead : {
70
+ url : `${ process . env . MAINNET_RPC_URL } ` ,
71
+ } ,
69
72
} ,
70
73
71
74
etherscan : {
Original file line number Diff line number Diff line change @@ -6084,7 +6084,7 @@ __metadata:
6084
6084
dependencies:
6085
6085
bn.js: ^4.11.8
6086
6086
ethereumjs-util: ^6.0.0
6087
- checksum: ae074be0bb012857ab5d3ae644d1163b908a48dd724b7d2567cfde309dc72222d460438f2411936a70dc949dc604ce1ef7118f7273bd525815579143c907e336
6087
+ checksum: 03127d09960e5f8a44167463faf25b2894db2f746376dbb8195b789ed11762f93db9c574eaa7c498c400063508e9dfc1c80de2edf5f0e1406b25c87d860ff2f1
6088
6088
languageName: node
6089
6089
linkType: hard
6090
6090
You can’t perform that action at this time.
0 commit comments