Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arbitrum Goerli Gas estimation #362

Closed
0xSpuddy opened this issue Feb 23, 2023 · 0 comments · Fixed by tellor-io/telliot-feeds#609
Closed

Arbitrum Goerli Gas estimation #362

0xSpuddy opened this issue Feb 23, 2023 · 0 comments · Fixed by tellor-io/telliot-feeds#609
Assignees

Comments

@0xSpuddy
Copy link
Collaborator

0xSpuddy commented Feb 23, 2023

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) 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants