|
62 | 62 | "deepmerge": "^4.2.2",
|
63 | 63 | "definitions": "^0.0.2",
|
64 | 64 | "discord-interactions": "^3.2.0",
|
65 |
| - "ethers": "^5.6.9", |
| 65 | + "ethers": "5.7.1", |
66 | 66 | "express-session": "^1.17.3",
|
67 | 67 | "graphql": "15.8.0",
|
68 | 68 | "graphql-relay": "0.10.0",
|
|
100 | 100 | "swagger2openapi": "^6.2.3"
|
101 | 101 | },
|
102 | 102 | "devDependencies": {
|
| 103 | + "@ethersproject/abi": "5.7.0", |
| 104 | + "@ethersproject/providers": "5.7.1", |
103 | 105 | "@nestjs/cli": "^9.0.0",
|
104 | 106 | "@nestjs/schematics": "^9.0.1",
|
105 | 107 | "@nestjs/testing": "^9.0.8",
|
| 108 | + "@nomicfoundation/hardhat-chai-matchers": "1.0.3", |
| 109 | + "@nomicfoundation/hardhat-network-helpers": "1.0.6", |
| 110 | + "@nomicfoundation/hardhat-toolbox": "2.0.0", |
| 111 | + "@nomiclabs/hardhat-ethers": "2.1.1", |
| 112 | + "@nomiclabs/hardhat-etherscan": "3.1.0", |
| 113 | + "@typechain/ethers-v5": "10.1.0", |
| 114 | + "@typechain/hardhat": "6.1.3", |
106 | 115 | "@types/aws4": "^1.5.1",
|
107 | 116 | "@types/bcryptjs": "^2.4.2",
|
108 | 117 | "@types/crypto-js": "^3.1.47",
|
|
133 | 142 | "@typescript-eslint/eslint-plugin": "^4.1.1",
|
134 | 143 | "@typescript-eslint/parser": "^4.1.1",
|
135 | 144 | "aws-sdk-mock": "5.7.0",
|
| 145 | + "chai": "4.3.6", |
136 | 146 | "eslint": "8.21.0",
|
137 | 147 | "eslint-config-next": "12.2.4",
|
138 | 148 | "eslint-config-prettier": "^8.5.0",
|
139 | 149 | "eslint-plugin-prettier": "^4.2.1",
|
140 | 150 | "ethereum-types": "^3.7.0",
|
| 151 | + "hardhat": "2.11.2", |
| 152 | + "hardhat-gas-reporter": "1.0.9", |
141 | 153 | "jest": "28.1.3",
|
142 | 154 | "mongodb-memory-server": "^6.6.7",
|
143 | 155 | "openapi3-ts": "^1.4.0",
|
144 | 156 | "postinstall-postinstall": "^2.1.0",
|
145 | 157 | "prettier": "^2.7.1",
|
| 158 | + "solidity-coverage": "0.8.2", |
146 | 159 | "supertest": "6.2.4",
|
147 | 160 | "ts-jest": "28.0.7",
|
148 | 161 | "ts-loader": "9.3.1",
|
149 | 162 | "ts-morph": "^15.1.0",
|
150 | 163 | "ts-node": "^10.9.1",
|
151 | 164 | "tsconfig-paths": "^4.1.0",
|
| 165 | + "typechain": "8.1.0", |
152 | 166 | "typescript": "^4.7.4"
|
153 | 167 | },
|
154 | 168 | "jest": {
|
|
0 commit comments