Skip to content

Commit 8c2ec70

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/astro-framework-e7ad60d4c6
2 parents 2702a61 + 23ea78a commit 8c2ec70

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.github/workflows/detect-new-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
# Step 11: Upload artifacts for debugging and record-keeping
153153
- name: Capture output artifacts
154154
if: always()
155-
uses: actions/upload-artifact@v4
155+
uses: actions/upload-artifact@v5
156156
with:
157157
name: data-detection-${{ github.run_id }}
158158
path: |

.github/workflows/detect-new-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
# Capture output artifacts (always runs, even if previous steps failed)
161161
- name: Capture output files
162162
if: always()
163-
uses: actions/upload-artifact@v4
163+
uses: actions/upload-artifact@v5
164164
with:
165165
name: token-detection-artifacts-${{ github.run_id }}
166166
path: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240

241241
- name: Upload Test Coverage
242242
if: always()
243-
uses: actions/upload-artifact@v4
243+
uses: actions/upload-artifact@v5
244244
with:
245245
name: coverage-report-node-${{ matrix.node-version }}
246246
path: coverage/

public/changelog.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,27 @@
322322
}
323323
},
324324
"data": [
325+
{
326+
"category": "integration",
327+
"date": "2025-10-26",
328+
"description": "Newly supported tokens: CHEX, WOLF",
329+
"relatedTokens": [
330+
{
331+
"assetName": "Chintai Exchange Token",
332+
"baseAsset": "CHEX",
333+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/CHEX",
334+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/chex.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
335+
},
336+
{
337+
"assetName": "Landwolf",
338+
"baseAsset": "WOLF",
339+
"url": "https://docs.chain.link/ccip/directory/mainnet/token/WOLF",
340+
"iconUrl": "https://d2f70xi62kby8n.cloudfront.net/tokens/wolf.webp?auto=compress%2Cformat&q=60&w=40&h=40&fit=cover"
341+
}
342+
],
343+
"title": "Cross-chain token (CCT) standard: Added support for new tokens",
344+
"topic": "CCIP"
345+
},
325346
{
326347
"category": "release",
327348
"date": "2025-10-22",

0 commit comments

Comments
 (0)