@solana/web3.js 1.89.1 → 1.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3234,10 +3234,15 @@ class Loader {
3234
3234
  }
3235
3235
  Loader.chunkSize = CHUNK_SIZE;
3236
3236
 
3237
+ /**
3238
+ * @deprecated Deprecated since Solana v1.17.20.
3239
+ */
3237
3240
  const BPF_LOADER_PROGRAM_ID = new PublicKey('BPFLoader2111111111111111111111111111111111');
3238
3241
 
3239
3242
  /**
3240
3243
  * Factory class for transactions to interact with a program loader
3244
+ *
3245
+ * @deprecated Deprecated since Solana v1.17.20.
3241
3246
  */
3242
3247
  class BpfLoader {
3243
3248
  /**