Skip to content

Commit c880d93

Browse files
authored
Merge pull request #336 from docknetwork/update-cheqd-domain
Update cheqd testnet domain
2 parents 445c398 + b5ec92a commit c880d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wasm/src/modules/network-manager.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const SUBSTRATE_NETWORKS : Record<NetworkId, NetworkInfo> = {
2121
name: 'Dock PoS Testnet',
2222
substrateUrl: 'wss://knox-1.dock.io',
2323
addressPrefix: 21,
24-
cheqdApiUrl: 'https://cheqd-testnet.docknode.io/',
24+
cheqdApiUrl: 'https://testnet.cheqd.docknode.io/',
2525
},
2626
local: {
2727
name: 'Local Node',

0 commit comments

Comments
 (0)