@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.
@@ -10211,6 +10211,7 @@ const InfoString = superstruct.type({
10211
10211
  name: superstruct.string(),
10212
10212
  website: superstruct.optional(superstruct.string()),
10213
10213
  details: superstruct.optional(superstruct.string()),
10214
+ iconUrl: superstruct.optional(superstruct.string()),
10214
10215
  keybaseUsername: superstruct.optional(superstruct.string())
10215
10216
  });
10216
10217