Skip to content

Commit

Permalink
fix: miror amount
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTaylor3D committed Sep 9, 2022
1 parent 8e5d033 commit e373301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datalayer/persistance.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ const addMirror = async (storeId, url, forceAddMirror = false) => {
body: JSON.stringify({
id: storeId,
urls: [url],
amount: _.get(CONFIG, 'DEFAULT_FEE', 300000000 /* 1 billion mojos */),
amount: _.get(CONFIG, 'DEFAULT_FEE', 1000000000 /* 1 billion mojos */),
}),
};

Expand Down

0 comments on commit e373301

Please sign in to comment.