@solana/web3.js 1.24.3 → 1.25.1

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.esm.js CHANGED
@@ -7,7 +7,7 @@ import bs58 from 'bs58';
7
7
  import { sha256 } from 'crypto-hash';
8
8
  import { serialize, deserialize, deserializeUnchecked } from 'borsh';
9
9
  import * as BufferLayout from '@solana/buffer-layout';
10
- import fetch from 'node-fetch';
10
+ import fetch from 'cross-fetch';
11
11
  import { coerce, instance, string, tuple, literal, unknown, union, type, optional, any, number, array, nullable, create, boolean, record, assert as assert$1 } from 'superstruct';
12
12
  import { Client } from 'rpc-websockets';
13
13
  import RpcClient from 'jayson/lib/client/browser';