Skip to content

Commit 7bbe0e0

Browse files
authored
Merge pull request #6504 from BitGo/stx-env
fix: fix the env for stx coin
2 parents 1a8b8b4 + b3c9edc commit 7bbe0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/ofc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ export function tofcStxToken(
13041304
features: CoinFeature[] = OfcCoin.DEFAULT_FEATURES,
13051305
prefix = '',
13061306
suffix: string = name.replace(/^ofc/, '').toUpperCase(),
1307-
network: OfcNetwork = Networks.main.ofc,
1307+
network: OfcNetwork = Networks.test.ofc,
13081308
isToken = true,
13091309
addressCoin = 'tstx',
13101310
primaryKeyCurve: KeyCurve = KeyCurve.Secp256k1

0 commit comments

Comments
 (0)