We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a8b8b4 + b3c9edc commit 7bbe0e0Copy full SHA for 7bbe0e0
modules/statics/src/ofc.ts
@@ -1304,7 +1304,7 @@ export function tofcStxToken(
1304
features: CoinFeature[] = OfcCoin.DEFAULT_FEATURES,
1305
prefix = '',
1306
suffix: string = name.replace(/^ofc/, '').toUpperCase(),
1307
- network: OfcNetwork = Networks.main.ofc,
+ network: OfcNetwork = Networks.test.ofc,
1308
isToken = true,
1309
addressCoin = 'tstx',
1310
primaryKeyCurve: KeyCurve = KeyCurve.Secp256k1
0 commit comments