Skip to content

Commit

Permalink
Merge branch 'main' into pair-selector-style-shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
nguvictor authored Sep 27, 2023
2 parents 48fcd53 + 97450c0 commit c76ae79
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -15,7 +15,7 @@
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"alphadex-sdk-js": "^0.10.1",
"alphadex-sdk-js": "^0.11.0",
"autoprefixer": "10.4.14",
"eslint-config-next": "13.4.7",
"lightweight-charts": "^4.0.1",
Expand Down
3 changes: 2 additions & 1 deletion src/app/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Subscription } from "rxjs";
import {
DataRequestBuilder,
RadixDappToolkit,
RadixNetwork,
} from "@radixdlt/radix-dapp-toolkit";
import * as adex from "alphadex-sdk-js";
import { radixSlice, WalletData } from "./redux/radixSlice";
Expand Down Expand Up @@ -29,7 +30,7 @@ export function initializeSubscriptions(store: AppStore) {
rdtInstance = RadixDappToolkit({
dAppDefinitionAddress:
"account_tdx_d_12yhr42q497c46lr9vxkfsln9e9f3kjj8t5qexznpeq3ewxxqnhm527",
networkId: 14,
networkId: RadixNetwork.Stokenet,
});
rdtInstance.walletApi.setRequestData(
DataRequestBuilder.accounts().exactly(1)
Expand Down

0 comments on commit c76ae79

Please sign in to comment.