Added basic config

This commit is contained in:
Thrilok Kumar 2021-04-06 22:33:57 +05:30
parent bcf60701ee
commit b5631e6416
3 changed files with 1920 additions and 15851 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.sol linguist-language=Solidity

17767
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,8 @@
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.0",
"hardhat": "^2.1.2"
"hardhat": "^2.1.2",
"solc": "0.7.0"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.0-solc-0.7"