Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Add Kabuto as an explorer view for Hedera (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehcode authored Dec 17, 2021
1 parent 5455117 commit 8c85056
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,12 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
magnitude: 8,
},
],
explorerViews: [],
explorerViews: [
{
tx: "https://v2.explorer.kabuto.sh/transaction/$hash",
address: "https://v2.explorer.kabuto.sh/id/$address",
}
],
},
hpb: {
type: "CryptoCurrency",
Expand Down

0 comments on commit 8c85056

Please sign in to comment.