Gelato-automations/test/helpers/constants/GasConstant.js
2020-11-25 10:20:35 +01:00

7 lines
96 B
JavaScript

module.exports = async () => {
return {
VAT: 20,
VAULT_CREATION_COST: 100000,
};
};