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

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gre committed Sep 16, 2021
1 parent 38f5f82 commit 0d93184
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1955,8 +1955,10 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
units: ethereumUnits("SGB", "SGB"),
explorerViews: [
{
tx: "https://songbird-explorer.flare.network/tx/$hash/internal-transactions",
address: "https://songbird-explorer.flare.network/address/$address/transactions",
tx:
"https://songbird-explorer.flare.network/tx/$hash/internal-transactions",
address:
"https://songbird-explorer.flare.network/address/$address/transactions",
},
],
},
Expand Down

0 comments on commit 0d93184

Please sign in to comment.