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 11.3.0 to 11.4.0-nightly.0

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

6

CHANGELOG.md
# @ledgerhq/cryptoassets
## 11.4.0-nightly.0
### Minor Changes
- [#5722](https://github.com/LedgerHQ/ledger-live/pull/5722) [`2358e87`](https://github.com/LedgerHQ/ledger-live/commit/2358e8748d9ae9398cfc05a0ec20a6b191fc7324) Thanks [@chabroA](https://github.com/chabroA)! - Add Ethereum Sepolia and Holesky
## 11.3.0

@@ -4,0 +10,0 @@

2

lib-es/abandonseed.js

@@ -54,2 +54,4 @@ import invariant from "invariant";

ethereum_goerli: EVM_DEAD_ADDRESS,
ethereum_sepolia: EVM_DEAD_ADDRESS,
ethereum_holesky: EVM_DEAD_ADDRESS,
hedera: "0.0.163372",

@@ -56,0 +58,0 @@ cardano_testnet: "addr1qykrup76qz622wxgmqtuumr6mn3vvkqc4jgxj6ytqudchccayfawlf9hwv2fzuygt2km5v92kvf8e3s3mk7ynxw77cwq80z2rm",

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

421613: (string | number | boolean | null)[][];
11155111: (string | number | boolean | null)[][];
245022934: (string | number | boolean | null)[][];

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

421613: string;
11155111: string;
245022934: string;

@@ -89,2 +91,3 @@ };

421613: (string | number | boolean | null)[][];
11155111: (string | number | boolean | null)[][];
245022934: (string | number | boolean | null)[][];

@@ -119,2 +122,3 @@ };

421613: string;
11155111: string;
245022934: string;

@@ -121,0 +125,0 @@ };

@@ -27,2 +27,3 @@ import ethereum_tokens from "./1/erc20.json";

import arbitrum_goerli_tokens from "./421613/erc20.json";
import ethereum_sepolia_tokens from "./11155111/erc20.json";
import neon_evm_tokens from "./245022934/erc20.json";

@@ -55,2 +56,3 @@ import ethereum_signatures from "./1/erc20-signatures.json";

import arbitrum_goerli_signatures from "./421613/erc20-signatures.json";
import ethereum_sepolia_signatures from "./11155111/erc20-signatures.json";
import neon_evm_signatures from "./245022934/erc20-signatures.json";

@@ -84,2 +86,3 @@ export const tokens = {

421613: arbitrum_goerli_tokens,
11155111: ethereum_sepolia_tokens,
245022934: neon_evm_tokens,

@@ -114,2 +117,3 @@ };

421613: arbitrum_goerli_signatures,
11155111: ethereum_sepolia_signatures,
245022934: neon_evm_signatures,

@@ -116,0 +120,0 @@ };

@@ -60,2 +60,4 @@ "use strict";

ethereum_goerli: EVM_DEAD_ADDRESS,
ethereum_sepolia: EVM_DEAD_ADDRESS,
ethereum_holesky: EVM_DEAD_ADDRESS,
hedera: "0.0.163372",

@@ -62,0 +64,0 @@ cardano_testnet: "addr1qykrup76qz622wxgmqtuumr6mn3vvkqc4jgxj6ytqudchccayfawlf9hwv2fzuygt2km5v92kvf8e3s3mk7ynxw77cwq80z2rm",

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

421613: (string | number | boolean | null)[][];
11155111: (string | number | boolean | null)[][];
245022934: (string | number | boolean | null)[][];

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

421613: string;
11155111: string;
245022934: string;

@@ -89,2 +91,3 @@ };

421613: (string | number | boolean | null)[][];
11155111: (string | number | boolean | null)[][];
245022934: (string | number | boolean | null)[][];

@@ -119,2 +122,3 @@ };

421613: string;
11155111: string;
245022934: string;

@@ -121,0 +125,0 @@ };

12

lib/data/evm/index.js

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

const erc20_json_26 = __importDefault(require("./421613/erc20.json"));
const erc20_json_27 = __importDefault(require("./245022934/erc20.json"));
const erc20_json_27 = __importDefault(require("./11155111/erc20.json"));
const erc20_json_28 = __importDefault(require("./245022934/erc20.json"));
const erc20_signatures_json_1 = __importDefault(require("./1/erc20-signatures.json"));

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

const erc20_signatures_json_26 = __importDefault(require("./421613/erc20-signatures.json"));
const erc20_signatures_json_27 = __importDefault(require("./245022934/erc20-signatures.json"));
const erc20_signatures_json_27 = __importDefault(require("./11155111/erc20-signatures.json"));
const erc20_signatures_json_28 = __importDefault(require("./245022934/erc20-signatures.json"));
exports.tokens = {

@@ -90,3 +92,4 @@ 1: erc20_json_1.default,

421613: erc20_json_26.default,
245022934: erc20_json_27.default,
11155111: erc20_json_27.default,
245022934: erc20_json_28.default,
};

@@ -120,3 +123,4 @@ exports.signatures = {

421613: erc20_signatures_json_26.default,
245022934: erc20_signatures_json_27.default,
11155111: erc20_signatures_json_27.default,
245022934: erc20_signatures_json_28.default,
};

@@ -123,0 +127,0 @@ exports.default = {

{
"name": "@ledgerhq/cryptoassets",
"version": "11.3.0",
"version": "11.4.0-nightly.0",
"description": "Ledger crypto-assets list",

@@ -37,3 +37,3 @@ "keywords": [

"ts-node": "^10.7.0",
"@ledgerhq/types-cryptoassets": "^7.8.0"
"@ledgerhq/types-cryptoassets": "^7.9.0-nightly.0"
},

@@ -40,0 +40,0 @@ "typesVersions": {

@@ -57,2 +57,4 @@ import invariant from "invariant";

ethereum_goerli: EVM_DEAD_ADDRESS,
ethereum_sepolia: EVM_DEAD_ADDRESS,
ethereum_holesky: EVM_DEAD_ADDRESS,
hedera: "0.0.163372",

@@ -59,0 +61,0 @@ cardano_testnet:

@@ -27,2 +27,3 @@ import ethereum_tokens from "./1/erc20.json";

import arbitrum_goerli_tokens from "./421613/erc20.json";
import ethereum_sepolia_tokens from "./11155111/erc20.json";
import neon_evm_tokens from "./245022934/erc20.json";

@@ -56,2 +57,3 @@

import arbitrum_goerli_signatures from "./421613/erc20-signatures.json";
import ethereum_sepolia_signatures from "./11155111/erc20-signatures.json";
import neon_evm_signatures from "./245022934/erc20-signatures.json";

@@ -86,2 +88,3 @@

421613: arbitrum_goerli_tokens,
11155111: ethereum_sepolia_tokens,
245022934: neon_evm_tokens,

@@ -117,2 +120,3 @@ };

421613: arbitrum_goerli_signatures,
11155111: ethereum_sepolia_signatures,
245022934: neon_evm_signatures,

@@ -119,0 +123,0 @@ };

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 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 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