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
All transaction endpoints now have a "fee" key needed in the JSON request. An example value for this can be 2000. This includes the following endpoints:
SubmitPayForData
Transfer
Delegate
BeginRedelegate
Undelegate
CancelUnbondingDelegation
The text was updated successfully, but these errors were encountered:
thank you @distractedm1nd - I don't think we have anything for Delegate, BeginRedelegate, Undelegate, CancelUnbondingDelegation have anything in the docs cc @YazzyYaz. it looks like SubmitPayForData and Transfer have it though!
celestiaorg/celestia-node#1484 introduces the following changes to the gateway requests:
All transaction endpoints now have a
"fee"
key needed in the JSON request. An example value for this can be2000
. This includes the following endpoints:The text was updated successfully, but these errors were encountered: