Skip to content

Commit fb974d7

Browse files
tilo-14claude
andcommitted
Fix CI: Update c-token references to light-token
Update GitHub Actions workflow and documentation to reference the renamed light-token directory. The directory was previously renamed from c-token to light-token, but CI configuration was not updated, causing build failures. Changes: - Update rust-tests.yml matrix to use light-token instead of c-token - Update README.md section heading and directory path - Update package.json and package-lock.json with new package name 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c818986 commit fb974d7

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/rust-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
- counter/pinocchio
3131
- account-comparison
3232
- zk-id
33-
- c-token
33+
- light-token
3434
include:
35-
- example: c-token
35+
- example: light-token
3636
test-command: cargo test
3737
- example: basic-operations/native
3838
package: native-program-burn

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ Full compressed account lifecycle (create, increment, decrement, reset, close):
4242

4343
- **[zk-id](./zk-id)** - A minimal zk id Solana program that uses zero-knowledge proofs for identity verification with compressed accounts.
4444

45-
### cToken Examples
46-
47-
- **[c-token](./c-token/)** - Client examples for compressed tokens (cToken) including:
48-
- Create compressed mint (cMint) with metadata
49-
- Create compressed token account (cToken)
50-
- Create compressed associated token account (cATA)
51-
- Mint tokens to cToken account
52-
- Transfer between SPL and cToken accounts
53-
- Close cToken account
45+
### Light Token Standard Examples
46+
47+
- **[light-token](./light-token/)** - Client examples for light tokens including:
48+
- Create mint with metadata
49+
- Create token account
50+
- Create associated token account
51+
- Mint tokens to light-token account
52+
- Transfer between SPL and light-token accounts
53+
- Close light-token account
5454

5555
## Light Protocol dependencies
5656

light-token/package-lock.json

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

light-token/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "c-token-tests",
2+
"name": "light-token-tests",
33
"version": "1.0.0",
4-
"description": "TypeScript tests for c-token SDK examples",
4+
"description": "TypeScript tests for light-token SDK examples",
55
"type": "module",
66
"scripts": {
77
"test": "vitest run --reporter=verbose",

0 commit comments

Comments
 (0)