Skip to content

Commit

Permalink
feat: add pendulum ledger support (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKheops authored Oct 10, 2023
1 parent 2d7dff3 commit 594aa93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/extension/src/ui/hooks/ledger/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ export const ledgerNetworks = [
genesisHash: "0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
label: "Aleph Zero",
},
{
name: "pendulum",
genesisHash: "0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86",
label: "Pendulum",
},
]

export type LedgerStatus = "ready" | "warning" | "error" | "connecting" | "unknown"
Expand Down

0 comments on commit 594aa93

Please sign in to comment.