Skip to content

Commit

Permalink
Update zeko explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
matejos committed Jan 16, 2024
1 parent b14038b commit c7580aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const auroLink = "https://www.aurowallet.com/";
export const minaExplorerUrl = "https://minaexplorer.com";
export const zekoExplorerUrl = "https://zekoexplorer.com";
export const zekoExplorerUrl = "https://evm-explorer-zeko-dev.dcspark.io/";
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export const getMinaExplorerTxUrl = (hash: string) => {
};

export const getZekoExplorerTxUrl = (hash: string) => {
return `${zekoExplorerUrl}/transaction/${hash}`;
return `${zekoExplorerUrl}/tx/${hash}`;
};

0 comments on commit c7580aa

Please sign in to comment.