Skip to content

Commit

Permalink
#646 - update algoexplorer references
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Scatularo committed Jan 26, 2024
1 parent 52c54a6 commit dcb5bca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ShowTx.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function ShowTx({
: chainId === CHAIN_ID_ALGORAND
? `https://${
CLUSTER === "testnet" ? "testnet." : ""
}algoexplorer.io/tx/${tx?.id}`
}explorer.perawallet.app/tx/${tx?.id}`
: chainId === CHAIN_ID_NEAR
? `https://explorer.${
CLUSTER === "testnet" ? "testnet." : ""
Expand Down
2 changes: 1 addition & 1 deletion src/components/SmartAddress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default function SmartAddress({
: "phoenix-1"
}/address/${useableAddress}`
: chainId === CHAIN_ID_ALGORAND
? `https://${CLUSTER === "testnet" ? "testnet." : ""}algoexplorer.io/${
? `https://${CLUSTER === "testnet" ? "testnet." : ""}explorer.perawallet.app/${
isAsset ? "asset" : "address"
}/${useableAddress}`
: chainId === CHAIN_ID_NEAR
Expand Down
2 changes: 1 addition & 1 deletion src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ export const getExplorerName = (chainId: ChainId) =>
: chainId === CHAIN_ID_AVAX
? "Snowtrace"
: chainId === CHAIN_ID_ALGORAND
? "AlgoExplorer"
? "Pera Explorer"
: chainId === CHAIN_ID_FANTOM
? "FTMScan"
: chainId === CHAIN_ID_KLAYTN
Expand Down

0 comments on commit dcb5bca

Please sign in to comment.