Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
anchor_version = "0.13.2"

[workspace]
members = [
"token-lending/program",
"token/program",
]

[provider]
cluster = "mainnet"
wallet = "~/.config/solana/id.json"

[programs.mainnet]
spl_token_lending = "<program-id-here>"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When publishing, make sure to enter the program ID you want to use here.

28 changes: 0 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,7 @@
[workspace]
members = [
"associated-token-account/program",
"binary-oracle-pair/program",
"examples/rust/cross-program-invocation",
"examples/rust/custom-heap",
"examples/rust/logging",
"examples/rust/sysvar",
"examples/rust/transfer-lamports",
"feature-proposal/program",
"feature-proposal/cli",
"governance/program",
"libraries/math",
"memo/program",
"name-service/program",
"record/program",
"shared-memory/program",
"stake-pool/cli",
"stake-pool/program",
"token-lending/cli",
"token-lending/program",
"token-swap/program",
"token-swap/program/fuzz",
"token/cli",
"token/program",
"utils/cgen",
"utils/test-client",
]
exclude = [
"themis/client_ristretto",
"themis/program_ristretto",
"token/perf-monitor", # TODO: Rework perf-monitor to use solana-program-test, avoiding the need to link directly with the BPF VM
]

[profile.dev]
Expand Down