Skip to content

Commit

Permalink
ntt input amount truncate excess decimals fix
Browse files Browse the repository at this point in the history
Fixes an issue that prevents users from transferring ntt amounts
with more fractional digits than the destination chain supports.
Mostly affected transfers from an EVM chain to Solana when the
max button was pressed and included a lot of dust.

bump ntt sdk for this fix: wormhole-foundation/native-token-transfers#560
  • Loading branch information
kev1n-peters committed Dec 3, 2024
1 parent 1a4c8c6 commit 356f2ab
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions wormhole-connect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions wormhole-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"@solana/web3.js": "^1.95.2",
"@wormhole-foundation/sdk": "1.2.0-beta.0",
"@wormhole-foundation/sdk-definitions": "1.2.0-beta.0",
"@wormhole-foundation/sdk-definitions-ntt": "^0.5.2",
"@wormhole-foundation/sdk-evm-ntt": "^0.5.2",
"@wormhole-foundation/sdk-definitions-ntt": "^0.6.0-alpha.2",
"@wormhole-foundation/sdk-evm-ntt": "^0.6.0-alpha.2",
"@wormhole-foundation/sdk-icons": "^1.0.0",
"@wormhole-foundation/sdk-route-ntt": "^0.5.2",
"@wormhole-foundation/sdk-solana-ntt": "^0.5.2",
"@wormhole-foundation/sdk-route-ntt": "^0.6.0-alpha.2",
"@wormhole-foundation/sdk-solana-ntt": "^0.6.0-alpha.2",
"@xlabs-libs/wallet-aggregator-aptos": "^0.0.1-alpha.14",
"@xlabs-libs/wallet-aggregator-core": "^0.0.1-alpha.18",
"@xlabs-libs/wallet-aggregator-evm": "^0.0.2-alpha.2",
Expand Down

0 comments on commit 356f2ab

Please sign in to comment.