blockson
blockson
**Bug Description** "Network fees are paid to the **Ethereum** network to secure transactions. Learn more". While I was on Polygon **Steps to Reproduce** 1. Visit swap page https://app.uniswap.org/#/tokens/polygon/0xb515790f12ad720d5fb256476fe7d443e3c5d752 2. Enter...
https://docs.uniswap.org/ > **Fetch token prices** button > https://docs.uniswap.org/sdk/v3/guides/quoting > **Page Not Found**
In default config `docker-compose.yml` default execution ports are **8545** and **8546** and **30303**. ``` ports: - "8545:8545" # RPC - "8546:8546" # websocket - "7301:6060" # metrics - "30303:30303" #...
### Describe the Feature Make it easier to pass authorizationList directly to RPC call without additional preparation. ### Code Example Heres example how authorization object look like after `wallet.authorize()`. ```...