Skip to content

Commit

Permalink
Add sepolia tokens from CAL
Browse files Browse the repository at this point in the history
  • Loading branch information
chabroA committed Dec 12, 2023
1 parent 65ec81e commit 8446b3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"AAAAaAR0WVNT2j95LsH/IHLs6pdXsGW3YzepsMwAAAASAKo2pzBFAiEAq55l+Lneo7pNbJozL6l8ahx4161jPaH8BzXLbJ4pVqwCIEluKPTymXAwz/kNjn7nc2ZwAckIfsmT6dGx2tNTQRFY"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[["ethereum_sepolia","yasstoken","tYSS",18,"YassToken","3045022100ab9e65f8b9dea3ba4d6c9a332fa97c6a1c78d7ad633da1fc0735cb6c9e2956ac0220496e28f4f2997030cff90d8e7ee773667001c9087ec993e9d1b1dad353411158","0xDA3f792Ec1fF2072ECeA9757B065b76337a9b0CC",false,false,null]]
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import tokens from "./erc20.json";
import signatures from "./erc20-signatures.json";

export default { tokens, signatures };
4 changes: 4 additions & 0 deletions libs/ledgerjs/packages/cryptoassets/src/data/evm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import arbitrum_tokens from "./42161/erc20.json";
import avalanche_c_chain_tokens from "./43114/erc20.json";
import base_goerli_tokens from "./84531/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";

import ethereum_signatures from "./1/erc20-signatures.json";
Expand Down Expand Up @@ -52,6 +53,7 @@ import arbitrum_signatures from "./42161/erc20-signatures.json";
import avalanche_c_chain_signatures from "./43114/erc20-signatures.json";
import base_goerli_signatures from "./84531/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";

export const tokens = {
Expand Down Expand Up @@ -81,6 +83,7 @@ export const tokens = {
43114: avalanche_c_chain_tokens,
84531: base_goerli_tokens,
421613: arbitrum_goerli_tokens,
11155111: ethereum_sepolia_tokens,
245022934: neon_evm_tokens,
};

Expand Down Expand Up @@ -111,6 +114,7 @@ export const signatures = {
43114: avalanche_c_chain_signatures,
84531: base_goerli_signatures,
421613: arbitrum_goerli_signatures,
11155111: ethereum_sepolia_signatures,
245022934: neon_evm_signatures,
};

Expand Down

0 comments on commit 8446b3a

Please sign in to comment.