Skip to content

Commit 56091c8

Browse files
authored
Merge pull request #8994 from BitGo/CHALO-581
feat(statics): rename canton fullname in test & prod env
2 parents 933936d + dbbec42 commit 56091c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3632,7 +3632,7 @@ export const allCoinsAndTokens = [
36323632
canton(
36333633
'07385320-5a4f-48e9-97a5-86d4be9f24b0',
36343634
'canton',
3635-
'Canton Coin',
3635+
'Canton',
36363636
Networks.main.canton,
36373637
UnderlyingAsset.CANTON,
36383638
[...CANTON_FEATURES, CoinFeature.UNSPENT_MODEL, CoinFeature.MERGE_UTXOS],
@@ -3641,7 +3641,7 @@ export const allCoinsAndTokens = [
36413641
canton(
36423642
'f5d7f76b-fc5a-4da8-b1d0-a86ad0fd269e',
36433643
'tcanton',
3644-
'Testnet Canton Coin',
3644+
'Testnet Canton',
36453645
Networks.test.canton,
36463646
UnderlyingAsset.CANTON,
36473647
[...CANTON_FEATURES, CoinFeature.UNSPENT_MODEL, CoinFeature.MERGE_UTXOS, CoinFeature.FANOUT_UTXOS],

0 commit comments

Comments
 (0)