Skip to content

Commit 8f55af0

Browse files
authored
feat: define jito-priority-fee-distribution crate (#148)
1 parent 24ec5d8 commit 8f55af0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mev-programs/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ edition = "2021"
1919
agave-feature-set = "2.2"
2020
anchor-lang = { version = "0.31.1" }
2121
bincode = "1.3.3"
22+
jito-priority-fee-distribution = { path = "programs/priority-fee-distribution", version = "=0.1.6", features = ["no-entrypoint", "no-idl"] }
2223
jito-programs-vote-state = { path = "programs/vote-state", version = "=0.1.6" }
2324
jito-tip-distribution = { path = "programs/tip-distribution", version = "=0.1.6", features = ["no-entrypoint", "no-idl"] }
2425
jito-tip-payment = { path = "programs/tip-payment", version = "=0.1.6" }

0 commit comments

Comments
 (0)