Skip to content

Commit 8f96bc8

Browse files
authored
ntt input amount truncate excess decimals fix (#3041)
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
1 parent a530fef commit 8f96bc8

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

wormhole-connect/package-lock.json

+21-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wormhole-connect/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"@solana/web3.js": "^1.95.2",
4343
"@wormhole-foundation/sdk": "1.2.0-beta.0",
4444
"@wormhole-foundation/sdk-definitions": "1.2.0-beta.0",
45-
"@wormhole-foundation/sdk-definitions-ntt": "^0.5.2",
46-
"@wormhole-foundation/sdk-evm-ntt": "^0.5.2",
45+
"@wormhole-foundation/sdk-definitions-ntt": "^0.6.0-alpha.2",
46+
"@wormhole-foundation/sdk-evm-ntt": "^0.6.0-alpha.2",
4747
"@wormhole-foundation/sdk-icons": "^1.0.0",
48-
"@wormhole-foundation/sdk-route-ntt": "^0.5.2",
49-
"@wormhole-foundation/sdk-solana-ntt": "^0.5.2",
48+
"@wormhole-foundation/sdk-route-ntt": "^0.6.0-alpha.2",
49+
"@wormhole-foundation/sdk-solana-ntt": "^0.6.0-alpha.2",
5050
"@xlabs-libs/wallet-aggregator-aptos": "^0.0.1-alpha.14",
5151
"@xlabs-libs/wallet-aggregator-core": "^0.0.1-alpha.18",
5252
"@xlabs-libs/wallet-aggregator-evm": "^0.0.2-alpha.2",

0 commit comments

Comments
 (0)