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

Commit

Permalink
solana update explorer address urls
Browse files Browse the repository at this point in the history
  • Loading branch information
konoart committed Mar 15, 2022
1 parent ae71cce commit 40584dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2298,11 +2298,11 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
],
explorerViews: [
{
address: "https://explorer.solana.com/",
address: "https://explorer.solana.com/address/$address",
tx: "https://explorer.solana.com/tx/$hash",
},
{
address: "https://solanabeach.io/",
address: "https://solanabeach.io/address/$address",
tx: "https://solanabeach.io/transaction/$hash",
},
],
Expand Down Expand Up @@ -3047,11 +3047,11 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
].map(makeTestnetUnit),
explorerViews: [
{
address: "https://explorer.solana.com/?cluster=testnet",
address: "https://explorer.solana.com/address/$address?cluster=testnet",
tx: "https://explorer.solana.com/tx/$hash?cluster=testnet",
},
{
address: "https://solanabeach.io/?cluster=testnet",
address: "https://solanabeach.io/address/$address?cluster=testnet",
tx: "https://solanabeach.io/transaction/$hash?cluster=testnet",
},
],
Expand Down Expand Up @@ -3081,11 +3081,11 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
].map(makeTestnetUnit),
explorerViews: [
{
address: "https://explorer.solana.com/?cluster=devnet",
address: "https://explorer.solana.com/address/$address?cluster=devnet",
tx: "https://explorer.solana.com/tx/$hash?cluster=devnet",
},
{
address: "https://solanabeach.io/?cluster=devnet",
address: "https://solanabeach.io/address/$address?cluster=devnet",
tx: "https://solanabeach.io/transaction/$hash?cluster=devnet",
},
],
Expand Down

0 comments on commit 40584dc

Please # to comment.