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

Commit

Permalink
Adding Internet Computer (icp) support (#707)
Browse files Browse the repository at this point in the history
* icp support

* adding explorer views
  • Loading branch information
jleni authored Dec 13, 2021
1 parent 9c37601 commit 6add801
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 @@ -1309,6 +1309,30 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
],
explorerViews: [],
},
icp: {
type: "CryptoCurrency",
id: "icp",
coinType: 223,
family: "icp",
ticker: "ICP",
scheme: "icp",
color: "#000",
managerAppName: "InternetComputer",
name: "Internet Computer (ICP)",
units: [
{
name: "ICP",
code: "ICP",
magnitude: 8,
},
],
explorerViews: [
{
address: "https://dashboard.internetcomputer.org/account/$address",
tx: "https://dashboard.internetcomputer.org/transaction/$hash",
},
],
},
iota: {
type: "CryptoCurrency",
id: "iota",
Expand Down

0 comments on commit 6add801

Please sign in to comment.