Skip to content

Commit

Permalink
overhauled test deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
BkChoy committed Apr 25, 2024
1 parent f75cd5f commit 1b40103
Show file tree
Hide file tree
Showing 20 changed files with 276 additions and 924 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "npx hardhat node --network hardhat",
"test": "npx hardhat test --network hardhat",
"deploy": "ts-node --files scripts/test/deploy-test-contracts.ts && ts-node --files scripts/core/deploy-core.ts && ts-node --files scripts/linkStaking/deploy-link-staking-pool.ts && ts-node --files scripts/governance/deploy-governance-controller.ts && ts-node --files scripts/airdrop/deploy-merkle-distributor.ts && ts-node --files scripts/liquidSDIndex/deploy-ixETH-index-pool.ts && ts-node --files scripts/governance/deploy-stakedotlink-council.ts",
"deploy": "ts-node --files scripts/test/deploy/deploy.ts",
"geth-dev-fund": "ts-node --files scripts/test/geth-dev-fund.ts",
"start-test-env": "node scripts/test/start-test-envs.js",
"setup-test-env": "ts-node --files scripts/test/setup-test-env.ts",
Expand Down
77 changes: 0 additions & 77 deletions scripts/core/deploy-core.ts

This file was deleted.

27 changes: 0 additions & 27 deletions scripts/core/upgrade-contract.ts

This file was deleted.

17 changes: 0 additions & 17 deletions scripts/governance/deploy-governance-controller.ts

This file was deleted.

117 changes: 0 additions & 117 deletions scripts/governance/setup-governance-controller.ts

This file was deleted.

50 changes: 0 additions & 50 deletions scripts/linkStaking/deploy-community-vcs.ts

This file was deleted.

83 changes: 0 additions & 83 deletions scripts/linkStaking/deploy-link-staking-pool.ts

This file was deleted.

Loading

0 comments on commit 1b40103

Please sign in to comment.