Skip to content

Commit

Permalink
remove code from ledgerjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Aug 22, 2024
1 parent f6f79fe commit 5f7707a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 37 deletions.
35 changes: 0 additions & 35 deletions libs/ledgerjs/packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2088,41 +2088,6 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
},
],
},
pivx: {
type: "CryptoCurrency",
id: "pivx",
coinType: CoinType.PIVX,
name: "PivX",
managerAppName: "PivX",
ticker: "PIVX",
scheme: "pivx",
color: "#46385d",
family: "bitcoin",
blockAvgTime: 150,
bitcoinLikeInfo: {
P2PKH: 30,
P2SH: 13,
XPUBVersion: 0x022d2533,
},
units: [
{
name: "pivx",
code: "PIVX",
magnitude: 8,
},
{
name: "satoshi",
code: "sat",
magnitude: 0,
},
],
explorerViews: [
{
tx: "https://chainz.cryptoid.info/pivx/tx.dws?$hash.htm",
address: "https://chainz.cryptoid.info/pivx/address.dws?$address.htm",
},
],
},
poa: {
type: "CryptoCurrency",
id: "poa",
Expand Down
1 change: 0 additions & 1 deletion libs/ledgerjs/packages/types-cryptoassets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export type CryptoCurrencyId =
| "particl"
| "persistence"
| "pirl"
| "pivx"
| "poa"
| "polkadot"
| "polygon"
Expand Down
1 change: 0 additions & 1 deletion libs/ledgerjs/packages/types-cryptoassets/src/slip44.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export enum CoinType {
ONTOLOGY = 1024,
PARTICL = 44,
PIRL = 164,
PIVX = 77,
POA = 178,
POLKADOT = 354,
POSWALLET = 47,
Expand Down

0 comments on commit 5f7707a

Please sign in to comment.