Skip to content

Commit

Permalink
Add Xahau & XRPL explorers
Browse files Browse the repository at this point in the history
  • Loading branch information
WietseWind committed Apr 19, 2024
1 parent fb9ca8f commit c70f9d9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libs/ledgerjs/packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,14 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
tx: "https://bithomp.com/explorer/$hash",
address: "https://bithomp.com/explorer/$address",
},
{
tx: "https://xrpscan.com/tx/$hash",
address: "https://xrpscan.com/account/$address",
},
{
tx: "https://xrplwin.com/tx/$hash",
address: "https://xrplwin.com/account/$address",
},
],
keywords: ["xrp", "ripple"],
},
Expand Down Expand Up @@ -2417,6 +2425,14 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
tx: "https://xahauexplorer.com/explorer/$hash",
address: "https://xahauexplorer.com/explorer/$address",
},
{
tx: "https://xahau.xrplwin.com/tx/$hash",
address: "https://xahau.xrplwin.com/account/$address",
},
{
tx: "https://xahscan.com/tx/$hash",
address: "https://xahscan.com/account/$address",
},
],
keywords: ["xah", "xahau"],
},
Expand Down

0 comments on commit c70f9d9

Please sign in to comment.