Skip to content

Commit

Permalink
feat: Add Lisk token (#49)
Browse files Browse the repository at this point in the history
The LSK token will also be supported for Lisk.
  • Loading branch information
pxrl authored Jun 25, 2024
1 parent f75c321 commit 119de7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@across-protocol/constants",
"version": "3.1.0",
"version": "3.1.1",
"description": "Export commonly re-used values for Across repositories",
"repository": "https://github.com/across-protocol/constants.git",
"author": "[email protected]",
Expand Down
9 changes: 9 additions & 0 deletions src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ export const TOKEN_SYMBOLS_MAP = {
[CHAIN_IDs.ZK_SYNC]: "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91"
},
},
LSK: {
name: "Lisk",
symbol: "LSK",
decimals: 18,
addresses: {
[CHAIN_IDs.LISK]: "0xac485391EB2d7D88253a7F1eF18C37f4242D1A24",
[CHAIN_IDs.MAINNET]: "0x6033F7f88332B8db6ad452B7C6D5bB643990aE3f"
},
},
MATIC: {
name: "Matic",
symbol: "MATIC",
Expand Down

0 comments on commit 119de7a

Please sign in to comment.