@solana/web3.js 1.94.0 → 1.95.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
@@ -10908,6 +10908,7 @@ const InfoString = superstruct.type({
10908
10908
  name: superstruct.string(),
10909
10909
  website: superstruct.optional(superstruct.string()),
10910
10910
  details: superstruct.optional(superstruct.string()),
10911
+ iconUrl: superstruct.optional(superstruct.string()),
10911
10912
  keybaseUsername: superstruct.optional(superstruct.string())
10912
10913
  });
10913
10914