move spl cpis to utils

This commit is contained in:
Hardhat Chad
2024-07-08 20:49:27 +00:00
parent ce9a7012a2
commit e10b8eedd1
9 changed files with 180 additions and 62 deletions

View File

@@ -20,7 +20,7 @@ drillx = { git = "https://github.com/regolith-labs/drillx", branch = "master", f
mpl-token-metadata = "4.1.2"
num_enum = "0.7.2"
ore-api = { path = "api" }
ore-utils = { path = "utils" }
ore-utils = { path = "utils", features = ["spl"] }
shank = "0.3.0"
solana-program = "1.18"
spl-token = { version = "^4", features = ["no-entrypoint"] }