You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The priority on this one is probably lower, but telliot currently can't submit to Arbitrum Goerli without setting -gp and -gl manually.
start command: telliot report -a arbtest -rf -p YOLO -wp 15 results in the following:
INFO | telliot_feeds.reporters.tellor_flex |
tips: 0.0 TRB
gas limit: 350000
legacy gas price: 1
INFO | telliot_feeds.reporters.tellor_flex | Estimated profit: $-0.58
INFO | telliot_feeds.reporters.tellor_flex | tip price: 0.0, gas costs: 0.5796735
INFO | telliot_feeds.reporters.tellor_flex | Estimated percent profit: -100.0%
ERROR | telliot_feeds.sources.price.spot.bittrex | Unable to decode Bittrex JSON
INFO | telliot_feeds.sources.price_aggregator | Running median on [759.97, 755.96, 758.01, 762.3]
INFO | telliot_feeds.sources.price_aggregator | Feed Price: 758.99 reported at time 2023-02-23 14:39:29.613301+00:00
INFO | telliot_feeds.sources.price_aggregator | Number of sources used in aggregate: 4
DEBUG | telliot_feeds.reporters.interval | IntervalReporter Encoded value: 000000000000000000000000000000000000000000000029251a27b2d9bb2387
DEBUG | telliot_feeds.reporters.interval | Sending submitValue transaction
ERROR | telliot_feeds.reporters.interval | Send transaction failed: ValueError({'code': -32000, 'message': 'intrinsic gas too low'})
INFO | telliot_feeds.reporters.interval | Sleeping for 15 seconds
starting telliot withtelliot report -a arbtest -qt eth-usd-spot -p YOLO -wp 3600 -gp 1 -gl 5000000 works (note that the gas limit is 5,000,000) 👀
The text was updated successfully, but these errors were encountered:
The priority on this one is probably lower, but telliot currently can't submit to Arbitrum Goerli without setting
-gp
and-gl
manually.start command:
telliot report -a arbtest -rf -p YOLO -wp 15
results in the following:starting telliot with
telliot report -a arbtest -qt eth-usd-spot -p YOLO -wp 3600 -gp 1 -gl 5000000
works (note that the gas limit is 5,000,000) 👀The text was updated successfully, but these errors were encountered: