Skip to content

Commit

Permalink
Add dumunet to Dapp definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
shambupujar authored and dawidsowardx committed Jan 18, 2024
1 parent 346347d commit fa40488
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export const Network = {
ENKINET: 'enkinet',
GILGANET: 'gilganet',
MARDUNET: 'mardunet',
STOKENET: 'stokenet'
STOKENET: 'stokenet',
DUMUNET: 'dumunet'
} as const

export const NETWORK_CONFIG = {
Expand Down Expand Up @@ -56,6 +57,14 @@ export const NETWORK_CONFIG = {
'account_rdx12xe5q56q0cen0vunfsh352tslz6vyfwf4qujcez5vdjmlm0rzcngs8',
dashboardDappAddress:
'account_rdx12x0xfz2yumu2qsh6yt0v8xjfc7et04vpsz775kc3yd3xvle4w5d5k5'
},
[Network.DUMUNET]: {
id: RadixNetwork.Dumunet,
url: 'https://dumunet-gateway.radixdlt.com',
consoleDappAddress:
'account_tdx_25_168e8u653alt59xm8ple6khu6cgce9cfx9mlza6wxf7qs3wwdyt96gk',
dashboardDappAddress:
'account_tdx_25_168e8u653alt59xm8ple6khu6cgce9cfx9mlza6wxf7qs3wwdyt96gk'
}
} as const

Expand Down

0 comments on commit fa40488

Please sign in to comment.