Skip to content

Commit 7571469

Browse files
authored
feat: Add Linea USDC CCTPV2 (#122)
Can this be merged safely?
1 parent a426db8 commit 7571469

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

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

src/networks.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
204204
nativeToken: "ETH",
205205
publicRPC: "https://rpc.linea.build",
206206
blockExplorer: "https://lineascan.build",
207-
cctpDomain: CCTP_NO_DOMAIN,
207+
cctpDomain: 11,
208208
oftEid: OFT_NO_EID,
209209
hypDomainId: MAINNET_CHAIN_IDs.LINEA,
210210
},

src/tokens.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ export const TOKEN_SYMBOLS_MAP = {
291291
[CHAIN_IDs.ARBITRUM_SEPOLIA]: "0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d",
292292
[CHAIN_IDs.BASE]: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
293293
[CHAIN_IDs.BASE_SEPOLIA]: "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
294+
[CHAIN_IDs.LINEA]: "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
294295
[CHAIN_IDs.LENS]: "0x88F08E304EC4f90D644Cec3Fb69b8aD414acf884",
295296
[CHAIN_IDs.MAINNET]: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
296297
[CHAIN_IDs.OPTIMISM]: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85",
@@ -314,7 +315,6 @@ export const TOKEN_SYMBOLS_MAP = {
314315
[CHAIN_IDs.ALEPH_ZERO]: "0x18d25B4e18165c97e1285212e5d1f80eDD6d3Aa7",
315316
[CHAIN_IDs.ARBITRUM]: "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8",
316317
[CHAIN_IDs.BOBA]: "0x66a2A913e447d6b4BF33EFbec43aAeF87890FBbc",
317-
[CHAIN_IDs.LINEA]: "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
318318
[CHAIN_IDs.LISK]: "0xF242275d3a6527d877f2c927a82D9b057609cc71",
319319
[CHAIN_IDs.MAINNET]: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
320320
[CHAIN_IDs.MODE]: "0xd988097fb8612cc24eeC14542bC03424c656005f",

0 commit comments

Comments
 (0)