Skip to content

Commit 7225f47

Browse files
committed
feat(sdk-coin-canton): enabling merge functionality for Production canton wallets
Ticket: CHALO-495
1 parent 79f5a5d commit 7225f47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3582,7 +3582,7 @@ export const allCoinsAndTokens = [
35823582
'Canton Coin',
35833583
Networks.main.canton,
35843584
UnderlyingAsset.CANTON,
3585-
[...CANTON_FEATURES, CoinFeature.UNSPENT_MODEL],
3585+
[...CANTON_FEATURES, CoinFeature.UNSPENT_MODEL, CoinFeature.MERGE_UTXOS],
35863586
KeyCurve.Ed25519
35873587
),
35883588
canton(

0 commit comments

Comments
 (0)