Skip to content

Commit

Permalink
chore: solve issue for testnet addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomingos committed Oct 28, 2024
1 parent 06992a8 commit a9b7e40
Show file tree
Hide file tree
Showing 4 changed files with 9,676 additions and 7,130 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stakekit/signers",
"version": "0.0.86",
"version": "0.0.87",
"scripts": {
"clean": "rm -rf lib",
"lint": "eslint \"src/**/*.ts\"",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@solana/buffer-layout": "^4.0.0",
"@solana/spl-token": "^0.3.4",
"@solana/web3.js": "1.52.0",
"@stakekit/common": "^0.0.41",
"@stakekit/common": "^0.0.42",
"@substrate/txwrapper-polkadot": "^7.1.1",
"@sushiswap/default-token-list": "^41.4.0",
"@taquito/ledger-signer": "^17.0.0",
Expand All @@ -59,7 +59,7 @@
"@taquito/utils": "^17.0.0",
"@ton/core": "^0.57.0",
"@ton/crypto": "^3.3.0",
"@ton/ton": "^15.0.0",
"@ton/ton": "^15.1.0",
"axios": "0.27.2",
"bignumber.js": "^9.0.1",
"bip32": "^2.0.6",
Expand Down
Loading

0 comments on commit a9b7e40

Please sign in to comment.