tellor-io / telliot-feeds

Telliot feeds
https://tellor-io.github.io/telliot-feeds
Other
26 stars 9 forks source link

Fix Default Flags for Mantle #742

Open 0xSpuddy opened 8 months ago

0xSpuddy commented 8 months ago

Currently on mantle there's a logging issue that's telling the user that they don't have 10 TRB (enough to stake), however the stake amount is 5 TRB. Need to fix the log message and automatically stake just 5 on mantle.

Additionally, the -tx 0 flag is required to report on mantle because the network does not suport type 2 transactions. If practical, make -tx 0 default for mantle only.

please comment if a better explainer is needed here!