Skip to content

Commit

Permalink
feat: add stellar add gas function (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Dec 20, 2024
1 parent ca73c2f commit 9f915d9
Show file tree
Hide file tree
Showing 7 changed files with 304 additions and 55 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@axelar-network/axelarjs-sdk",
"version": "0.17.0",
"version": "0.17.1-alpha.9",
"description": "The JavaScript SDK for Axelar Network",
"repository": {
"type": "git",
Expand Down Expand Up @@ -48,6 +48,7 @@
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/networks": "^5.7.1",
"@ethersproject/providers": "^5.7.2",
"@stellar/stellar-sdk": "^13.0.0",
"@types/uuid": "^8.3.1",
"bech32": "^2.0.0",
"clone-deep": "^4.0.1",
Expand Down Expand Up @@ -89,7 +90,7 @@
"rimraf": "^5.0.1",
"strip-ansi": "^6.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"typescript": "^5.6.3",
"vitest": "^0.32.0"
}
}
Loading

0 comments on commit 9f915d9

Please sign in to comment.