Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@ledgerhq/cryptoassets

Package Overview
Dependencies
Maintainers
20
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ledgerhq/cryptoassets - npm Package Compare versions

Comparing version 9.5.0 to 9.6.0-next.0

lib-es/data/evm/30/erc20-signatures.json

8

CHANGELOG.md
# @ledgerhq/cryptoassets
## 9.6.0-next.0
### Minor Changes
- [#3410](https://github.com/LedgerHQ/ledger-live/pull/3410) [`817a8dd811`](https://github.com/LedgerHQ/ledger-live/commit/817a8dd8112ff7c4640852ab4e47ea0436df2ec1) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - update CAL
- [#3458](https://github.com/LedgerHQ/ledger-live/pull/3458) [`7cf49e1919`](https://github.com/LedgerHQ/ledger-live/commit/7cf49e1919466836e9025693ed07b18ebf99041a) Thanks [@adrienlacombe-ledger](https://github.com/adrienlacombe-ledger)! - add Cardano CLAY token
## 9.5.0

@@ -4,0 +12,0 @@

@@ -1011,3 +1011,13 @@ [

true
],
[
"cardano",
"38ad9dc3aec6a2f38e220142b9aa6ade63ebe71f65e7cc2b7d8a8535",
"434c4159",
"CLAY",
"CLAY",
4,
false,
false
]
]

4

lib-es/data/evm/index.d.ts

@@ -17,2 +17,3 @@ export declare const tokens: {

137: (string | number | boolean | null)[][];
30: (string | number | boolean | null)[][];
19: never[];

@@ -36,2 +37,3 @@ };

137: string;
30: string;
19: string;

@@ -56,2 +58,3 @@ };

137: (string | number | boolean | null)[][];
30: (string | number | boolean | null)[][];
19: never[];

@@ -75,2 +78,3 @@ };

137: string;
30: string;
19: string;

@@ -77,0 +81,0 @@ };

@@ -16,2 +16,3 @@ import arbitrum_tokens from "./42161/erc20.json";

import polygon_tokens from "./137/erc20.json";
import rootstock_tokens from "./30/erc20.json";
import songbird_tokens from "./19/erc20.json";

@@ -33,2 +34,3 @@ import arbitrum_signatures from "./42161/erc20-signatures.json";

import polygon_signatures from "./137/erc20-signatures.json";
import rootstock_signatures from "./30/erc20-signatures.json";
import songbird_signatures from "./19/erc20-signatures.json";

@@ -51,2 +53,3 @@ export const tokens = {

137: polygon_tokens,
30: rootstock_tokens,
19: songbird_tokens,

@@ -70,2 +73,3 @@ };

137: polygon_signatures,
30: rootstock_signatures,
19: songbird_signatures,

@@ -72,0 +76,0 @@ };

@@ -32,2 +32,3 @@ const exchanges = [

["ripple", "035852500358525000", "30450221008fb0ff1f9479b67c5ed560c49d70f4b41c946fb87c4c9f8364a207f5dc2f2d190220561b5e4483667d9196fa5624c2ba7a7364a40a6ee91dcd9675941222bf861161"],
["rootstock", "045242544309526f6f7473746f636b06045242544312", "3045022100df25ac8d89a8d44f8d1bf9593a88d73b3fa03b8507a38cf68834c63083a1a692022044314e87d09993556961961a210ef5aaed9fe4e5ecf579bd415264158c10574b"],
["solana", "03534f4c06536f6c616e6100", "304402200b9d73926ef49cf6e3f775d4685cc1db7db95866d04b26bd384ae4f6185932ba0220574ec6e7a38d5fa827b541003947dda7ef51f721f162ed9d2bfe87b7457fdcf9"],

@@ -34,0 +35,0 @@ ["solana_devnet", "0474534f4c0d536f6c616e61204465766e657400", "304402201fd15de58ed9e160d4aaa3deaa4688eae86c2733bc120f2c6f17712408b5af63022054f779a9130fccfcf30b2a28bc0ac9be505735c7cac68511127c6f19bd510a26"],

@@ -1011,3 +1011,13 @@ [

true
],
[
"cardano",
"38ad9dc3aec6a2f38e220142b9aa6ade63ebe71f65e7cc2b7d8a8535",
"434c4159",
"CLAY",
"CLAY",
4,
false,
false
]
]

@@ -17,2 +17,3 @@ export declare const tokens: {

137: (string | number | boolean | null)[][];
30: (string | number | boolean | null)[][];
19: never[];

@@ -36,2 +37,3 @@ };

137: string;
30: string;
19: string;

@@ -56,2 +58,3 @@ };

137: (string | number | boolean | null)[][];
30: (string | number | boolean | null)[][];
19: never[];

@@ -75,2 +78,3 @@ };

137: string;
30: string;
19: string;

@@ -77,0 +81,0 @@ };

12

lib/data/evm/index.js

@@ -22,3 +22,4 @@ "use strict";

const erc20_json_15 = __importDefault(require("./137/erc20.json"));
const erc20_json_16 = __importDefault(require("./19/erc20.json"));
const erc20_json_16 = __importDefault(require("./30/erc20.json"));
const erc20_json_17 = __importDefault(require("./19/erc20.json"));
const erc20_signatures_json_1 = __importDefault(require("./42161/erc20-signatures.json"));

@@ -39,3 +40,4 @@ const erc20_signatures_json_2 = __importDefault(require("./421613/erc20-signatures.json"));

const erc20_signatures_json_15 = __importDefault(require("./137/erc20-signatures.json"));
const erc20_signatures_json_16 = __importDefault(require("./19/erc20-signatures.json"));
const erc20_signatures_json_16 = __importDefault(require("./30/erc20-signatures.json"));
const erc20_signatures_json_17 = __importDefault(require("./19/erc20-signatures.json"));
exports.tokens = {

@@ -57,3 +59,4 @@ 42161: erc20_json_1.default,

137: erc20_json_15.default,
19: erc20_json_16.default,
30: erc20_json_16.default,
19: erc20_json_17.default,
};

@@ -76,3 +79,4 @@ exports.signatures = {

137: erc20_signatures_json_15.default,
19: erc20_signatures_json_16.default,
30: erc20_signatures_json_16.default,
19: erc20_signatures_json_17.default,
};

@@ -79,0 +83,0 @@ exports.default = {

@@ -34,2 +34,3 @@ "use strict";

["ripple", "035852500358525000", "30450221008fb0ff1f9479b67c5ed560c49d70f4b41c946fb87c4c9f8364a207f5dc2f2d190220561b5e4483667d9196fa5624c2ba7a7364a40a6ee91dcd9675941222bf861161"],
["rootstock", "045242544309526f6f7473746f636b06045242544312", "3045022100df25ac8d89a8d44f8d1bf9593a88d73b3fa03b8507a38cf68834c63083a1a692022044314e87d09993556961961a210ef5aaed9fe4e5ecf579bd415264158c10574b"],
["solana", "03534f4c06536f6c616e6100", "304402200b9d73926ef49cf6e3f775d4685cc1db7db95866d04b26bd384ae4f6185932ba0220574ec6e7a38d5fa827b541003947dda7ef51f721f162ed9d2bfe87b7457fdcf9"],

@@ -36,0 +37,0 @@ ["solana_devnet", "0474534f4c0d536f6c616e61204465766e657400", "304402201fd15de58ed9e160d4aaa3deaa4688eae86c2733bc120f2c6f17712408b5af63022054f779a9130fccfcf30b2a28bc0ac9be505735c7cac68511127c6f19bd510a26"],

{
"name": "@ledgerhq/cryptoassets",
"version": "9.5.0",
"version": "9.6.0-next.0",
"description": "Ledger crypto-assets list",

@@ -5,0 +5,0 @@ "keywords": [

@@ -1011,3 +1011,13 @@ [

true
],
[
"cardano",
"38ad9dc3aec6a2f38e220142b9aa6ade63ebe71f65e7cc2b7d8a8535",
"434c4159",
"CLAY",
"CLAY",
4,
false,
false
]
]

@@ -16,2 +16,3 @@ import arbitrum_tokens from "./42161/erc20.json";

import polygon_tokens from "./137/erc20.json";
import rootstock_tokens from "./30/erc20.json";
import songbird_tokens from "./19/erc20.json";

@@ -33,2 +34,3 @@ import arbitrum_signatures from "./42161/erc20-signatures.json";

import polygon_signatures from "./137/erc20-signatures.json";
import rootstock_signatures from "./30/erc20-signatures.json";
import songbird_signatures from "./19/erc20-signatures.json";

@@ -52,2 +54,3 @@

137: polygon_tokens,
30: rootstock_tokens,
19: songbird_tokens,

@@ -72,2 +75,3 @@ };

137: polygon_signatures,
30: rootstock_signatures,
19: songbird_signatures,

@@ -74,0 +78,0 @@ };

@@ -33,2 +33,3 @@ export type Exchange = [string, string, string];

["ripple","035852500358525000","30450221008fb0ff1f9479b67c5ed560c49d70f4b41c946fb87c4c9f8364a207f5dc2f2d190220561b5e4483667d9196fa5624c2ba7a7364a40a6ee91dcd9675941222bf861161"],
["rootstock","045242544309526f6f7473746f636b06045242544312","3045022100df25ac8d89a8d44f8d1bf9593a88d73b3fa03b8507a38cf68834c63083a1a692022044314e87d09993556961961a210ef5aaed9fe4e5ecf579bd415264158c10574b"],
["solana","03534f4c06536f6c616e6100","304402200b9d73926ef49cf6e3f775d4685cc1db7db95866d04b26bd384ae4f6185932ba0220574ec6e7a38d5fa827b541003947dda7ef51f721f162ed9d2bfe87b7457fdcf9"],

@@ -35,0 +36,0 @@ ["solana_devnet","0474534f4c0d536f6c616e61204465766e657400","304402201fd15de58ed9e160d4aaa3deaa4688eae86c2733bc120f2c6f17712408b5af63022054f779a9130fccfcf30b2a28bc0ac9be505735c7cac68511127c6f19bd510a26"],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc