Skip to content

Commit 773c3fc

Browse files
committed
feat(sdk-coin-canton): added byov validator to mainnet
Ticket: CHALO-781
1 parent aef4fa9 commit 773c3fc

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
@@ -3840,7 +3840,7 @@ export const allCoinsAndTokens = [
38403840
'Canton',
38413841
Networks.main.canton,
38423842
UnderlyingAsset.CANTON,
3843-
[...CANTON_FEATURES, CoinFeature.UNSPENT_MODEL, CoinFeature.MERGE_UTXOS],
3843+
[...CANTON_FEATURES, CoinFeature.UNSPENT_MODEL, CoinFeature.MERGE_UTXOS, CoinFeature.BYOV_VALIDATOR],
38443844
KeyCurve.Ed25519
38453845
),
38463846
canton(

0 commit comments

Comments
 (0)