Initial commit: add .gitignore and README
Some checks failed
CI / lint-and-test (push) Has been cancelled
Some checks failed
CI / lint-and-test (push) Has been cancelled
This commit is contained in:
27
contracts/package.json
Normal file
27
contracts/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@solace/contracts",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"compile": "hardhat compile",
|
||||
"test": "hardhat test",
|
||||
"coverage": "hardhat coverage",
|
||||
"deploy:sepolia": "hardhat run scripts/deploy.ts --network sepolia",
|
||||
"deploy:local": "hardhat run scripts/deploy.ts --network localhost",
|
||||
"deploy:chain138": "hardhat run scripts/deploy-chain138.ts --network chain138",
|
||||
"node": "hardhat node",
|
||||
"clean": "hardhat clean"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
|
||||
"@nomicfoundation/hardhat-verify": "^2.0.0",
|
||||
"@typechain/ethers-v6": "^0.5.0",
|
||||
"@typechain/hardhat": "^9.0.0",
|
||||
"hardhat": "^2.19.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@openzeppelin/contracts": "^5.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user