Skip to content

Commit

Permalink
world chain ccip (#2273)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

* update

* world ccip

* world ccip

* world ccip

* world ccip

* world ccip

* world ccip
  • Loading branch information
aelmanaa authored Jan 23, 2025
1 parent e9fe460 commit abad9de
Show file tree
Hide file tree
Showing 22 changed files with 939 additions and 18 deletions.
18 changes: 18 additions & 0 deletions public/assets/chains/bitlayer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions public/assets/chains/corn.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/chains/hashkey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/assets/chains/ink.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions public/assets/chains/worldchain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions public/assets/chains/xlayer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 19 additions & 8 deletions public/changelog.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[
{
"category": "release",
"category": "integration",
"changes": [],
"date": "2025-01-02",
"description": "Chainlink Node v2.19.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.19.0) for details.",
"relatedNetworks": [],
"date": "2025-01-23",
"description": "Chainlink CCIP is publicly available on World Chain. Check the [mainnet CCIP Directory](https://docs.chain.link/ccip/directory/mainnet/chain/ethereum-mainnet-worldchain-1) and [testnet CCIP Directory](https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-sepolia-worldchain-1) for more information.",
"relatedNetworks": ["worldchain"],
"relatedTokens": [],
"subTopic": "nodes",
"title": "Chainlink Node v2.19.0",
"topic": "general",
"urls": []
"title": "CCIP on World Chain",
"topic": "ccip",
"url": []
},
{
"category": "integration",
Expand Down Expand Up @@ -91,6 +90,18 @@
"subTopic": "data-feeds",
"urls": []
},
{
"category": "release",
"changes": [],
"date": "2025-01-02",
"description": "Chainlink Node v2.19.0 is now available. See the [Release Notes](https://github.com/smartcontractkit/chainlink/releases/tag/v2.19.0) for details.",
"relatedNetworks": [],
"relatedTokens": [],
"subTopic": "nodes",
"title": "Chainlink Node v2.19.0",
"topic": "general",
"urls": []
},
{
"category": "integration",
"changes": [],
Expand Down
3 changes: 3 additions & 0 deletions src/components/QuickLinks/data/productChainLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const productChainLinks: ProductChainLinks = {
shibarium: "/ccip/directory/mainnet/chain/shibarium-mainnet",
sonic: "/ccip/directory/mainnet/chain/sonic-mainnet",
bob: "/ccip/directory/mainnet/chain/bitcoin-mainnet-bob-1",
worldchain: "/ccip/directory/mainnet/chain/ethereum-mainnet-worldchain-1",
},
},
"Data Feeds": {
Expand Down Expand Up @@ -168,6 +169,7 @@ export const productChainLinks: ProductChainLinks = {
shibarium: "/resources/link-token-contracts#shibarium",
sonic: "/resources/link-token-contracts#sonic",
bob: "/resources/link-token-contracts#bob",
worldchain: "/resources/link-token-contracts#world",
},
}

Expand Down Expand Up @@ -207,4 +209,5 @@ export const chainNames: Record<string, string> = {
bsquared: "B²",
shibarium: "Shibarium",
bob: "Bob",
worldchain: "World",
}
20 changes: 20 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 @@ -299,6 +299,26 @@
"version": "1.5.0"
}
},
"ethereum-mainnet-worldchain-1": {
"armProxy": {
"address": "0x7DE7Ef73cF001ff15b3aA558855D7eeC439d43ab",
"version": "1.5.0"
},
"chainSelector": "2049429975587534727",
"feeTokens": ["LINK", "WETH"],
"registryModule": {
"address": "0x5c3511917797e01FB26E94fA3D30E71135d93826",
"version": "1.5.0"
},
"router": {
"address": "0x5fd9E4986187c56826A3064954Cfa2Cf250cfA0f",
"version": "1.2.0"
},
"tokenAdminRegistry": {
"address": "0x02Fe6ab4fb0943F58D9D925d1d2cbA9474997Ed0",
"version": "1.5.0"
}
},
"ethereum-mainnet-zircuit-1": {
"armProxy": {
"address": "0xf735667F2F3193d407089bb4c50824941821b156",
Expand Down
26 changes: 26 additions & 0 deletions src/config/data/ccip/v1_2_0/mainnet/lanes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6685,6 +6685,20 @@
}
}
},
"ethereum-mainnet-worldchain-1": {
"mainnet": {
"offRamp": {
"address": "0x6E514bBa9f3bA098d907Ac10D577b2FB7C9F0ac3",
"version": "1.5.0"
},
"onRamp": {
"address": "0x0129211377B414Cad2c624C40c342FAffB3B3F0F",
"enforceOutOfOrder": false,
"version": "1.5.0"
},
"rmnPermeable": false
}
},
"ethereum-mainnet-zircuit-1": {
"mainnet": {
"offRamp": {
Expand Down Expand Up @@ -9402,6 +9416,18 @@
}
}
},
"ethereum-mainnet-worldchain-1": {
"offRamp": {
"address": "0x5EDa6801dBD2bBdbF0401d34c730fa2C3A97C3F4",
"version": "1.5.0"
},
"onRamp": {
"address": "0xdB6ebB3ea15595E516dEf4a9875479573a4F19b6",
"enforceOutOfOrder": false,
"version": "1.5.0"
},
"rmnPermeable": true
},
"ethereum-mainnet-zircuit-1": {
"offRamp": {
"address": "0x4E4003DAFD00eC3B5F17f05950759054051950d6",
Expand Down
Loading

0 comments on commit abad9de

Please sign in to comment.