scaffold bury ix

This commit is contained in:
Hardhat Chad
2025-05-23 17:52:47 -07:00
parent b5a50622a2
commit e942e7ae5b
11 changed files with 146 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ bytemuck = "1.14.3"
bytemuck_derive = "1.7.0"
const-crypto = "0.1.0"
drillx = { version = "2.2", features = ["solana"] }
meteora-pools-sdk = "0.1"
mpl-token-metadata = "5.1"
num_enum = "0.7.2"
ore-api = { path = "api" }
@@ -34,6 +35,7 @@ thiserror = "1.0.57"
tokio = { version = "1.37.0", features = ["full"] }
[patch.crates-io]
meteora-pools-sdk = { git = "https://github.com/regolith-labs/meteora-pools-sdk", branch = "master" }
[profile.release]
overflow-checks = true