Skip to content

Commit

Permalink
Update yarn commands to use prod sourcify
Browse files Browse the repository at this point in the history
  • Loading branch information
SvineruS committed Nov 15, 2023
1 parent e837887 commit b962e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"deploy_legacy_pool_manager": "hardhat run scripts/staking/deploy_legacy_pool_manager.ts --network main",
"deploy_staking": "npm run deploy_validatorset && npm run deploy_treasury && npm run deploy_basenodes_manager && npm run deploy_servernodes_manager && npm run deploy_legacy_pool_manager",
"deploy_all": "npm run deploy_multisig && npm run deploy_finance && npm run deploy_airdrop && npm run deploy_staking",
"deploy_migration_to_new_staking": "hardhat run scripts/staking/migrate_to_new_staking.ts --network test",
"migration_to_new_staking": "hardhat run scripts/staking/migrate_to_new_staking.ts --network main",
"test_script": "hardhat run scripts/test.ts",
"integration_test_script": "hardhat run scripts/staking/new_validatorset_integration_test.ts --network local",
"sourcify:dev": "SOURCIFY_API=https://sourcify.ambrosus-dev.io/ hardhat sourcify --network dev",
"sourcify:test": "SOURCIFY_API=https://sourcify.ambrosus-dev.io/ hardhat sourcify --network test",
"sourcify:dev": "hardhat sourcify --network dev",
"sourcify:test": "hardhat sourcify --network test",
"sourcify:main": "hardhat sourcify --network main"
},
"devDependencies": {
Expand Down

0 comments on commit b962e5d

Please sign in to comment.