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

Commit

Permalink
Add Osmosis currency definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakim authored Apr 27, 2022
2 parents d02464c + ac5f602 commit e78aac4
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 @@ -2503,6 +2503,35 @@ const cryptocurrenciesById: Record<string, CryptoCurrency> = {
},
],
},
osmosis: {
type: "CryptoCurrency",
id: "osmo",
coinType: 118,
name: "Osmosis",
managerAppName: "Cosmos",
ticker: "OSMO",
scheme: "osmo",
color: "#493c9b",
family: "osmosis",
units: [
{
name: "Osmosis",
code: "OSMO",
magnitude: 6,
},
{
name: "Micro-OSMO",
code: "uosmo",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://www.mintscan.io/osmosis/txs/$hash",
address: "https://www.mintscan.io/osmosis/account/$address",
},
],
},
tezos: {
type: "CryptoCurrency",
id: "tezos",
Expand Down

0 comments on commit e78aac4

Please sign in to comment.