@solana/web3.js 2.0.0-rc.4 → 2.0.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.
@@ -4178,7 +4178,7 @@ this.globalThis.solanaWeb3 = (function (exports) {
4178
4178
  ...config.headers ? normalizeHeaders2(config.headers) : void 0,
4179
4179
  ...{
4180
4180
  // Keep these headers lowercase so they will override any user-supplied headers above.
4181
- "solana-client": `js/${"2.0.0-rc.4"}`
4181
+ "solana-client": `js/${"2.0.0"}`
4182
4182
  }
4183
4183
  }
4184
4184
  }),