Skip to content

Commit 8baf791

Browse files
Merge pull request #6329 from BitGo/WIN-5948-fix
fix: worldcoin statics
2 parents 5db9532 + b8b210b commit 8baf791

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)