CryptoGnome / LimitSwap

LimitSwap is fully functional DeFi Trading Bot. No fees. You just need to hold LIMIT Utility token in your wallet to use.
https://www.limitswap.com/
278 stars 150 forks source link

add websockets and IPC support for pancakeswap. #375

Closed nathan31337 closed 2 years ago

nathan31337 commented 2 years ago

According to https://web3py.readthedocs.io/en/stable/providers.html

IPC (uses local filesystem: fastest and most secure) Websockets (works remotely, faster than HTTP) HTTP (more nodes support it)

CryptoGnome commented 2 years ago

Looks good can you please push changed to the base settings file as well to include this change

CryptoGnome commented 2 years ago

Looks good can you please push changed to the base settings file as well to include this change

Never mind now that I am at PC I see what you did :D

tsarbuig commented 2 years ago

FYI guys I tried to test with wss (wss://bsc-ws-node.nariox.org:443) and it did not work...

Did you try on your side?

nathan31337 commented 2 years ago

Yes I tried it on my side.

I just tried it again to verify using wss://bsc-ws-node.nariox.org and it worked. I'm not sure what problem you are running into.

tsarbuig commented 2 years ago

@nathanspace can you tell me precisely which value you used in the settings.json ?

Thanks