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

@@ -20,5 +20,8 @@
"@nomiclabs/hardhat-waffle": "^2.0.3",
"chai": "^4.3.6",
"hardhat": "^2.12.0"
},
"dependencies": {
"@openzeppelin/contracts": "^4.7.3"
}
}