Skip to content

Commit

Permalink
A0-4298: Fix redirection to contracts-ui in azero-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin-Radecki committed May 17, 2024
1 parent fbad413 commit 2b22a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-routing/src/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function needsApiCheck (api: ApiPromise): boolean {
}

export default function create (t: TFunction): Route {
let href = 'https://contracts-ui.substrate.io/';
let href = 'https://ui.use.ink/';
const websocket = settings.get().apiUrl;

if (websocket.length > 0) {
Expand Down

0 comments on commit 2b22a85

Please sign in to comment.