Skip to content

Commit

Permalink
Merge pull request #165 from DeXter-on-Radix/dapp-definition
Browse files Browse the repository at this point in the history
updates stokenet DeXter address
  • Loading branch information
EvgeniiaVak authored Oct 23, 2023
2 parents 35b4805 + aea9f16 commit f9e685c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions public/.well-known/radix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dApps": [
{
"dAppDefinitionAddress": "account_tdx_2_129kev9w27tsl7qjg0dlyze70kxnlzycs8v2c85kzec40gg8mt73f7y"
}
]
}
2 changes: 1 addition & 1 deletion src/app/subscriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let subs: Subscription[] = [];
export function initializeSubscriptions(store: AppStore) {
rdtInstance = RadixDappToolkit({
dAppDefinitionAddress:
"account_tdx_d_12yhr42q497c46lr9vxkfsln9e9f3kjj8t5qexznpeq3ewxxqnhm527",
"account_tdx_2_129kev9w27tsl7qjg0dlyze70kxnlzycs8v2c85kzec40gg8mt73f7y",
networkId: RadixNetwork.Stokenet,
});
rdtInstance.walletApi.setRequestData(
Expand Down

0 comments on commit f9e685c

Please sign in to comment.