Skip to content

Commit

Permalink
setting adex url to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nguvictor committed Nov 23, 2024
1 parent 8de4277 commit 15d84c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export function initializeSubscriptions(store: AppStore) {
network = adex.ApiNetworkOptions.indexOf("stokenet");
}

adex.init(adex.ApiNetworkOptions[network]);
adex.init(adex.ApiNetworkOptions[network], 1);
subs.push(
adex.clientState.stateChanged$.subscribe((newState) => {
const serializedState: adex.StaticState = JSON.parse(
Expand Down

0 comments on commit 15d84c0

Please sign in to comment.