@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.
package/lib/index.cjs.js CHANGED
@@ -3242,10 +3242,15 @@ class Loader {
3242
3242
  }
3243
3243
  Loader.chunkSize = CHUNK_SIZE;
3244
3244
 
3245
+ /**
3246
+ * @deprecated Deprecated since Solana v1.17.20.
3247
+ */
3245
3248
  const BPF_LOADER_PROGRAM_ID = new PublicKey('BPFLoader2111111111111111111111111111111111');
3246
3249
 
3247
3250
  /**
3248
3251
  * Factory class for transactions to interact with a program loader
3252
+ *
3253
+ * @deprecated Deprecated since Solana v1.17.20.
3249
3254
  */
3250
3255
  class BpfLoader {
3251
3256
  /**