entropyxyz / sdk

Official JavaScript SDK for Entropy blockchain.
GNU Affero General Public License v3.0
7 stars 0 forks source link

Error: Endpoint should start with 'ws://', received 'endpoint' #243

Closed benschac closed 4 months ago

benschac commented 8 months ago

entropy-client builds fail with

Error: Endpoint should start with 'ws://', received 'endpoint'
    at /Users/benjaminschachter/entropy-client/node_modules/@polkadot/rpc-provider/cjs/ws/index.js:234:23
    at Array.forEach (<anonymous>)
    at new WsProvider (/Users/benjaminschachter/entropy-client/node_modules/@polkadot/rpc-provider/cjs/ws/index.js:232:19)
    at Entropy.init (/Users/benjaminschachter/entropy-client/node_modules/@entropyxyz/entropy-js/dist/index.cjs:12176:24)

entropy-js defaults and documentation would be helpful.