@solana/web3.js 1.10.2 → 1.11.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.browser.esm.js +4 -4
- package/lib/index.browser.esm.js.map +1 -1
- package/lib/index.cjs.js +4 -4
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.esm.js +4 -4
- package/lib/index.esm.js.map +1 -1
- package/lib/index.iife.js +4 -4
- package/lib/index.iife.js.map +1 -1
- package/lib/index.iife.min.js +1 -1
- package/lib/index.iife.min.js.map +1 -1
- package/package.json +1 -1
- package/src/util/cluster.ts +4 -4
package/lib/index.iife.js
CHANGED
|
@@ -27693,13 +27693,13 @@ var solanaWeb3 = (function (exports) {
|
|
|
27693
27693
|
|
|
27694
27694
|
const endpoint = {
|
|
27695
27695
|
http: {
|
|
27696
|
-
devnet: 'http://devnet.solana.com',
|
|
27697
|
-
testnet: 'http://testnet.solana.com',
|
|
27696
|
+
devnet: 'http://api.devnet.solana.com',
|
|
27697
|
+
testnet: 'http://api.testnet.solana.com',
|
|
27698
27698
|
'mainnet-beta': 'http://api.mainnet-beta.solana.com'
|
|
27699
27699
|
},
|
|
27700
27700
|
https: {
|
|
27701
|
-
devnet: 'https://devnet.solana.com',
|
|
27702
|
-
testnet: 'https://testnet.solana.com',
|
|
27701
|
+
devnet: 'https://api.devnet.solana.com',
|
|
27702
|
+
testnet: 'https://api.testnet.solana.com',
|
|
27703
27703
|
'mainnet-beta': 'https://api.mainnet-beta.solana.com'
|
|
27704
27704
|
}
|
|
27705
27705
|
};
|