We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b5caf commit 07a0bc4Copy full SHA for 07a0bc4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/constants-v2",
3
- "version": "1.0.13",
+ "version": "1.0.14",
4
"description": "Export commonly re-used values for Across repositories",
5
"repository": "https://github.com/across-protocol/constants-v2.git",
6
"author": "[email protected]",
src/tokens.ts
@@ -168,6 +168,7 @@ export const TOKEN_SYMBOLS_MAP = {
168
[CHAIN_IDs.BOBA]: "0x5DE1677344D3Cb0D7D465c10b72A8f60699C062d",
169
[CHAIN_IDs.ARBITRUM]: "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9",
170
[CHAIN_IDs.ZK_SYNC]: "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C",
171
+ [CHAIN_IDs.LINEA]: "0xA219439258ca9da29E9Cc4cE5596924745e12B93"
172
},
173
174
WBTC: {
0 commit comments