chore: add all

This commit is contained in:
2025-12-26 10:57:37 +08:00
commit b484273cba
30 changed files with 5822 additions and 0 deletions

6
pkg/consts/consts.go Normal file
View File

@@ -0,0 +1,6 @@
package consts
const (
SolDecimals = 9 // Decimals for SOL
TokenDecimals = 6 // Default decimals for SPL tokens
)