-
**Describe the bug**
I want to transfer AMP to MATIC(not WMATIC),but I got a error
```
Traceback (most recent call last):
File "D:\uniswap-python\examples\qyx_test.py", line 29, in
data = …
-
Hello not a bug, but however a question from a newbie in dex swapping.
https://github.com/uniswap-python/uniswap-python/blob/4f15d2ef7e9d7cb502e6b2ce44772fae46d18781/uniswap/uniswap.py#L1011
The…
-
🤖 Deseja mergulhar no mundo dos trading bots? Nosso novo tutorial "Construindo um Bot para Trade Sanduíche com Python para Uniswap e MetaMask" é o seu guia definitivo! Aprenda a integrar o Uniswap, bu…
-
Develop automated tests to verify the gas consumption are same across the following executors (including using the latest gas algorithm with custom gas parameters):
- executor in the evm-runtime co…
-
I am trying to use Pancakeswap.
```
from uniswap import Uniswap
from web3 import Web3
from decimal import *
import config
wallet_address = "XXX"
private_key = config.private
address = Web3…
-
There are a few untested functions in the main Uniswap class, these should be tested: https://app.codecov.io/gh/uniswap-python/uniswap-python/blob/master/uniswap/uniswap.py
Would be a big gain to h…
-
The make_trade (as well as get price methods) have a route of [token1, WETH, token2]
https://github.com/uniswap-python/uniswap-python/blob/master/uniswap/uniswap.py#L686
Does it mean that the swap…
-
Uniswap V3 launches tomorrow (May 5th).
Whitepaper: https://uniswap.org/whitepaper-v3.pdf
### Contracts
The new router contract is `SwapRouter.sol`:
- Impl: https://github.com/Uniswap/uni…
-
Uniswap v4 was recently announced: https://blog.uniswap.org/uniswap-v4
## My commitment
I'm not sure how much time I'll have to work on it myself, but I am at minimum open to helping out with revi…
-
Hi,
Uniswap-python supports the Polygon version of Uniswap, right?
I get keyerror: polygon when I try this test example:
from uniswap import Uniswap …