Socket
Socket
Sign inDemoInstall

@axelar-network/axelarjs-sdk

Package Overview
Dependencies
174
Maintainers
6
Versions
310
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @axelar-network/axelarjs-sdk

The JavaScript SDK for Axelar Network


Version published
Weekly downloads
5.5K
increased by4.61%
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

[0.15.0] - 2024-MARCH-20

  • Improved the accuracy of estimateGasFee function by incorporating L1 rollup fee for destination L2 chain.
  • Fixed gas estimation for scroll and blast
  • Fixed for manualRelayToDestinationChain to respect optional provider parameter
  • Added support for recovery of cosmos-to-cosmos GMP calls

Breaking Changes:

The sourceChainTokenSymbol will not be required anymore. If not specified, the native token of source chain will be used to calculate estimated fee. The following functions are affected:

  • calculateNativeGasFee
  • estimateGasFee

Readme

Source

Axelar SDK

Overview

The Axelar SDK is a Node.js library that includes a collection of APIs and query tools. It is essentially a wrapper around most common cross-chain functionalities that will help you building cross-chain apps.

The package can be installed into your dApp as a project dependency with:

# npm
npm i @axelar-network/axelarjs-sdk

# or yarn
yarn add @axelar-network/axelarjs-sdk

For full SDK docs, please visit: https://docs.axelar.dev/dev/axelarjs-sdk/intro

Development

When you develop make sure that you have the eslint plugin installed.

Keywords

FAQs

Last updated on 20 Mar 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc