sei-protocol / sei-js

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with the Sei network.
43 stars 37 forks source link

TypeError: (0 , _sei_js_core__WEBPACK_IMPORTED_MODULE_11__.connect) is not a function #129

Closed truecode112 closed 6 months ago

truecode112 commented 6 months ago

I am using sei-js/core in Tyepscript Next.js project. image Cannot find connect function. How to solve this?

besated commented 6 months ago

Hi @truecode112, there isn't a connect function in @sei-js/core anymore. To connect to a wallet, please take a look at the JavaScript reference page in our docs here.

Apologies for the confusion, the docs are a bit outdated and will be updated soon.