change WUSD payment to USDC
This commit is contained in:
97
package.json
97
package.json
@@ -4,57 +4,56 @@
|
||||
"description": "A Hardhat 2 project with Foundry integration",
|
||||
"author": "",
|
||||
"scripts": {
|
||||
"compile": "hardhat compile",
|
||||
"test": "hardhat test",
|
||||
"deploy": "hardhat run scripts/deploy.ts",
|
||||
"deploy:sepolia": "hardhat run scripts/deploy.ts --network sepolia",
|
||||
"ignition:deploy": "hardhat ignition deploy ignition/modules/Counter.ts",
|
||||
"clean": "hardhat clean",
|
||||
"postinstall": "patch-package",
|
||||
"patch-package": "patch-package"
|
||||
"compile": "hardhat compile",
|
||||
"test": "hardhat test",
|
||||
"deploy": "hardhat run scripts/deploy.ts",
|
||||
"deploy:sepolia": "hardhat run scripts/deploy.ts --network sepolia",
|
||||
"ignition:deploy": "hardhat ignition deploy ignition/modules/Counter.ts",
|
||||
"clean": "hardhat clean",
|
||||
"postinstall": "patch-package",
|
||||
"patch-package": "patch-package"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@foundry-rs/hardhat-forge": "^0.1.17",
|
||||
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
|
||||
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
||||
"@nomicfoundation/hardhat-foundry": "^1.2.0",
|
||||
"@nomicfoundation/hardhat-ignition": "^0.15.13",
|
||||
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.14",
|
||||
"@nomicfoundation/hardhat-network-helpers": "^1.1.0",
|
||||
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
|
||||
"@nomicfoundation/hardhat-verify": "^2.1.1",
|
||||
"@typechain/ethers-v6": "^0.5.1",
|
||||
"@typechain/hardhat": "^9.1.0",
|
||||
"@types/chai": "^4.3.20",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "^24.7.2",
|
||||
"chai": "^4.5.0",
|
||||
"ethers": "^6.15.0",
|
||||
"hardhat": "^2.26.3",
|
||||
"hardhat-gas-reporter": "^2.3.0",
|
||||
"solidity-coverage": "^0.8.16",
|
||||
"ts-node": "^10.9.2",
|
||||
"@swc/core": "^1.10.1",
|
||||
"@swc/helpers": "^0.5.15",
|
||||
"typechain": "^8.3.2",
|
||||
"typescript": "^5.9.3",
|
||||
"hardhat-abi-exporter": "^2.10.1",
|
||||
"hardhat-contract-sizer": "^2.10.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"patch-package": "^8.0.1"
|
||||
"@foundry-rs/hardhat-forge": "^0.1.17",
|
||||
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
|
||||
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
||||
"@nomicfoundation/hardhat-foundry": "^1.2.0",
|
||||
"@nomicfoundation/hardhat-ignition": "^0.15.13",
|
||||
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.14",
|
||||
"@nomicfoundation/hardhat-network-helpers": "^1.1.0",
|
||||
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
|
||||
"@nomicfoundation/hardhat-verify": "^2.1.1",
|
||||
"@swc/core": "^1.10.1",
|
||||
"@swc/helpers": "^0.5.15",
|
||||
"@typechain/ethers-v6": "^0.5.1",
|
||||
"@typechain/hardhat": "^9.1.0",
|
||||
"@types/chai": "^4.3.20",
|
||||
"@types/mocha": "^10.0.10",
|
||||
"@types/node": "^24.7.2",
|
||||
"chai": "^4.5.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"ethers": "^6.15.0",
|
||||
"hardhat": "^2.26.3",
|
||||
"hardhat-abi-exporter": "^2.10.1",
|
||||
"hardhat-contract-sizer": "^2.10.0",
|
||||
"hardhat-gas-reporter": "^2.3.0",
|
||||
"patch-package": "^8.0.1",
|
||||
"solidity-coverage": "^0.8.16",
|
||||
"ts-node": "^10.9.2",
|
||||
"typechain": "^8.3.2",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openzeppelin/contracts": "5.4.0",
|
||||
"@openzeppelin/contracts-upgradeable": "5.4.0",
|
||||
"@openzeppelin/hardhat-upgrades": "3.9.1",
|
||||
"@matterlabs/hardhat-zksync-deploy": "1.1.2",
|
||||
"@matterlabs/hardhat-zksync-solc": "0.3.16",
|
||||
"zksync-ethers": "6.0.0",
|
||||
"evm-all-tools": "^1.0.0"
|
||||
"@chainlink/contracts": "^1.5.0",
|
||||
"@matterlabs/hardhat-zksync-deploy": "1.1.2",
|
||||
"@matterlabs/hardhat-zksync-solc": "0.3.16",
|
||||
"@openzeppelin/contracts": "5.4.0",
|
||||
"@openzeppelin/contracts-upgradeable": "5.4.0",
|
||||
"@openzeppelin/hardhat-upgrades": "3.9.1",
|
||||
"evm-all-tools": "^1.0.0",
|
||||
"zksync-ethers": "6.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
"engines": {
|
||||
"node": ">=20.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user