Skip to content

Commit

Permalink
chore(sandbox): update default networkId
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Sep 25, 2023
1 parent 3b01001 commit 8b7437b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/network/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const getNetworkIdDefault = () => {
const networkId = parseInt(
urlParams.get('networkId') ||
localStorage.getItem('networkId') ||
RadixNetwork.RCnetV3.toString(),
RadixNetwork.Stokenet.toString(),
10
)
return networkId
Expand Down

0 comments on commit 8b7437b

Please sign in to comment.