sei-protocol / sei-js

SeiJS is a monorepo that contains multiple NPM libraries for writing applications that interact with the Sei network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

truecode112 opened this issue · comments

commented

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

commented

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.