Skip to content

Commit 7d2a6f8

Browse files
committed
Merge branch 'feature/local_dev_avalanche' of github.com:Stacktical/stacktical-dsla-developer-toolkit into feature/local_dev_avalanche
2 parents 7a8997f + 961a9ae commit 7d2a6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

networks/harmony.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export const harmony: NetworkUserConfig = {
3434
},
3535
url: process.env.HARMONY_URI,
3636
saveDeployments: true,
37-
ipfs: process.env.IPFS_URI,
3837
stacktical: {
3938
deployTokens: false,
4039
checkPastPeriods: true,
@@ -66,6 +65,7 @@ export const harmony: NetworkUserConfig = {
6665
address: '0xcF664087a5bB0237a0BAd6742852ec6c8d69A27a',
6766
},
6867
],
68+
ipfs: process.env.IPFS_URI,
6969
chainlink: {
7070
deployLocal: false,
7171
deleteOldJobs: true,

0 commit comments

Comments
 (0)