pub const DEFAULT_LAMPORTS_PER_BYTE_YEAR: u64 = 1000000000 / 100 * 365 / (1024 * 1024); // 3_480u64
Expand description

Default rental rate in lamports/byte-year.

This calculation is based on:

  • 10^9 lamports per SOL
  • $1 per SOL
  • $0.01 per megabyte day
  • $3.65 per megabyte year