We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f55670 commit 02e1b73Copy full SHA for 02e1b73
IceCreamSwapWeb3/Subsquid.py
@@ -110,7 +110,7 @@ def get_filter(
110
else:
111
worker_url = get_text(f'{gateway_url}/{from_block}/worker')
112
113
- if os.getenv("SUBSQUID_USE_IP_PROXY", "true").lower() == "true":
+ if os.getenv("SUBSQUID_USE_IP_PROXY", "false").lower() == "true":
114
assert worker_url.startswith("https://")
115
worker_url = "https://rpc-internal.icecreamswap.com/proxy/" + worker_url[8:]
116
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-VERSION = '0.3.1'
+VERSION = '0.3.2'
4
DESCRIPTION = 'IceCreamSwap Web3.py wrapper'
5
LONG_DESCRIPTION = 'IceCreamSwap Web3.py wrapper with automatic retries, multicall and other advanced functionality'
6
0 commit comments