We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a8997f + 961a9ae commit 7d2a6f8Copy full SHA for 7d2a6f8
networks/harmony.config.ts
@@ -34,7 +34,6 @@ export const harmony: NetworkUserConfig = {
34
},
35
url: process.env.HARMONY_URI,
36
saveDeployments: true,
37
- ipfs: process.env.IPFS_URI,
38
stacktical: {
39
deployTokens: false,
40
checkPastPeriods: true,
@@ -66,6 +65,7 @@ export const harmony: NetworkUserConfig = {
66
65
address: '0xcF664087a5bB0237a0BAd6742852ec6c8d69A27a',
67
68
],
+ ipfs: process.env.IPFS_URI,
69
chainlink: {
70
deployLocal: false,
71
deleteOldJobs: true,
0 commit comments