@solana/client 0.1.0 → 0.1.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/dist/index.browser.cjs +0 -5
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.mjs +0 -5
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.native.mjs +0 -5
- package/dist/index.native.mjs.map +1 -1
- package/dist/index.node.cjs +0 -5
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.mjs +0 -5
- package/dist/index.node.mjs.map +1 -1
- package/dist/types/client/actions.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.browser.mjs
CHANGED
|
@@ -246,11 +246,6 @@ function createActions({ connectors, logger: inputLogger, runtime, store }) {
|
|
|
246
246
|
},
|
|
247
247
|
lastUpdatedAt: now()
|
|
248
248
|
}));
|
|
249
|
-
logger({
|
|
250
|
-
data: { endpoint, latencyMs, websocketEndpoint },
|
|
251
|
-
level: "info",
|
|
252
|
-
message: "cluster ready"
|
|
253
|
-
});
|
|
254
249
|
} catch (error) {
|
|
255
250
|
store.setState((state) => ({
|
|
256
251
|
...state,
|