Skip to content

Commit b8b210b

Browse files
fix: worldcoin statics
Ticket: WIN-5948 TICKET: WIN-5948
1 parent 6d1de55 commit b8b210b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/statics/src/account.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2508,7 +2508,7 @@ export function tworldErc20(
25082508
features: CoinFeature[] = AccountCoin.DEFAULT_FEATURES,
25092509
prefix = '',
25102510
suffix: string = name.toUpperCase(),
2511-
network: AccountNetwork = Networks.test.coredao,
2511+
network: AccountNetwork = Networks.test.world,
25122512
primaryKeyCurve: KeyCurve = KeyCurve.Secp256k1
25132513
) {
25142514
return worldErc20(

0 commit comments

Comments
 (0)