Skip to content

Commit

Permalink
fix: add zenrock mock
Browse files Browse the repository at this point in the history
  • Loading branch information
qperrot committed Dec 19, 2024
1 parent d94faf8 commit 0f314d5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions libs/ledger-live-common/src/currencies/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -536,4 +536,33 @@ export const CURRENCIES_LIST: CryptoCurrency[] = [
},
],
},
{
type: "CryptoCurrency",
id: "zenrock",
coinType: 118,
name: "Zenrock",
managerAppName: "Cosmos",
ticker: "ROCK",
scheme: "zenrock",
color: "#000000",
family: "cosmos",
units: [
{
name: "Zenrock",
code: "ROCK",
magnitude: 6,
},
{
name: "Micro-Zenrock",
code: "urock",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://explorer.diamond.zenrocklabs.io/transactions/$hash",
address: "https://explorer.diamond.zenrocklabs.io/validators/$address",
},
],
},
];

0 comments on commit 0f314d5

Please sign in to comment.