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
Try to approve an Aragon Agent to register a darknode. Console will error with gas required exceeds allowance (10000000) or always failing transaction.
Possible Fixes
Remove the hard coded gas limit. I believe this should fix things.
The text was updated successfully, but these errors were encountered:
Description
Currently, you cannot use arbitrary contract code to call on a registration for a darknode because of the hard coded gas limit found here:
command-center/src/lib/ethereum/contractWrites.ts
Line 123 in 9c0423c
Steps to Reproduce
gas required exceeds allowance (10000000) or always failing transaction
.Possible Fixes
The text was updated successfully, but these errors were encountered: