Skip to content

v2.0.3

Choose a tag to compare

@0xIchigo 0xIchigo released this 22 Dec 14:23
· 70 commits to main since this release

What's New in v2.0.3

This is a new release to quickly implement the following PRs:

What Was Fixed

  • fix(types): Make ResolvedHeliusRpcApi Type Explicit #218
  • fix(types): Correctly Infer Arg Types for Solana Methods #220
  • fix(enhanced_txn): Add Devnet Support For Enhanced Transactions API #228

What Was Added

  • feat(client): Add Explicit ID For Better Request Tracking #221
  • feat(client): Add Rebate Address Support #227

Installation

Version 2.0.3 can be found here on npm

Depending on your package manager, run the following command to add the Helius Node.js SDK to your project:

  • npm: npm install helius-sdk
  • pnpm : pnpm add insta helius-sdk
  • bun: bun install helius-sdk
  • yarn: yarn add helius-sdk