Skip to content

Commit

Permalink
fix(sandbox): update dapp def address
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Sep 21, 2023
1 parent c6ae082 commit c6bbe71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rdt/rdt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ const getDAppDefinitionFromLocalStorage = (): Record<string, string> => {
[RadixNetwork.Enkinet]:
'account_tdx_21_168ydk240yx69yl7zdz2mzkdjc3r5p6n4gwypqsype2d6d942z0tyvx',
[RadixNetwork.RCnetV3]:
'account_tdx_e_168ydk240yx69yl7zdz2mzkdjc3r5p6n4gwypqsype2d6d942m5z2ns',
'account_tdx_e_12965dqmkmgs96s5cx7r52dg0shjvl7urwqy8eqeq2heym89ralzqdp',
[RadixNetwork.Zabanet]:
'account_tdx_e_168ydk240yx69yl7zdz2mzkdjc3r5p6n4gwypqsype2d6d942m5z2ns',
'account_tdx_e_12965dqmkmgs96s5cx7r52dg0shjvl7urwqy8eqeq2heym89ralzqdp',
}
}

Expand Down

0 comments on commit c6bbe71

Please sign in to comment.