Skip to content

Add Solana SQD SPL token package, mint CLI, and tests#78

Open
Gradonsky wants to merge 1 commit intomainfrom
feat-solana-sqd-token
Open

Add Solana SQD SPL token package, mint CLI, and tests#78
Gradonsky wants to merge 1 commit intomainfrom
feat-solana-sqd-token

Conversation

@Gradonsky
Copy link
Copy Markdown
Contributor

Important note

The EVM SQD token uses 18 decimals, but a standard SPL token stores amounts as u64.
Because of that, 1,337,000,000 * 10^18 does not fit in a standard SPL mint.

This implementation keeps the same whole-token supply (1,337,000,000 SQD) but uses 10 decimals on Solana, which is the maximum precision that fits SPL limits.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 5, 2026

Deploy Preview for subsquid-contract-state failed.

Name Link
🔨 Latest commit ec1dd8a
🔍 Latest deploy log https://app.netlify.com/projects/subsquid-contract-state/deploys/69f9d729902dd10008aa46b7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant