@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.iife.js CHANGED
@@ -14460,10 +14460,15 @@ var solanaWeb3 = (function (exports) {
14460
14460
  }
14461
14461
  Loader.chunkSize = CHUNK_SIZE;
14462
14462
 
14463
+ /**
14464
+ * @deprecated Deprecated since Solana v1.17.20.
14465
+ */
14463
14466
  const BPF_LOADER_PROGRAM_ID = new PublicKey('BPFLoader2111111111111111111111111111111111');
14464
14467
 
14465
14468
  /**
14466
14469
  * Factory class for transactions to interact with a program loader
14470
+ *
14471
+ * @deprecated Deprecated since Solana v1.17.20.
14467
14472
  */
14468
14473
  class BpfLoader {
14469
14474
  /**