From b3c9edc12bf0df9f65c23d2dae081e56be8cf2d0 Mon Sep 17 00:00:00 2001 From: Mukesh Mahadev Prajapati Date: Tue, 22 Jul 2025 10:47:57 +0530 Subject: [PATCH] fix: fix the env for stx coin Ticket: WIN-6175 --- modules/statics/src/ofc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/statics/src/ofc.ts b/modules/statics/src/ofc.ts index f9760e617e..044345b8b1 100644 --- a/modules/statics/src/ofc.ts +++ b/modules/statics/src/ofc.ts @@ -1304,7 +1304,7 @@ export function tofcStxToken( features: CoinFeature[] = OfcCoin.DEFAULT_FEATURES, prefix = '', suffix: string = name.replace(/^ofc/, '').toUpperCase(), - network: OfcNetwork = Networks.main.ofc, + network: OfcNetwork = Networks.test.ofc, isToken = true, addressCoin = 'tstx', primaryKeyCurve: KeyCurve = KeyCurve.Secp256k1