Описание изменений
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
"deploy": "hardhat run scripts/deploy.js --network sepolia",
|
||||
"node": "hardhat node",
|
||||
"test": "hardhat test",
|
||||
"server": "node server.js"
|
||||
"server": "nodemon server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
||||
"@nomiclabs/hardhat-waffle": "^2.0.0",
|
||||
"cors": "^2.8.5",
|
||||
"ethers": "^5.7.2",
|
||||
"ethers": "^6.13.5",
|
||||
"express": "^4.21.2",
|
||||
"express-session": "^1.18.1",
|
||||
"hardhat": "^2.9.3",
|
||||
"siwe": "^2.1.4",
|
||||
"siwe": "^3.0.0",
|
||||
"viem": "^2.23.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -28,6 +28,7 @@
|
||||
"@types/sinon-chai": "^4.0.0",
|
||||
"chai": "4.3.7",
|
||||
"dotenv": "^16.4.7",
|
||||
"ethereum-waffle": "^4.0.10"
|
||||
"ethereum-waffle": "^4.0.10",
|
||||
"nodemon": "^3.1.9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user