Skip to content

Commit

Permalink
Merge pull request #7 from Envoy-VC/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Envoy-VC committed Jan 24, 2024
2 parents 36d423b + e971bad commit 7c5549e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/tiny-jobs-warn.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/atomic-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# atomic-toolkit

## 0.2.0

### Minor Changes

- 36d423b: ## 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.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomic-toolkit",
"version": "0.1.1",
"version": "0.2.0",
"description": "Toolkit for creating Atomic Assets on Arweave using Warp Contracts",
"private": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit 7c5549e

Please sign in to comment.