Skip to content

Commit

Permalink
Merge pull request #497 from EdgeApp/william/hedera-explorer
Browse files Browse the repository at this point in the history
Update the Hedera block explorer
  • Loading branch information
peachbits authored Jan 20, 2023
2 parents f467ea6 + 4a22a0b commit eeb4790
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/hedera/hederaInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ const currencyInfo: EdgeCurrencyInfo = {

memoMaxLength: 100,

addressExplorer: `https://explorer.kabuto.sh/mainnet/id/%s`,
transactionExplorer: `https://explorer.kabuto.sh/mainnet/transaction/%s`,
addressExplorer: 'https://hederaexplorer.io/search-details/account/%s',
transactionExplorer:
'https://hederaexplorer.io/search-details/transaction/%s',

denominations: [
// An array of Objects of the possible denominations for this currency
Expand Down

0 comments on commit eeb4790

Please sign in to comment.