Adding price to deposits and add token transfers

This commit is contained in:
Filipe Soccol
2022-11-07 16:40:10 -03:00
parent 1298b0d368
commit 0f35eec623
15 changed files with 612 additions and 26 deletions

View File

@@ -3,4 +3,10 @@ require("@nomiclabs/hardhat-waffle");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.17",
networks: {
hardhat: {
blockGasLimit: 30000000,
//hardfork: 'london'
}
}
};