Skip to content

Commit

Permalink
new integration (#2111)
Browse files Browse the repository at this point in the history
* linea testnet

* linea testnet

* linea

* linea

* linea

* linea

* linea
  • Loading branch information
aelmanaa authored Oct 8, 2024
1 parent cb1ad68 commit 89fbf2d
Show file tree
Hide file tree
Showing 17 changed files with 2,450 additions and 2,241 deletions.
11 changes: 11 additions & 0 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"category": "integration",
"changes": [],
"date": "2024-10-08",
"description": "Chainlink CCIP is publicly available on Linea mainnet and testnet.\n\n- Visit the [Supported Networks](https://docs.chain.link/ccip/supported-networks) page for more information.",
"relatedNetworks": ["linea"],
"relatedTokens": [],
"title": "CCIP on Linea",
"topic": "ccip",
"urls": []
},
{
"category": "release",
"changes": [],
Expand Down
1 change: 1 addition & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const productChainLinks: ProductChainLinks = {
mode: "/ccip/supported-networks/v1_2_0/mainnet#mode-mainnet",
metis: "/ccip/supported-networks/v1_2_0/mainnet#metis-mainnet",
zksync: "/ccip/supported-networks/v1_2_0/mainnet#zksync-mainnet",
linea: "/ccip/supported-networks/v1_2_0/mainnet#linea-mainnet",
},
},
"Data Feeds": {
Expand Down
12 changes: 12 additions & 0 deletions src/config/data/ccip/v1_2_0/mainnet/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,17 @@
"version": "1.0.0"
},
"feeTokens": ["LINK", "WETH"]
},
"ethereum-mainnet-linea-1": {
"chainSelector": "4627098889531055414",
"router": {
"address": "0x549FEB73F2348F6cD99b9fc8c69252034897f06C",
"version": "1.2.0"
},
"armProxy": {
"address": "0x1F8fbCf559f08FE7c4076f0d68DB861e1E27f95b",
"version": "1.0.0"
},
"feeTokens": ["LINK", "WETH"]
}
}
Loading

0 comments on commit 89fbf2d

Please sign in to comment.