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

Commit

Permalink
Add Songbird (SGB) (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
RareData authored Sep 16, 2021
1 parent ba74cb5 commit 9efcb86
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1936,6 +1936,30 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
},
],
},
songbird: {
type: "CryptoCurrency",
id: "songbird",
coinType: 60,
name: "Songbird",
managerAppName: "Songbird",
ticker: "SGB",
scheme: "songbird",
color: "#000000",
family: "ethereum",
ethereumLikeInfo: {
baseChain: "mainnet",
chainId: 19,
networkId: 19,
hardfork: "berlin",
},
units: ethereumUnits("SGB", "SGB"),
explorerViews: [
{
tx: "https://songbird-explorer.flare.network/tx/$hash/internal-transactions",
address: "https://songbird-explorer.flare.network/address/$address/transactions",
},
],
},
nem: {
type: "CryptoCurrency",
id: "nem",
Expand Down

0 comments on commit 9efcb86

Please sign in to comment.