Skip to content

Commit

Permalink
alphadex update
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Oct 31, 2023
1 parent 603d343 commit e5be3e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"alphadex-sdk-js": "^0.11.6",
"alphadex-sdk-js": "^0.12.0",
"autoprefixer": "10.4.14",
"eslint-config-next": "13.4.7",
"lightweight-charts": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/app/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function initializeSubscriptions(store: AppStore) {
setRdt(rdtInstance);
// TODO: "black" on the light theme
rdtInstance.buttonApi.setTheme("white");
adex.init();
adex.init("stokenet");
subs.push(
adex.clientState.stateChanged$.subscribe((newState) => {
const serializedState: adex.StaticState = JSON.parse(
Expand Down

0 comments on commit e5be3e4

Please sign in to comment.