Skip to content

Commit

Permalink
remove bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Jun 28, 2024
1 parent d7e57a1 commit ee903ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 114 deletions.
Binary file removed bun.lockb
Binary file not shown.
2 changes: 0 additions & 2 deletions components/molecules/form-pledge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ function MintButton({
onClick={async () => {
setSubmitting(true)
const tx = await abundance.mint({ to: account, amount: amount })
// Ensure the transaction is signed
await tx.signAndSend()
// Send the transaction
setSubmitting(false)
onComplete()
}}
Expand Down
111 changes: 0 additions & 111 deletions initialize.ts

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/bun": "latest",
"@types/humanize-duration": "^3.27.4",
"@types/json5": "^2.2.0",
"@types/node": "20.14.7",
Expand Down

0 comments on commit ee903ce

Please sign in to comment.