Skip to content

Commit 01e67e3

Browse files
authored
Merge branch 'main' into consumer-contract-tx
2 parents c7e9bde + 1d09923 commit 01e67e3

File tree

27 files changed

+1060
-256
lines changed

27 files changed

+1060
-256
lines changed

.github/scripts/data/baseline.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2025-12-14T21:03:22Z",
2+
"timestamp": "2025-12-21T21:03:33Z",
33
"knownIds": [
44
"aptos-apt-usd",
55
"aptos-btc-usd",
@@ -607,6 +607,7 @@
607607
"arbitrum-usdai-usd",
608608
"arbitrum-usdc-usd",
609609
"arbitrum-usdc-usd-premium-prod",
610+
"arbitrum-usdc-usd-shared-svr",
610611
"arbitrum-usdc-usd-svr",
611612
"arbitrum-usdd-usd",
612613
"arbitrum-usde-usd",
@@ -822,6 +823,7 @@
822823
"base-bnb-usd",
823824
"base-brl-usd",
824825
"base-btc-usd",
826+
"base-btc-usd-shared-svr",
825827
"base-btc-usd-svr",
826828
"base-cad-usd",
827829
"base-cbbtc-por",
@@ -840,9 +842,11 @@
840842
"base-doge-usd",
841843
"base-dola-usd",
842844
"base-eth-usd",
845+
"base-eth-usd-shared-svr",
843846
"base-eth-usd-svr",
844847
"base-eur-usd",
845848
"base-eurc-usd",
849+
"base-eurc-usd-shared-svr",
846850
"base-eurc-usd-svr",
847851
"base-ezeth-eth",
848852
"base-ezeth-eth-exchange-rate",
@@ -921,11 +925,13 @@
921925
"base-unibtc-btc-exchange-rate",
922926
"base-usdai-usd",
923927
"base-usdc-usd",
928+
"base-usdc-usd-shared-svr",
924929
"base-usdc-usd-svr",
925930
"base-usde-usd",
926931
"base-usdo-por",
927932
"base-usds-usd",
928933
"base-usdt-usd",
934+
"base-usdt-usd-shared-svr",
929935
"base-usdt-usd-svr",
930936
"base-usr-usd",
931937
"base-virtual-usd",
@@ -1916,6 +1922,7 @@
19161922
"polygon-pln-usd",
19171923
"polygon-qnt-usd",
19181924
"polygon-quick-usd",
1925+
"polygon-rcusd+-nav",
19191926
"polygon-rdnt-usd",
19201927
"polygon-ryt-nav",
19211928
"polygon-ryt-polygon",

package-lock.json

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
"@solana/wallet-adapter-react-ui": "^0.9.39",
8989
"@solana/wallet-adapter-solflare": "^0.6.32",
9090
"@solana/wallet-adapter-trust": "^0.1.17",
91-
"@supabase/supabase-js": "^2.87.1",
92-
"astro": "^5.16.5",
91+
"@supabase/supabase-js": "^2.89.0",
92+
"astro": "^5.16.6",
9393
"bignumber.js": "^9.3.1",
9494
"bs58": "^6.0.0",
9595
"clipboard": "^2.0.11",
@@ -138,7 +138,7 @@
138138
"eslint-plugin-promise": "^6.1.1",
139139
"husky": "^9.1.7",
140140
"jest-yaml-transform": "^0.2.0",
141-
"knip": "^5.73.4",
141+
"knip": "^5.76.3",
142142
"lint-staged": "^15.5.2",
143143
"openapi-types": "^12.1.3",
144144
"pino-pretty": "^13.1.3",
@@ -148,7 +148,7 @@
148148
"remark-mdx": "^3.1.0",
149149
"remark-parse": "^11.0.0",
150150
"remark-stringify": "^11.0.0",
151-
"solhint": "^6.0.1",
151+
"solhint": "^6.0.2",
152152
"solhint-plugin-chainlink-solidity": "github:smartcontractkit/chainlink-solhint-rules#v1.3.0",
153153
"ts-jest": "^29.4.6",
154154
"tsconfig-paths": "^4.2.0",

public/changelog.json

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,124 @@
358358
}
359359
},
360360
"data": [
361+
{
362+
"category": "integration",
363+
"date": "2025-12-21",
364+
"description": "Newly supported tokens: QUICK, RAIN, aprMON",
365+
"relatedTokens": [
366+
{
367+
"assetName": "QuickSwap",
368+
"baseAsset": "QUICK",
369+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/QUICK",
370+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/quick.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
371+
},
372+
{
373+
"assetName": "Rain Coin",
374+
"baseAsset": "RAIN",
375+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/RAIN",
376+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/rain.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
377+
},
378+
{
379+
"assetName": "aPriori LST",
380+
"baseAsset": "aprMON",
381+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/aprMON",
382+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/aprmon.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
383+
}
384+
],
385+
"title": "Cross-chain token (CCT) standard: Added support for new tokens",
386+
"topic": "CCIP"
387+
},
388+
{
389+
"category": "integration",
390+
"date": "2025-12-21",
391+
"description": "New SmartData Feeds available:",
392+
"relatedNetworks": ["polygon"],
393+
"relatedTokens": [
394+
{
395+
"assetName": "R25 rcUSD+",
396+
"baseAsset": "rcUSD+",
397+
"network": "polygon",
398+
"productTypeCode": "NAV",
399+
"url": "https://data.chain.link/feeds/polygon/mainnet/rcusd+-nav",
400+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/rcusd+.webp"
401+
}
402+
],
403+
"title": "Added support to SmartData",
404+
"topic": "SmartData"
405+
},
406+
{
407+
"category": "integration",
408+
"date": "2025-12-21",
409+
"description": "New Data Feeds available:",
410+
"relatedNetworks": ["polygon", "base", "arbitrum", "hyperevm"],
411+
"relatedTokens": [
412+
{
413+
"assetName": "Bitcoin",
414+
"baseAsset": "BTC",
415+
"quoteAsset": "USD",
416+
"network": "base",
417+
"url": "https://data.chain.link/feeds/base/base/btc-usd",
418+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/btc.webp"
419+
},
420+
{
421+
"assetName": "Circle EUR",
422+
"baseAsset": "EURC",
423+
"quoteAsset": "USD",
424+
"network": "base",
425+
"url": "https://data.chain.link/feeds/base/base/eurc-usd",
426+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/eurc.webp"
427+
},
428+
{
429+
"assetName": "Circle USD",
430+
"baseAsset": "USDC",
431+
"quoteAsset": "USD",
432+
"network": "arbitrum",
433+
"url": "https://data.chain.link/feeds/arbitrum/mainnet/usdc-usd",
434+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdc.webp"
435+
},
436+
{
437+
"assetName": "Circle USD",
438+
"baseAsset": "USDC",
439+
"quoteAsset": "USD",
440+
"network": "base",
441+
"url": "https://data.chain.link/feeds/base/base/usdc-usd",
442+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdc.webp"
443+
},
444+
{
445+
"assetName": "Ethereum",
446+
"baseAsset": "ETH",
447+
"quoteAsset": "USD",
448+
"network": "base",
449+
"url": "https://data.chain.link/feeds/base/base/eth-usd",
450+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/eth.webp"
451+
},
452+
{
453+
"assetName": "Tether USD",
454+
"baseAsset": "USDT",
455+
"quoteAsset": "USD",
456+
"network": "base",
457+
"url": "https://data.chain.link/feeds/base/base/usdt-usd",
458+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/usdt.webp"
459+
}
460+
],
461+
"title": "Added support to Data Feeds",
462+
"topic": "Data Feeds"
463+
},
464+
{
465+
"category": "integration",
466+
"date": "2025-12-19",
467+
"description": "Chainlink CCIP expands support to new blockchains:",
468+
"newNetworks": [
469+
{
470+
"displayName": "Ethereum Hoodi",
471+
"network": "ethereum",
472+
"url": "https://docs.chain.link/ccip/directory/testnet/chain/ethereum-testnet-hoodi"
473+
}
474+
],
475+
"relatedNetworks": ["ethereum"],
476+
"title": "CCIP Expands to Ethereum Hoodi",
477+
"topic": "CCIP"
478+
},
361479
{
362480
"category": "deprecation",
363481
"date": "2025-12-16",

src/components/HeadCommon.astro

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,31 @@ const { title } = Astro.props
8181
})()
8282
</script>
8383

84+
<!-- Set CCIP Chain Family in dataLayer -->
85+
<script is:inline type="text/javascript">
86+
;(function () {
87+
if (!window.location.pathname.startsWith("/ccip")) return
88+
89+
try {
90+
var savedChain = localStorage.getItem("chainlink-docs-chain-type")
91+
// Default to "evm" if not set or invalid
92+
var chainFamily =
93+
savedChain === "solana" || savedChain === '"solana"'
94+
? "solana"
95+
: savedChain === "aptos" || savedChain === '"aptos"'
96+
? "aptos"
97+
: "evm"
98+
99+
window.dataLayer = window.dataLayer || []
100+
window.dataLayer.push({
101+
ccip_chain_family: chainFamily,
102+
})
103+
} catch (e) {
104+
// localStorage unavailable, skip tracking
105+
}
106+
})()
107+
</script>
108+
84109
<!-- Google Tag Manager (lazy init on first interaction or idle) -->
85110
<script type="text/javascript">
86111
;(function (w, d, s, l, i) {

0 commit comments

Comments
 (0)