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 5db9532 + b8b210b commit 8baf791Copy full SHA for 8baf791
modules/statics/src/account.ts
@@ -2508,7 +2508,7 @@ export function tworldErc20(
2508
features: CoinFeature[] = AccountCoin.DEFAULT_FEATURES,
2509
prefix = '',
2510
suffix: string = name.toUpperCase(),
2511
- network: AccountNetwork = Networks.test.coredao,
+ network: AccountNetwork = Networks.test.world,
2512
primaryKeyCurve: KeyCurve = KeyCurve.Secp256k1
2513
) {
2514
return worldErc20(
0 commit comments