Skip to content

Commit

Permalink
feat: Add Turbo integration and fix getUploadCost method
Browse files Browse the repository at this point in the history
  • Loading branch information
Envoy-VC committed Jan 24, 2024
1 parent 48de3b3 commit 36d423b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .changeset/tiny-jobs-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
'atomic-toolkit': minor
---

## Features

Integrate [Turbo](https://ardrive.io/turbo-bundler/), an open-source upload and payment service by ArDrive.

Turbo can be used in two ways:

1. Through Irys: Replace your node URL with `https://turbo.ardrive.io` or `up.arweave.net`
2. Through [Turbo SDK](https://github.com/ardriveapp/turbo-sdk).

Docs can be found [here](https://atomictoolkit.mintlify.app/usage/browser#using-turbo)

## Fixes

- Fix `getUploadCost` method returning NaN for current balance for some irys endpoints.

0 comments on commit 36d423b

Please sign in to comment.