Skip to content

Commit

Permalink
Update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
SigismundSchlomo committed Sep 4, 2024
1 parent 85eb180 commit 7bc326f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"deploy_servernodes_manager": "hardhat run scripts/staking/deploy_servernodes_manager.ts --network dev",
"deploy_legacy_pool_manager": "hardhat run scripts/staking/deploy_legacy_pool_manager.ts --network dev",
"deploy_liquid_staking": "hardhat run scripts/staking/deploy_liquid_staking.ts --network dev",
"deploy_token_staking": "hardhat run scripts/staking/deploy_token_staking.ts --network dev",
"deploy_all": "npm run deploy_multisig && npm run deploy_finance && npm run deploy_airdrop && npm run deploy_staking && npm run deploy_fees && npm run deploy_multisig:ecosystem && npm run deploy_bond",
"migration_to_new_staking": "hardhat run scripts/staking/migrate_to_new_staking.ts --network dev",
"deploy_fees": "hardhat run scripts/fees/deploy_fees.ts --network dev",
Expand Down
File renamed without changes.

0 comments on commit 7bc326f

Please sign in to comment.