Open Hg347 opened 7 months ago
python -m curvesim --version
Call to res = curvesim.autosim(testPoolId, chain="matic", A=range(500,1500,250)) fails.
res = curvesim.autosim(testPoolId, chain="matic", A=range(500,1500,250))
remove colon in network/coingecko.py L26: "matic:"
"matic:"
Version Information
python -m curvesim --version
(curvesim and python versions, OS type) curvesim 0.5.0, CPython 3.11.8 on LinuxWhat's your issue about?
Call to
res = curvesim.autosim(testPoolId, chain="matic", A=range(500,1500,250))
fails.How can it be fixed?
remove colon in network/coingecko.py L26:
"matic:"