mirror of
https://github.com/Instadapp/Gelato-automations.git
synced 2024-07-29 22:28:07 +00:00
7 lines
96 B
JavaScript
7 lines
96 B
JavaScript
module.exports = async () => {
|
|
return {
|
|
VAT: 20,
|
|
VAULT_CREATION_COST: 100000,
|
|
};
|
|
};
|