Skip to content

Commit bed838f

Browse files
liquid mainnet (#2774)
* liquid mainnet * Update changelog.json add callout to new network-specific limits doc. * nit * hyperloquid mainnet only --------- Co-authored-by: gfletcher-cll <grace.fletcher@smartcontract.com>
1 parent d4d2fad commit bed838f

File tree

6 files changed

+132
-37
lines changed

6 files changed

+132
-37
lines changed

public/changelog.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,21 @@
298298
}
299299
},
300300
"data": [
301+
{
302+
"category": "integration",
303+
"date": "2025-06-27",
304+
"description": "Chainlink CCIP expands support to Hyperliquid Mainnet. Note: Before using or integrating Hyperliquid on CCIP, it is recommended to review [Network-Specific Service Limits](/ccip/service-limits/network-specific-limits).",
305+
"newNetworks": [
306+
{
307+
"displayName": "Hyperliquid Mainnet",
308+
"network": "hyperliquid",
309+
"url": "https://docs.chain.link/ccip/directory/mainnet/chain/hyperliquid-mainnet"
310+
}
311+
],
312+
"relatedNetworks": ["hyperliquid"],
313+
"title": "CCIP on Hyperliquid Mainnet",
314+
"topic": "CCIP"
315+
},
301316
{
302317
"category": "integration",
303318
"date": "2025-06-22",

src/components/QuickLinks/data/productChainLinks.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export const productChainLinks: ProductChainLinks = {
8585
neox: "/ccip/directory/testnet/chain/neox-testnet-t4",
8686
polygonkatana: "/ccip/directory/testnet/chain/polygon-testnet-tatara",
8787
"0g": "/ccip/directory/testnet/chain/0g-testnet-galileo",
88+
hyperliquid: "/ccip/directory/mainnet/chain/hyperliquid-mainnet",
8889
},
8990
},
9091
"Data Feeds": {
@@ -282,6 +283,7 @@ export const productChainLinks: ProductChainLinks = {
282283
neox: "/resources/link-token-contracts#neo-x",
283284
polygonkatana: "/resources/link-token-contracts#polygon-katana",
284285
"0g": "/resources/link-token-contracts#0g",
286+
hyperliquid: "/resources/link-token-contracts#hyperliquid",
285287
},
286288
}
287289

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,30 @@
879879
"version": "1.5.1"
880880
}
881881
},
882+
"hyperliquid-mainnet": {
883+
"armProxy": {
884+
"address": "0x07f15e9813FBd007d38CF534133C0838f449ecFA",
885+
"version": "1.5.0"
886+
},
887+
"chainSelector": "2442541497099098535",
888+
"feeTokens": ["LINK", "WHYPE"],
889+
"registryModule": {
890+
"address": "0xbAb3aBB5F29275065F2814F1f4B10Ffc1284fFEf",
891+
"version": "1.5.0"
892+
},
893+
"router": {
894+
"address": "0x13b3332b66389B1467CA6eBd6fa79775CCeF65ec",
895+
"version": "1.2.0"
896+
},
897+
"tokenAdminRegistry": {
898+
"address": "0xcE44363496ABc3a9e53B3F404a740F992D977bDF",
899+
"version": "1.5.0"
900+
},
901+
"tokenPoolFactory": {
902+
"address": "0x1C2a560009253Bb5e7AF6e021Ea31E53ee8F2E90",
903+
"version": "1.5.1"
904+
}
905+
},
882906
"lens-mainnet": {
883907
"armProxy": {
884908
"address": "0xE187a792bbf76232A307d8E44615973C849E25A0",

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

Lines changed: 58 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,14 +2859,14 @@
28592859
"WMTX": {
28602860
"rateLimiterConfig": {
28612861
"in": {
2862-
"capacity": "500000000000",
2862+
"capacity": "1000000000000",
28632863
"isEnabled": true,
2864-
"rate": "138880000"
2864+
"rate": "277770000"
28652865
},
28662866
"out": {
2867-
"capacity": "500000000000",
2867+
"capacity": "1000000000000",
28682868
"isEnabled": true,
2869-
"rate": "138880000"
2869+
"rate": "277770000"
28702870
}
28712871
}
28722872
},
@@ -3125,14 +3125,14 @@
31253125
"WMTX": {
31263126
"rateLimiterConfig": {
31273127
"in": {
3128-
"capacity": "500000000000",
3128+
"capacity": "1000000000000",
31293129
"isEnabled": true,
3130-
"rate": "138880000"
3130+
"rate": "277770000"
31313131
},
31323132
"out": {
3133-
"capacity": "500000000000",
3133+
"capacity": "1000000000000",
31343134
"isEnabled": true,
3135-
"rate": "138880000"
3135+
"rate": "277770000"
31363136
}
31373137
}
31383138
},
@@ -5279,14 +5279,14 @@
52795279
"WMTX": {
52805280
"rateLimiterConfig": {
52815281
"in": {
5282-
"capacity": "500000000000",
5282+
"capacity": "1000000000000",
52835283
"isEnabled": true,
5284-
"rate": "138880000"
5284+
"rate": "277770000"
52855285
},
52865286
"out": {
5287-
"capacity": "500000000000",
5287+
"capacity": "1000000000000",
52885288
"isEnabled": true,
5289-
"rate": "138880000"
5289+
"rate": "277770000"
52905290
}
52915291
}
52925292
},
@@ -5807,14 +5807,14 @@
58075807
"WMTX": {
58085808
"rateLimiterConfig": {
58095809
"in": {
5810-
"capacity": "500000000000",
5810+
"capacity": "1000000000000",
58115811
"isEnabled": true,
5812-
"rate": "138880000"
5812+
"rate": "277770000"
58135813
},
58145814
"out": {
5815-
"capacity": "500000000000",
5815+
"capacity": "1000000000000",
58165816
"isEnabled": true,
5817-
"rate": "138880000"
5817+
"rate": "277770000"
58185818
}
58195819
}
58205820
},
@@ -8119,14 +8119,14 @@
81198119
"WMTX": {
81208120
"rateLimiterConfig": {
81218121
"in": {
8122-
"capacity": "500000000000",
8122+
"capacity": "1000000000000",
81238123
"isEnabled": true,
8124-
"rate": "138880000"
8124+
"rate": "277770000"
81258125
},
81268126
"out": {
8127-
"capacity": "500000000000",
8127+
"capacity": "1000000000000",
81288128
"isEnabled": true,
8129-
"rate": "138880000"
8129+
"rate": "277770000"
81308130
}
81318131
}
81328132
},
@@ -8607,14 +8607,14 @@
86078607
"WMTX": {
86088608
"rateLimiterConfig": {
86098609
"in": {
8610-
"capacity": "500000000000",
8610+
"capacity": "1000000000000",
86118611
"isEnabled": true,
8612-
"rate": "138880000"
8612+
"rate": "277770000"
86138613
},
86148614
"out": {
8615-
"capacity": "500000000000",
8615+
"capacity": "1000000000000",
86168616
"isEnabled": true,
8617-
"rate": "138880000"
8617+
"rate": "277770000"
86188618
}
86198619
}
86208620
},
@@ -9895,14 +9895,14 @@
98959895
"WMTX": {
98969896
"rateLimiterConfig": {
98979897
"in": {
9898-
"capacity": "500000000000",
9898+
"capacity": "1000000000000",
98999899
"isEnabled": true,
9900-
"rate": "138880000"
9900+
"rate": "277770000"
99019901
},
99029902
"out": {
9903-
"capacity": "500000000000",
9903+
"capacity": "1000000000000",
99049904
"isEnabled": true,
9905-
"rate": "138880000"
9905+
"rate": "277770000"
99069906
}
99079907
}
99089908
},
@@ -14695,6 +14695,20 @@
1469514695
"rmnPermeable": true
1469614696
}
1469714697
},
14698+
"hyperliquid-mainnet": {
14699+
"mainnet": {
14700+
"offRamp": {
14701+
"address": "0xf69F5e554E6D3D90DC3a221121ffEf1ee8bf5B2A",
14702+
"version": "1.5.0"
14703+
},
14704+
"onRamp": {
14705+
"address": "0x375dDf245FB9951A1D1D4EF516Abd7D2B521238F",
14706+
"enforceOutOfOrder": false,
14707+
"version": "1.5.0"
14708+
},
14709+
"rmnPermeable": true
14710+
}
14711+
},
1469814712
"lens-mainnet": {
1469914713
"mainnet": {
1470014714
"offRamp": {
@@ -17609,14 +17623,14 @@
1760917623
"WMTX": {
1761017624
"rateLimiterConfig": {
1761117625
"in": {
17612-
"capacity": "500000000000",
17626+
"capacity": "1000000000000",
1761317627
"isEnabled": true,
17614-
"rate": "138880000"
17628+
"rate": "277770000"
1761517629
},
1761617630
"out": {
17617-
"capacity": "500000000000",
17631+
"capacity": "1000000000000",
1761817632
"isEnabled": true,
17619-
"rate": "138880000"
17633+
"rate": "277770000"
1762017634
}
1762117635
}
1762217636
},
@@ -18912,6 +18926,18 @@
1891218926
},
1891318927
"rmnPermeable": true
1891418928
},
18929+
"hyperliquid-mainnet": {
18930+
"offRamp": {
18931+
"address": "0x69c3619326d5DF0d5abB752f2AE629413811ccD1",
18932+
"version": "1.5.0"
18933+
},
18934+
"onRamp": {
18935+
"address": "0xC4a125BDBeE19Ec8BE02502cff9310FF9395905B",
18936+
"enforceOutOfOrder": false,
18937+
"version": "1.5.0"
18938+
},
18939+
"rmnPermeable": true
18940+
},
1891518941
"lens-mainnet": {
1891618942
"offRamp": {
1891718943
"address": "0x4Bc6027Cd2da6CB7A105D5cE2D039c4892225419",

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

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,14 @@
19401940
"symbol": "LINK",
19411941
"tokenAddress": "0x63dbE12A6381D64adE47bc3D92aBF4393DFF4BC8"
19421942
},
1943+
"hyperliquid-mainnet": {
1944+
"allowListEnabled": false,
1945+
"decimals": 18,
1946+
"name": "ChainLink Token",
1947+
"poolType": "feeTokenOnly",
1948+
"symbol": "LINK",
1949+
"tokenAddress": "0x1AC2EE68b8d038C982C1E1f73F596927dd70De59"
1950+
},
19431951
"lens-mainnet": {
19441952
"allowListEnabled": false,
19451953
"decimals": 18,
@@ -5122,6 +5130,16 @@
51225130
"tokenAddress": "0x9eC02756A559700d8D9e79ECe56809f7bcC5dC27"
51235131
}
51245132
},
5133+
"WHYPE": {
5134+
"hyperliquid-mainnet": {
5135+
"allowListEnabled": false,
5136+
"decimals": 18,
5137+
"name": "Wrapped HYPE",
5138+
"poolType": "feeTokenOnly",
5139+
"symbol": "WHYPE",
5140+
"tokenAddress": "0x5555555555555555555555555555555555555555"
5141+
}
5142+
},
51255143
"WLD": {
51265144
"ethereum-mainnet-worldchain-1": {
51275145
"allowListEnabled": false,
@@ -5187,7 +5205,7 @@
51875205
"allowListEnabled": false,
51885206
"decimals": 6,
51895207
"name": "WorldMobileToken",
5190-
"poolAddress": "0x54Fa21f0F88076A98f1b1e6757bc00c43F49AF28",
5208+
"poolAddress": "0x0C03636614fe25278786e363643Ee5D4260C9eFE",
51915209
"poolType": "burnMint",
51925210
"symbol": "WMTX",
51935211
"tokenAddress": "0xDBB5Cf12408a3Ac17d668037Ce289f9eA75439D7"
@@ -5196,7 +5214,7 @@
51965214
"allowListEnabled": false,
51975215
"decimals": 6,
51985216
"name": "WorldMobileToken",
5199-
"poolAddress": "0x5936748Dc69A095f95BE095a832393FDc9c8270D",
5217+
"poolAddress": "0xF32C2942Cb14Dc47DB8d0387A089948171Bb8F05",
52005218
"poolType": "burnMint",
52015219
"symbol": "WMTX",
52025220
"tokenAddress": "0xDBB5Cf12408a3Ac17d668037Ce289f9eA75439D7"
@@ -5205,7 +5223,7 @@
52055223
"allowListEnabled": false,
52065224
"decimals": 6,
52075225
"name": "WorldMobileToken",
5208-
"poolAddress": "0xB90079D2A2872122da0c8235110249127cAcd54D",
5226+
"poolAddress": "0x7adF83556CE7141BaB0eFdA46DB40C5d5840eBe7",
52095227
"poolType": "burnMint",
52105228
"symbol": "WMTX",
52115229
"tokenAddress": "0x3e31966d4f81C72D2a55310A6365A56A4393E98D"
@@ -5214,7 +5232,7 @@
52145232
"allowListEnabled": false,
52155233
"decimals": 6,
52165234
"name": "WorldMobileToken",
5217-
"poolAddress": "0x485858BA818aab8744f2932A4982bfB0E7Db0005",
5235+
"poolAddress": "0x229a1956929489870A31b01854a80EF9B0fd27c9",
52185236
"poolType": "burnMint",
52195237
"symbol": "WMTX",
52205238
"tokenAddress": "0xDBB5Cf12408a3Ac17d668037Ce289f9eA75439D7"

src/content/resources/link-token-contracts.mdx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,20 @@ Testnet Native and LINK is available at [faucets.chain.link/hedera-testnet](http
732732
| :-------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
733733
| Chain ID | `999` |
734734
| Address | <Address contractUrl="https://app.hyperliquid.xyz/explorer/address/0x1AC2EE68b8d038C982C1E1f73F596927dd70De59" urlId="999_0x1AC2EE68b8d038C982C1E1f73F596927dd70De59" urlClass="erc-token-address"/> |
735-
| Name | Chainlink Token on Hemi Mainnet Testnet |
735+
| Name | Chainlink Token |
736736
| Symbol | LINK |
737737
| Decimals | 18 |
738738

739+
### Hyperliquid Testnet
740+
741+
| Parameter | Value |
742+
| :-------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
743+
| Chain ID | `998` |
744+
| Address | <Address contractUrl="https://app.hyperliquid-testnet.xyz/explorer/address/0xDD311DBec8A24EdFabf5F985845a75F42e8f9544" urlId="998_0xDD311DBec8A24EdFabf5F985845a75F42e8f9544" urlClass="erc-token-address"/> |
745+
| Name | Chainlink Token |
746+
| Symbol | LINK |
747+
| Decimals | 18 |
748+
739749
## <img src="/assets/chains/ink.svg" style="height: 24px; width: auto; margin-right: 8px;" />Ink
740750

741751
### Ink Mainnet

0 commit comments

Comments
 (0)