Skip to content

Commit d6634bc

Browse files
authored
Cardano estimateMaxSpendable fix (#956)
1 parent 6b8dc37 commit d6634bc

File tree

4 files changed

+520
-9
lines changed

4 files changed

+520
-9
lines changed

.changeset/new-trains-float.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ledgerhq/live-common": patch
3+
---
4+
5+
fix estimateMaxSpendable for Cardano

libs/ledger-live-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"@solana/spl-token": "^0.2.0",
153153
"@solana/web3.js": "1.41.3",
154154
"@stricahq/bip32ed25519": "^1.0.3",
155-
"@stricahq/typhonjs": "^1.2.5",
155+
"@stricahq/typhonjs": "^1.2.6",
156156
"@taquito/ledger-signer": "^13.0.1",
157157
"@taquito/taquito": "^13.0.1",
158158
"@taquito/utils": "^13.0.1",

libs/ledger-live-common/src/families/cardano/js-estimateMaxSpendable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const estimateMaxSpendable = async ({
2929
}
3030

3131
const dummyRecipient =
32-
"addr_test1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq0uk53y";
32+
"addr1qyqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqv2t5am";
3333
const a = getMainAccount(account, parentAccount);
3434
const t: Transaction = {
3535
...createTransaction(),

0 commit comments

Comments
 (0)