chore: add all
This commit is contained in:
6
pkg/consts/consts.go
Normal file
6
pkg/consts/consts.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
SolDecimals = 9 // Decimals for SOL
|
||||
TokenDecimals = 6 // Default decimals for SPL tokens
|
||||
)
|
||||
Reference in New Issue
Block a user