Skip to content

Commit

Permalink
fix/AELF_25153514: Transaction history is not showing for sidechain t…
Browse files Browse the repository at this point in the history
…est network
  • Loading branch information
Faizal-aelf committed Dec 5, 2023
1 parent 39e9f1a commit f0485c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const explorerUrlState = selector({
} else {
if (chain === "AELF") return `https://explorer-test.aelf.io`;

return `https://explorer-test-side02.aelf.io/`;
return `https://explorer-test-side02.aelf.io`;
}
},
});
Expand Down

0 comments on commit f0485c4

Please sign in to comment.