Skip to content

Commit 07a0bc4

Browse files
authored
feat: add usdt on linea token (#22)
Add USDT address on Linea
1 parent 23b5caf commit 07a0bc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants-v2",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": "https://github.com/across-protocol/constants-v2.git",
66
"author": "[email protected]",

src/tokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ export const TOKEN_SYMBOLS_MAP = {
168168
[CHAIN_IDs.BOBA]: "0x5DE1677344D3Cb0D7D465c10b72A8f60699C062d",
169169
[CHAIN_IDs.ARBITRUM]: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
170170
[CHAIN_IDs.ZK_SYNC]: "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C",
171+
[CHAIN_IDs.LINEA]: "0xA219439258ca9da29E9Cc4cE5596924745e12B93"
171172
},
172173
},
173174
WBTC: {

0 commit comments

Comments
 (0)