Skip to content

Commit

Permalink
Merge pull request #15 from yongenaelf/fix/AELF_25153514
Browse files Browse the repository at this point in the history
fix/AELF_25153514: Transaction history is not showing for sidechain test network
  • Loading branch information
Faizal-aelf authored Dec 5, 2023
2 parents 39e9f1a + f0485c4 commit d846eeb
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 d846eeb

Please sign in to comment.