Add address lookup table program (#21616)

* Add address lookup table program

* feedback
This commit is contained in:
Justin Starry
2021-12-10 16:02:16 -05:00
committed by GitHub
parent a5a0dabe7b
commit 9b41ddd9ba
21 changed files with 1665 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ rayon = "1.5.1"
regex = "1.5.4"
serde = { version = "1.0.131", features = ["rc"] }
serde_derive = "1.0.103"
solana-address-lookup-table-program = { path = "../programs/address-lookup-table", version = "=1.10.0" }
solana-config-program = { path = "../programs/config", version = "=1.10.0" }
solana-compute-budget-program = { path = "../programs/compute-budget", version = "=1.10.0" }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.10.0" }