@bulletxyz/bullet-sdk 0.24.0-rc.5 → 0.24.0-rc.7
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/dist/node/index.js
CHANGED
|
@@ -2440,8 +2440,8 @@ var NETWORKS = {
|
|
|
2440
2440
|
ws: "wss://ws.stg.bullet.xyz"
|
|
2441
2441
|
},
|
|
2442
2442
|
Testnet: {
|
|
2443
|
-
rest: "https://rollup
|
|
2444
|
-
ws: "
|
|
2443
|
+
rest: "https://rollup.testnet.bullet.xyz",
|
|
2444
|
+
ws: "https://ws.testnet.bullet.xyz"
|
|
2445
2445
|
},
|
|
2446
2446
|
Mainnet: {
|
|
2447
2447
|
rest: "https://rollup-mainnet.zeta.markets",
|