Enable universal boost (#126)

* disable boosts for migration

* renable new boosts

* take rate

* enable universal boost

* bump version
This commit is contained in:
Hardhat Chad
2025-04-07 13:24:29 -05:00
committed by GitHub
parent 798457ebb1
commit 96c37e68d1
4 changed files with 20 additions and 58 deletions

View File

@@ -3,11 +3,11 @@ resolver = "2"
members = ["api", "program"]
[workspace.package]
version = "3.5.0"
version = "3.6.0-beta"
edition = "2021"
license = "Apache-2.0"
homepage = "https://ore.supply"
description = "Liquid digial gold everyone can mine"
description = "Liquid digial gold"
documentation = "https://docs.rs/ore-api/latest/ore_api/"
repository = "https://github.com/regolith-labs/ore"
readme = "./README.md"
@@ -22,7 +22,7 @@ drillx = { version = "2.2", features = ["solana"] }
mpl-token-metadata = "5.1"
num_enum = "0.7.2"
ore-api = { path = "api" }
ore-boost-api = { version = "3.0", git = "https://github.com/regolith-labs/ore-boost.git", rev = "924105c" }
ore-boost-api = "4.0.0-alpha"
solana-program = "^2.1"
spl-token = { version = "^4", features = ["no-entrypoint"] }
spl-associated-token-account = { version = "^6", features = [ "no-entrypoint" ] }