qraxiss

Results 4 comments of qraxiss

For this problem in my own code I changed the async websocket method to Thread. I hope it works. ```python from binance.client import Client from helpers import socket_parser from threading...

This code is written for Uniswap, it works for forks. But it doesn't work for itself, very interesting

```python from uniswap import Uniswap from web3 import Web3 from config import provider from tokens import tokens, Token t1 : Token = [token for token in tokens.values() if token.symbol ==...

My solution is here. +- 1 in 1000 margin of error. If a PR is requested, I can write a more professional one. But for me this is enough. ```python...