Skip to content

Commit 6512c7b

Browse files
committed
Merge branch 'chain-selector-shared-component' of github.com:smartcontractkit/documentation into chain-selector-shared-component
2 parents 89c43d9 + 32de3dd commit 6512c7b

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"@supabase/supabase-js": "^2.58.0",
7171
"astro": "^5.14.1",
7272
"@solana-program/compute-budget": "^0.9.0",
73-
"@solana-program/system": "^0.8.0",
73+
"@solana-program/system": "^0.8.1",
7474
"@solana-program/token": "^0.6.0",
7575
"@solana-program/token-2022": "^0.5.0",
7676
"@solana/kit": "^3.0.3",

public/changelog.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,27 @@
314314
}
315315
},
316316
"data": [
317+
{
318+
"category": "integration",
319+
"date": "2025-10-05",
320+
"description": "Newly supported tokens: EDEN, PEPE",
321+
"relatedTokens": [
322+
{
323+
"assetName": "Eden Token",
324+
"baseAsset": "EDEN",
325+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/EDEN",
326+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/eden.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
327+
},
328+
{
329+
"assetName": "Pepe",
330+
"baseAsset": "PEPE",
331+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/PEPE",
332+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/pepe.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
333+
}
334+
],
335+
"title": "Cross-chain token (CCT) standard: Added support for new tokens",
336+
"topic": "CCIP"
337+
},
317338
{
318339
"category": "integration",
319340
"date": "2025-10-05",

0 commit comments

Comments
 (0)