Cargo Features
[dependencies]
wormhole-token-bridge-solana = { version = "0.0.1-alpha.4", default-features = false, features = ["localnet", "mainnet", "testnet", "no-entrypoint", "no-idl", "no-log-ix-name", "cpi"] }
- default = cpi, mainnet, no-idl
-
These default features are set whenever
wormhole-token-bridge-solana
is added without
somewhere in the dependency tree.default-features = false - localnet
-
A.K.A. Local Validator (via JS Integration Test) and Tilt
Enables localnet of wormhole-core-bridge-solana
- mainnet default
-
A.K.A. Solana Mainnet-Beta
Enables mainnet of wormhole-core-bridge-solana
- testnet
-
A.K.A. Solana Devnet
Enables testnet of wormhole-core-bridge-solana
- no-entrypoint cpi
- no-idl default
- no-log-ix-name
- cpi default = no-entrypoint
-
Affects
legacy::cpi
…