fd0e62a067
* first pass * latest * working tests * github actions * remove unnecessary change * remove unnecessary steps * remove unnecessary import * remove unnecessary change * Update .github/workflows/test.yml Co-authored-by: yihuang <huang@crypto.com> * update .gitignore * update github actions * change evm denomination * change evm denomination * send tests to tests folder * Delete result * update go version Co-authored-by: yihuang <huang@crypto.com> Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
27 lines
594 B
JSON
27 lines
594 B
JSON
{
|
|
"name": "contracts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"typechain": "npx hardhat typechain"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.1.0",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.3",
|
|
"@openzeppelin/contracts": "^4.7.0",
|
|
"@typechain/ethers-v5": "^5.0.0",
|
|
"hardhat": "^2.10.1",
|
|
"hardhat-typechain": "^0.3.5",
|
|
"ts-generator": "^0.1.1",
|
|
"typechain": "^4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|