feat: add hardhat config and production deployment script
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "wtf-contract",
|
||||
"version": "2.0.0",
|
||||
"description": "WTFX Core Smart Contracts & Deployment Scripts",
|
||||
"scripts": {
|
||||
"compile": "hardhat compile",
|
||||
"test": "hardhat test",
|
||||
"deploy:robinhood-testnet": "hardhat run scripts/deploy.js --network robinhoodTestnet",
|
||||
"deploy:robinhood-mainnet": "hardhat run scripts/deploy.js --network robinhoodMainnet",
|
||||
"deploy:local": "hardhat run scripts/deploy.js --network localhost"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"hardhat": "^2.22.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user