fatih
fatih
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...
I tried a software of aws called sam, created yaml file etc etc. I followed many steps and methods but due to my lack of nodejs and aws knowledge, I...
I'm using python. Lib: https://github.com/uniswap-python I don't know typescript at all, it would be great if you could share a document explaining how I can get the best price with...
> Hi! Can you elaborate on the issue you're having? You should be able to quote trades properly using https://github.com/uniswap/universal-router-sdk Is there an example code on how I can calculate...