Skip to content

Commit a5cf975

Browse files
committed
megaeth
1 parent 7775187 commit a5cf975

File tree

8 files changed

+525
-10
lines changed

8 files changed

+525
-10
lines changed

public/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,21 @@
246246
}
247247
},
248248
"data": [
249+
{
250+
"category": "integration",
251+
"date": "2025-04-11",
252+
"description": "Chainlink CCIP expands support to MegaEth Testnet:",
253+
"newNetworks": [
254+
{
255+
"displayName": "MegaEth Testnet",
256+
"network": "megaeth",
257+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/megaeth-testnet"
258+
}
259+
],
260+
"relatedNetworks": ["megaeth"],
261+
"title": "CCIP on MegaEth Testnet",
262+
"topic": "CCIP"
263+
},
249264
{
250265
"category": "integration",
251266
"date": "2025-04-10",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export const productChainLinks: ProductChainLinks = {
6969
hedera: "/ccip/directory/mainnet/chain/hedera-mainnet",
7070
hemi: "/ccip/directory/testnet/chain/hemi-testnet-sepolia",
7171
mindnetwork: "/ccip/directory/mainnet/chain/mind-mainnet",
72+
megaeth: "/ccip/directory/testnet/chain/megaeth-testnet",
7273
},
7374
},
7475
"Data Feeds": {
@@ -243,6 +244,7 @@ export const productChainLinks: ProductChainLinks = {
243244
mindnetwork: "/resources/link-token-contracts#mind-network",
244245
core: "/resources/link-token-contracts#core",
245246
starknet: "/resources/link-token-contracts#starknet",
247+
megaeth: "/resources/link-token-contracts#megaeth",
246248
},
247249
}
248250

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

Lines changed: 148 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,20 @@
258258
}
259259
}
260260
},
261+
"MYST": {
262+
"rateLimiterConfig": {
263+
"in": {
264+
"capacity": "0",
265+
"isEnabled": false,
266+
"rate": "0"
267+
},
268+
"out": {
269+
"capacity": "0",
270+
"isEnabled": false,
271+
"rate": "0"
272+
}
273+
}
274+
},
261275
"SHIB": {
262276
"rateLimiterConfig": {
263277
"in": {
@@ -468,6 +482,20 @@
468482
}
469483
}
470484
},
485+
"MYST": {
486+
"rateLimiterConfig": {
487+
"in": {
488+
"capacity": "0",
489+
"isEnabled": false,
490+
"rate": "0"
491+
},
492+
"out": {
493+
"capacity": "0",
494+
"isEnabled": false,
495+
"rate": "0"
496+
}
497+
}
498+
},
471499
"SDY": {
472500
"rateLimiterConfig": {
473501
"in": {
@@ -677,14 +705,14 @@
677705
"uniBTC": {
678706
"rateLimiterConfig": {
679707
"in": {
680-
"capacity": "200000000",
708+
"capacity": "400000000",
681709
"isEnabled": true,
682-
"rate": "2315"
710+
"rate": "4629"
683711
},
684712
"out": {
685-
"capacity": "200000000",
713+
"capacity": "400000000",
686714
"isEnabled": true,
687-
"rate": "2315"
715+
"rate": "4629"
688716
}
689717
}
690718
}
@@ -717,6 +745,20 @@
717745
"rate": "11574"
718746
}
719747
}
748+
},
749+
"USDC": {
750+
"rateLimiterConfig": {
751+
"in": {
752+
"capacity": "0",
753+
"isEnabled": false,
754+
"rate": "0"
755+
},
756+
"out": {
757+
"capacity": "0",
758+
"isEnabled": false,
759+
"rate": "0"
760+
}
761+
}
720762
}
721763
}
722764
}
@@ -4522,6 +4564,20 @@
45224564
}
45234565
}
45244566
},
4567+
"MYST": {
4568+
"rateLimiterConfig": {
4569+
"in": {
4570+
"capacity": "0",
4571+
"isEnabled": false,
4572+
"rate": "0"
4573+
},
4574+
"out": {
4575+
"capacity": "0",
4576+
"isEnabled": false,
4577+
"rate": "0"
4578+
}
4579+
}
4580+
},
45254581
"SHIB": {
45264582
"rateLimiterConfig": {
45274583
"in": {
@@ -5736,6 +5792,20 @@
57365792
}
57375793
}
57385794
},
5795+
"MYST": {
5796+
"rateLimiterConfig": {
5797+
"in": {
5798+
"capacity": "0",
5799+
"isEnabled": false,
5800+
"rate": "0"
5801+
},
5802+
"out": {
5803+
"capacity": "0",
5804+
"isEnabled": false,
5805+
"rate": "0"
5806+
}
5807+
}
5808+
},
57395809
"NEIRO": {
57405810
"rateLimiterConfig": {
57415811
"in": {
@@ -8604,6 +8674,20 @@
86048674
}
86058675
}
86068676
},
8677+
"MYST": {
8678+
"rateLimiterConfig": {
8679+
"in": {
8680+
"capacity": "0",
8681+
"isEnabled": false,
8682+
"rate": "0"
8683+
},
8684+
"out": {
8685+
"capacity": "0",
8686+
"isEnabled": false,
8687+
"rate": "0"
8688+
}
8689+
}
8690+
},
86078691
"SDY": {
86088692
"rateLimiterConfig": {
86098693
"in": {
@@ -8691,14 +8775,14 @@
86918775
"uniBTC": {
86928776
"rateLimiterConfig": {
86938777
"in": {
8694-
"capacity": "200000000",
8778+
"capacity": "400000000",
86958779
"isEnabled": true,
8696-
"rate": "2315"
8780+
"rate": "4629"
86978781
},
86988782
"out": {
8699-
"capacity": "200000000",
8783+
"capacity": "400000000",
87008784
"isEnabled": true,
8701-
"rate": "2315"
8785+
"rate": "4629"
87028786
}
87038787
}
87048788
}
@@ -8729,6 +8813,20 @@
87298813
"rate": "2315"
87308814
}
87318815
}
8816+
},
8817+
"USDC": {
8818+
"rateLimiterConfig": {
8819+
"in": {
8820+
"capacity": "0",
8821+
"isEnabled": false,
8822+
"rate": "0"
8823+
},
8824+
"out": {
8825+
"capacity": "0",
8826+
"isEnabled": false,
8827+
"rate": "0"
8828+
}
8829+
}
87328830
}
87338831
}
87348832
},
@@ -10360,6 +10458,20 @@
1036010458
}
1036110459
}
1036210460
},
10461+
"MYST": {
10462+
"rateLimiterConfig": {
10463+
"in": {
10464+
"capacity": "0",
10465+
"isEnabled": false,
10466+
"rate": "0"
10467+
},
10468+
"out": {
10469+
"capacity": "0",
10470+
"isEnabled": false,
10471+
"rate": "0"
10472+
}
10473+
}
10474+
},
1036310475
"NEIRO": {
1036410476
"rateLimiterConfig": {
1036510477
"in": {
@@ -12062,6 +12174,20 @@
1206212174
}
1206312175
}
1206412176
},
12177+
"mBTC": {
12178+
"rateLimiterConfig": {
12179+
"in": {
12180+
"capacity": "400000000",
12181+
"isEnabled": true,
12182+
"rate": "18518"
12183+
},
12184+
"out": {
12185+
"capacity": "400000000",
12186+
"isEnabled": true,
12187+
"rate": "18518"
12188+
}
12189+
}
12190+
},
1206512191
"SolvBTC": {
1206612192
"rateLimiterConfig": {
1206712193
"in": {
@@ -13768,6 +13894,20 @@
1376813894
}
1376913895
}
1377013896
},
13897+
"mBTC": {
13898+
"rateLimiterConfig": {
13899+
"in": {
13900+
"capacity": "400000000",
13901+
"isEnabled": true,
13902+
"rate": "18518"
13903+
},
13904+
"out": {
13905+
"capacity": "400000000",
13906+
"isEnabled": true,
13907+
"rate": "18518"
13908+
}
13909+
}
13910+
},
1377113911
"SolvBTC": {
1377213912
"rateLimiterConfig": {
1377313913
"in": {

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

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,15 @@
14021402
"poolType": "burnMint",
14031403
"symbol": "mBTC",
14041404
"tokenAddress": "0xbDf245957992bfBC62B07e344128a1EEc7b7eE3f"
1405+
},
1406+
"sonic-mainnet": {
1407+
"allowListEnabled": false,
1408+
"decimals": 8,
1409+
"name": "Magpie Stake BTC",
1410+
"poolAddress": "0xa6F5410BCb028c62DB6f60361C004D9740cFA82b",
1411+
"poolType": "burnMint",
1412+
"symbol": "mBTC",
1413+
"tokenAddress": "0x29190A076072bd71454E032F821eAAb3ba07e0D3"
14051414
}
14061415
},
14071416
"mDLP": {
@@ -1593,6 +1602,35 @@
15931602
"tokenAddress": "0xE46a5E19B19711332e33F33c2DB3eA143e86Bc10"
15941603
}
15951604
},
1605+
"MYST": {
1606+
"avalanche-mainnet": {
1607+
"allowListEnabled": false,
1608+
"decimals": 18,
1609+
"name": "MyStandard",
1610+
"poolAddress": "0xA4D5EF72fCFfa9eac0907856B1db1b68098fA23a",
1611+
"poolType": "burnMint",
1612+
"symbol": "MYST",
1613+
"tokenAddress": "0x0256B279D973C8d687264AC3eB36bE09232D4474"
1614+
},
1615+
"ethereum-mainnet-base-1": {
1616+
"allowListEnabled": false,
1617+
"decimals": 18,
1618+
"name": "MyStandard",
1619+
"poolAddress": "0x717C753F9EA66eb763466cf3F8d299C634889B29",
1620+
"poolType": "burnMint",
1621+
"symbol": "MYST",
1622+
"tokenAddress": "0xA821aDaCCf08d856c0A36DC2C136B5188c525967"
1623+
},
1624+
"mainnet": {
1625+
"allowListEnabled": false,
1626+
"decimals": 18,
1627+
"name": "MyStandard",
1628+
"poolAddress": "0xe1A8223DAc2aeC3090322674F054D35C240Dc37f",
1629+
"poolType": "burnMint",
1630+
"symbol": "MYST",
1631+
"tokenAddress": "0x3d5F61a4BB385B6D1eB34F47aA790A996f1Eba65"
1632+
}
1633+
},
15961634
"NEIRO": {
15971635
"ethereum-mainnet-base-1": {
15981636
"allowListEnabled": false,
@@ -2723,6 +2761,15 @@
27232761
"symbol": "USDC",
27242762
"tokenAddress": "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"
27252763
},
2764+
"bitcoin-mainnet-bitlayer-1": {
2765+
"allowListEnabled": false,
2766+
"decimals": 6,
2767+
"name": "USD Coin",
2768+
"poolAddress": "0xff170aD8f1d86eFAC90CA7a2E1204bA64aC5e0f9",
2769+
"poolType": "burnMint",
2770+
"symbol": "USDC",
2771+
"tokenAddress": "0xf8C374CE88A3BE3d374e8888349C7768B607c755"
2772+
},
27262773
"ethereum-mainnet-arbitrum-1": {
27272774
"allowListEnabled": false,
27282775
"decimals": 6,
@@ -3278,7 +3325,7 @@
32783325
"name": "Wrapped HBAR",
32793326
"poolType": "feeTokenOnly",
32803327
"symbol": "WHBAR",
3281-
"tokenAddress": "0xFba3d32CC317cbE0c44027B11B8F791961Ed2f5c"
3328+
"tokenAddress": "0xb1F616b8134F602c3Bb465fB5b5e6565cCAd37Ed"
32823329
}
32833330
},
32843331
"WHSK": {

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,30 @@
887887
"version": "1.5.0"
888888
}
889889
},
890+
"megaeth-testnet": {
891+
"armProxy": {
892+
"address": "0xa0d305199271Be1C1479dA683Fc0CfC0757fBEC3",
893+
"version": "1.5.0"
894+
},
895+
"chainSelector": "2443239559770384419",
896+
"feeTokens": ["LINK", "WETH"],
897+
"registryModule": {
898+
"address": "0x569a9A63a4543a5Cb79AE717dF1E26E7D30Ae08D",
899+
"version": "1.5.0"
900+
},
901+
"router": {
902+
"address": "0x35e752bf853009C8E080CdB3De88e3273B1c75E3",
903+
"version": "1.2.0"
904+
},
905+
"tokenAdminRegistry": {
906+
"address": "0x333b07484C0951075e9c5Fe7440ea0A93373b633",
907+
"version": "1.5.0"
908+
},
909+
"tokenPoolFactory": {
910+
"address": "0x6b821af5fc24eAbF855d5f9A82Fc08debD7C6d41",
911+
"version": "1.5.1"
912+
}
913+
},
890914
"mind-testnet": {
891915
"armProxy": {
892916
"address": "0xbef6CEC4a6C3A14404C63Ae84dA2AAf456f8a6C9",

0 commit comments

Comments
 (0)