Skip to content

Commit

Permalink
Merge pull request #2512 from planetarium/hotfix/2.7.7
Browse files Browse the repository at this point in the history
backmerge Hotfix/2.7.7 to dev
  • Loading branch information
Akamig authored Dec 13, 2024
2 parents ab2d3af + 6193d3b commit 3189e98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/transfer/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ export const handleDetailView = (txId: string) => {
else if (planet === "0x000000000002")
shell.openExternal(`https://idun.9cscan.com/tx/${txId}`);
else if (planet === "0x100000000002")
shell.openExternal(`https://thor-internal.9cscan.com/tx/${txId}`);
else if (planet === "0x000000000003")
shell.openExternal(`https://thor.9cscan.com/tx/${txId}`);
else if (planet === "0x100000000003")
shell.openExternal(`https://idun-internal.9cscan.com/tx/${txId}`);
else
shell.openExternal(
Expand Down

0 comments on commit 3189e98

Please sign in to comment.