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

Commit

Permalink
added moonriver
Browse files Browse the repository at this point in the history
  • Loading branch information
albertov19 committed Nov 24, 2021
1 parent 8235c8c commit 2162e44
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,35 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
},
],
},
moonriver: {
type: "CryptoCurrency",
id: "moonriver",
coinType: 60,
name: "Moonriver",
managerAppName: "Moonriver",
ticker: "MOVR",
scheme: "moonriver",
color: "#F2A007",
family: "ethereum",
units: [
{
name: "MOVR",
code: "MOVR",
magnitude: 18,
},
],
ethereumLikeInfo: {
chainId: 1285,
},
explorerViews: [
{
tx: "https://moonriver.moonscan.io/tx/$hash",
address: "https://moonriver.moonscan.io/address/$address",
token:
"https://moonriver.moonscan.io/token/$contractAddress?a=$address",
},
],
},
musicoin: {
type: "CryptoCurrency",
id: "musicoin",
Expand Down

0 comments on commit 2162e44

Please sign in to comment.