Skip to content

Commit

Permalink
chore: use npm package for deployment (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 authored Jul 11, 2024
1 parent 60fd175 commit 8cfea57
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 370 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Run Deploy
run: |
npx ts-node script/deploy.ts deploy ${{ github.event.inputs.contract }} --rpc ${{ env.RPC_URL }} --pk ${{ secrets.private_key }} --explorer-api-key ${{ secrets.BASESCAN_API_KEY }}
npx solidity-deploy ${{ github.event.inputs.contract }} --rpc ${{ env.RPC_URL }} --pk ${{ secrets.private_key }} --explorer-api-key ${{ secrets.BASESCAN_API_KEY }}
env:
NETWORK: ${{ github.event.inputs.network }}
CONTRACT: ${{ github.event.inputs.contract }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dependencies": {
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@partydao/solidity-deploy": "^1.1.1",
"@uniswap/v3-core": "Uniswap/v3-core",
"@uniswap/v3-periphery": "Uniswap/v3-periphery#0.8",
"ethers": "^6.12.1",
Expand Down
15 changes: 0 additions & 15 deletions script/Deploy.s.sol

This file was deleted.

354 changes: 0 additions & 354 deletions script/deploy.ts

This file was deleted.

0 comments on commit 8cfea57

Please sign in to comment.