12 lines
436 B
Markdown
12 lines
436 B
Markdown
# Gas Fee Strategy
|
|||
|
|
|
||
|
|
[中文](README_CN.md)
|
||
|
|
|
||
|
|
Local, non-transaction demo of global, per-route, and high/low `GasFeeStrategy` configuration. It also shows replacement, deletion, and inspection of strategies.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
cargo run --package gas_fee_strategy
|
||
|
|
```
|
||
|
|
|
||
|
|
The example does not connect to Solana or submit a transaction. Fee values are illustrative; production values must come from current network conditions and explicit cost limits.
|