Skip to content

Commit

Permalink
feat: add betanet address for well known json
Browse files Browse the repository at this point in the history
  • Loading branch information
AbstractFruitFactory committed Feb 14, 2023
1 parent f5deb63 commit 58e8567
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const Network = {
export const DAPP_DEF_ADDRESS = {
[Network.NEBUNET]:
'account_tdx_b_1prfj0lp3hd2dhjkk2v7apr4vwtrcnn9y67393de7r5gqgpm83a',
[Network.BETANET]: 'account_tdx_b_1prfj0lp3hd2dhjkk2v7apr4vwtrcnn9y67393de7r5gqgpm83a',
[Network.HAMMUNET]:
'account_tdx_22_1prtqhxd5mmq2nj3mrhcztxphauy29qeuk5walu49spjsqpjxr6'
}[PUBLIC_NETWORK_NAME] as string
Expand Down

0 comments on commit 58e8567

Please sign in to comment.