You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const {Providers } instead [P cant use lowercase maybe ] , its work ,
but ' WebSocketProvider ' undefined ,
maybe bucause the opensea-js changed, i think
The text was updated successfully, but these errors were encountered:
DEPRECATED: Please use providerUtils.standardizeOrThrow() instead
DEPRECATED: Please use providerUtils.standardizeOrThrow() instead
c:\Users\Administrator\Desktop\opensea\openseaSeller.js:38
const provider = new Providers.websocketProvider(PRIVATE_WSS.ETH);
^
TypeError: Cannot read properties of undefined (reading 'websocketProvider')
at Object. (c:\Users\Administrator\Desktop\opensea\openseaSeller.js:38:34)
at Module._compile (node:internal/modules/cjs/loader:1126:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1180:10)
at Module.load (node:internal/modules/cjs/loader:1004:32)
at Function.Module._load (node:internal/modules/cjs/loader:839:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47
const {Providers } instead [P cant use lowercase maybe ] , its work ,
but ' WebSocketProvider ' undefined ,
maybe bucause the opensea-js changed, i think
The text was updated successfully, but these errors were encountered: