Skip to content

Commit d68cfc4

Browse files
authored
Merge pull request #8851 from BitGo/CHALO-495
feat(canton): enabling merge functionality for Production canton wallets
2 parents 79f5a5d + 7225f47 commit d68cfc4

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)