Skip to content

Commit

Permalink
DCKM-257: better logs and error handler on balance fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
maycon-mello committed Oct 26, 2023
1 parent dab2b1b commit da5477f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/data-store/src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const DEFAULT_CONFIGS: DataStoreConfigs = {
id: 'mainnet',
credentialHostnames: ['creds.dock.io'],
configs: {
substrateUrl: 'https://mainnet-node.dock.io/h',
substrateUrl: 'wss://mainnet-node.dock.io',
addressPrefix: 22,
},
},
Expand All @@ -20,7 +20,7 @@ export const DEFAULT_CONFIGS: DataStoreConfigs = {
id: 'testnet',
credentialHostnames: ['creds-testnet.dock.io', 'creds-staging.dock.io'],
configs: {
substrateUrl: 'https://knox-1.dock.io/h',
substrateUrl: 'wss://knox-1.dock.io',
addressPrefix: 21,
},
},
Expand Down

0 comments on commit da5477f

Please sign in to comment.