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
I use the following code:
web3 = await new Web3(" wss://nunki.htznr.fault.dev/ws ");
console. log(web3)
Used to listen to contract events and return an error:
connection not open on send()
The text was updated successfully, but these errors were encountered:
Created a public endpoint for sepolia if anyone needs.
https://nunki.htznr.fault.dev/rpc
wss://nunki.htznr.fault.dev/ws
See also
Originally posted by @q9f in #460 (comment)
I use the following code:
web3 = await new Web3(" wss://nunki.htznr.fault.dev/ws ");
console. log(web3)
Used to listen to contract events and return an error:
connection not open on send()
The text was updated successfully, but these errors were encountered: