Skip to content

Commit 9bbc64e

Browse files
committed
update
1 parent 9a41a15 commit 9bbc64e

File tree

14 files changed

+306
-20
lines changed

14 files changed

+306
-20
lines changed

public/changelog.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@
184184
"displayName": "OP",
185185
"iconUrl": "https://docs.chain.link/assets/chains/optimism.svg"
186186
},
187+
"plume": {
188+
"displayName": "Plume",
189+
"iconUrl": "https://docs.chain.link/assets/chains/plume.svg"
190+
},
187191
"polygon": {
188192
"displayName": "Polygon",
189193
"iconUrl": "https://docs.chain.link/assets/chains/polygon.svg"
@@ -270,6 +274,31 @@
270274
}
271275
},
272276
"data": [
277+
{
278+
"category": "integration",
279+
"date": "2025-04-29",
280+
"description": "Chainlink CCIP expands support to new blockchains:",
281+
"newNetworks": [
282+
{
283+
"displayName": "Plume Mainnet",
284+
"network": "plume",
285+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/plume-mainnet"
286+
},
287+
{
288+
"displayName": "Plume Testnet",
289+
"network": "plume",
290+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/plume-testnet"
291+
},
292+
{
293+
"displayName": "Taiko Hekla Testnet",
294+
"network": "plume",
295+
"url": "https://docs.chain.link/testnet/chain/ethereum-testnet-holesky-taiko-1"
296+
}
297+
],
298+
"relatedNetworks": ["plume", "taiko"],
299+
"title": "CCIP on new blockchains",
300+
"topic": "CCIP"
301+
},
273302
{
274303
"category": "integration",
275304
"date": "2025-04-28",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ export const productChainLinks: ProductChainLinks = {
7474
lisk: "/ccip/directory/mainnet/chain/lisk-mainnet",
7575
zora: "/ccip/directory/testnet/chain/zora-testnet",
7676
mint: "/ccip/directory/mainnet/chain/mint-mainnet",
77+
plume: "/ccip/directory/mainnet/chain/plume-mainnet",
7778
superseed: "/ccip/directory/testnet/chain/superseed-testnet",
79+
taiko: "/ccip/directory/testnet/chain/ethereum-testnet-holesky-taiko-1",
7880
metal: "/ccip/directory/mainnet/chain/metal-mainnet",
7981
},
8082
},
@@ -254,8 +256,10 @@ export const productChainLinks: ProductChainLinks = {
254256
cronos: "/resources/link-token-contracts#cronos",
255257
mindnetwork: "/resources/link-token-contracts#mind-network",
256258
core: "/resources/link-token-contracts#core",
259+
plume: "/resources/link-token-contracts#plume",
257260
starknet: "/resources/link-token-contracts#starknet",
258261
superseed: "/resources/link-token-contracts#superseed",
262+
taiko: "/resources/link-token-contracts#taiko",
259263
megaeth: "/resources/link-token-contracts#megaeth",
260264
zora: "/resources/link-token-contracts#zora",
261265
},

src/config/data/ccip/v1_2_0/mainnet/chains.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,6 +995,30 @@
995995
"version": "1.5.1"
996996
}
997997
},
998+
"plume-mainnet": {
999+
"armProxy": {
1000+
"address": "0x975B590aCc4aAd12f69974339B26cCE24A380031",
1001+
"version": "1.5.0"
1002+
},
1003+
"chainSelector": "17912061998839310979",
1004+
"feeTokens": ["LINK", "WPLUME"],
1005+
"registryModule": {
1006+
"address": "0xA3fb39757629D078F4593353d37644Fdec9AA46a",
1007+
"version": "1.5.0"
1008+
},
1009+
"router": {
1010+
"address": "0x5C4f4622AD0EC4a47e04840db7E9EcA8354109af",
1011+
"version": "1.2.0"
1012+
},
1013+
"tokenAdminRegistry": {
1014+
"address": "0x01E5B2fAC7156c54f034E1767f2799fDd41B8285",
1015+
"version": "1.5.0"
1016+
},
1017+
"tokenPoolFactory": {
1018+
"address": "0xF41a468dBcD9f626ceB56E8691Df3d5B7bdd3015",
1019+
"version": "1.5.1"
1020+
}
1021+
},
9981022
"polkadot-mainnet-astar": {
9991023
"armProxy": {
10001024
"address": "0x7317D216F3DCDa40144a54eC9bA09829a423cb35",

src/config/data/ccip/v1_2_0/mainnet/lanes.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13776,6 +13776,18 @@
1377613776
},
1377713777
"rmnPermeable": true
1377813778
},
13779+
"plume-mainnet": {
13780+
"offRamp": {
13781+
"address": "0x109c666A021214C96a7ab7cde7E987F4e7dCD9fE",
13782+
"version": "1.5.0"
13783+
},
13784+
"onRamp": {
13785+
"address": "0x522f82eE3c4F0249D32b09e2F4c9C51B0F150ffF",
13786+
"enforceOutOfOrder": false,
13787+
"version": "1.5.0"
13788+
},
13789+
"rmnPermeable": true
13790+
},
1377913791
"polkadot-mainnet-astar": {
1378013792
"offRamp": {
1378113793
"address": "0x33276152d082120F5190362e6E5F6783bbCb2B26",
@@ -15703,6 +15715,20 @@
1570315715
"rmnPermeable": false
1570415716
}
1570515717
},
15718+
"plume-mainnet": {
15719+
"mainnet": {
15720+
"offRamp": {
15721+
"address": "0x470f7Ff1f9dd96DF02142Ef1F40E89204Ee7E4c1",
15722+
"version": "1.5.0"
15723+
},
15724+
"onRamp": {
15725+
"address": "0x22eD7b77E07066d742412934CeeefA33B242609D",
15726+
"enforceOutOfOrder": false,
15727+
"version": "1.5.0"
15728+
},
15729+
"rmnPermeable": false
15730+
}
15731+
},
1570615732
"polkadot-mainnet-astar": {
1570715733
"mainnet": {
1570815734
"offRamp": {

src/config/data/ccip/v1_2_0/mainnet/tokens.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1466,6 +1466,14 @@
14661466
"symbol": "LINK",
14671467
"tokenAddress": "0x71052BAe71C25C78E37fD12E5ff1101A71d9018F"
14681468
},
1469+
"plume-mainnet": {
1470+
"allowListEnabled": false,
1471+
"decimals": 18,
1472+
"name": "ChainLink Token",
1473+
"poolType": "feeTokenOnly",
1474+
"symbol": "LINK",
1475+
"tokenAddress": "0xb549B375dA0c76f8b3877B9aDfDD28378f087A64"
1476+
},
14691477
"polkadot-mainnet-astar": {
14701478
"allowListEnabled": false,
14711479
"decimals": 18,
@@ -3943,6 +3951,16 @@
39433951
"tokenAddress": "0xe538905cf8410324e03A5A23C1c177a474D59b2b"
39443952
}
39453953
},
3954+
"WPLUME": {
3955+
"plume-mainnet": {
3956+
"allowListEnabled": false,
3957+
"decimals": 18,
3958+
"name": "Wrapped Plume",
3959+
"poolType": "feeTokenOnly",
3960+
"symbol": "WPLUME",
3961+
"tokenAddress": "0xEa237441c92CAe6FC17Caaf9a7acB3f953be4bd1"
3962+
}
3963+
},
39463964
"WRON": {
39473965
"ronin-mainnet": {
39483966
"allowListEnabled": false,

src/config/data/ccip/v1_2_0/testnet/chains.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,30 @@
351351
"version": "1.5.0"
352352
}
353353
},
354+
"ethereum-testnet-holesky-taiko-1": {
355+
"armProxy": {
356+
"address": "0xF3E5e253164B60109db668ef7Eba6f9813F8A761",
357+
"version": "1.5.0"
358+
},
359+
"chainSelector": "7248756420937879088",
360+
"feeTokens": ["LINK", "WETH"],
361+
"registryModule": {
362+
"address": "0xBB33E6d7A454843204Fd0ae53fdbf2535A993C10",
363+
"version": "1.5.0"
364+
},
365+
"router": {
366+
"address": "0x07a2b9BB0456a7e999B61ca8F166ADDF5878F468",
367+
"version": "1.2.0"
368+
},
369+
"tokenAdminRegistry": {
370+
"address": "0xa089c6A73e8c2EE98cC96bF99A8b6aE687e715DF",
371+
"version": "1.5.0"
372+
},
373+
"tokenPoolFactory": {
374+
"address": "0x4d8dC062cC00e19E09137191A58848aaef7eF7cE",
375+
"version": "1.5.1"
376+
}
377+
},
354378
"ethereum-testnet-sepolia": {
355379
"armProxy": {
356380
"address": "0xba3f6251de62dED61Ff98590cB2fDf6871FbB991",
@@ -1047,6 +1071,30 @@
10471071
"version": "1.5.0"
10481072
}
10491073
},
1074+
"plume-testnet-sepolia": {
1075+
"armProxy": {
1076+
"address": "0xAa3ae5481EE445711252131f1516922D0962916A",
1077+
"version": "1.5.0"
1078+
},
1079+
"chainSelector": "13874588925447303949",
1080+
"feeTokens": ["LINK", "WPLUME"],
1081+
"registryModule": {
1082+
"address": "0x1888ec490a6d3F9B240cA76b0eEFf8Eef504247b",
1083+
"version": "1.5.0"
1084+
},
1085+
"router": {
1086+
"address": "0x5e5Fd4720E1CE826138D043aF578D69f48af502F",
1087+
"version": "1.2.0"
1088+
},
1089+
"tokenAdminRegistry": {
1090+
"address": "0x855cF0d18A0BeBEDA7c1CD2F943686120cCCC6bd",
1091+
"version": "1.5.0"
1092+
},
1093+
"tokenPoolFactory": {
1094+
"address": "0x0c43bb1A15A1FF1CbDdFF2B8F9518C1B0d3B17E2",
1095+
"version": "1.5.1"
1096+
}
1097+
},
10501098
"polkadot-testnet-astar-shibuya": {
10511099
"armProxy": {
10521100
"address": "0xc96ac0533F240ad52694391583267ACAbc479C07",

src/config/data/ccip/v1_2_0/testnet/lanes.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,6 +1275,36 @@
12751275
}
12761276
}
12771277
},
1278+
"ethereum-testnet-holesky-taiko-1": {
1279+
"ethereum-testnet-sepolia": {
1280+
"offRamp": {
1281+
"address": "0x47158B04302C87E18FA8cf6D9C7426B774af27d1",
1282+
"version": "1.5.0"
1283+
},
1284+
"onRamp": {
1285+
"address": "0x583047916FCa33C6b8aAE89EAF64537f35F8b657",
1286+
"enforceOutOfOrder": false,
1287+
"version": "1.5.0"
1288+
},
1289+
"rmnPermeable": false,
1290+
"supportedTokens": {
1291+
"CCIP-BnM": {
1292+
"rateLimiterConfig": {
1293+
"in": {
1294+
"capacity": "100000000000000000000000",
1295+
"isEnabled": true,
1296+
"rate": "167000000000000000000"
1297+
},
1298+
"out": {
1299+
"capacity": "100000000000000000000000",
1300+
"isEnabled": true,
1301+
"rate": "167000000000000000000"
1302+
}
1303+
}
1304+
}
1305+
}
1306+
}
1307+
},
12781308
"ethereum-testnet-sepolia": {
12791309
"abstract-testnet": {
12801310
"offRamp": {
@@ -1704,6 +1734,34 @@
17041734
}
17051735
}
17061736
},
1737+
"ethereum-testnet-holesky-taiko-1": {
1738+
"offRamp": {
1739+
"address": "0x01f5Af560D290e6998265891cE823A5ed5722A28",
1740+
"version": "1.5.0"
1741+
},
1742+
"onRamp": {
1743+
"address": "0xbf6dfB39a35ccB747DF6ca4E5F168fe26B5aD5A6",
1744+
"enforceOutOfOrder": false,
1745+
"version": "1.5.0"
1746+
},
1747+
"rmnPermeable": true,
1748+
"supportedTokens": {
1749+
"CCIP-BnM": {
1750+
"rateLimiterConfig": {
1751+
"in": {
1752+
"capacity": "100000000000000000000000",
1753+
"isEnabled": true,
1754+
"rate": "167000000000000000000"
1755+
},
1756+
"out": {
1757+
"capacity": "167000000000000000000",
1758+
"isEnabled": true,
1759+
"rate": "100000000000000000000"
1760+
}
1761+
}
1762+
}
1763+
}
1764+
},
17071765
"ethereum-testnet-sepolia-andromeda-1": {
17081766
"offRamp": {
17091767
"address": "0x46DE6201c258f5948135cd0262f91e48Cb8e3828",
@@ -2588,6 +2646,18 @@
25882646
}
25892647
}
25902648
},
2649+
"plume-testnet-sepolia": {
2650+
"offRamp": {
2651+
"address": "0x8Cf89015f43418DEE1dc80a92b0df427C1dB0C4A",
2652+
"version": "1.5.0"
2653+
},
2654+
"onRamp": {
2655+
"address": "0x95942e480d50cB035bd39D0B19eb230c9479c981",
2656+
"enforceOutOfOrder": false,
2657+
"version": "1.5.0"
2658+
},
2659+
"rmnPermeable": true
2660+
},
25912661
"polkadot-testnet-astar-shibuya": {
25922662
"offRamp": {
25932663
"address": "0x401b1dd35b1DC33Bef4feB841B99255cd40A10Af",
@@ -5303,6 +5373,20 @@
53035373
"rmnPermeable": false
53045374
}
53055375
},
5376+
"plume-testnet-sepolia": {
5377+
"ethereum-testnet-sepolia": {
5378+
"offRamp": {
5379+
"address": "0x29784Fc3945B31cd166d1486dB5C7765c5D06f44",
5380+
"version": "1.5.0"
5381+
},
5382+
"onRamp": {
5383+
"address": "0x17bf6a1fA5d73390Fe47Ea4DF3Bc305d5ABfc7e9",
5384+
"enforceOutOfOrder": false,
5385+
"version": "1.5.0"
5386+
},
5387+
"rmnPermeable": false
5388+
}
5389+
},
53065390
"polkadot-testnet-astar-shibuya": {
53075391
"ethereum-testnet-sepolia": {
53085392
"offRamp": {

0 commit comments

Comments
 (0)