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
View call: genesisdao.anank2.testnet.get_proposal({"id":9}){id: 9,proposer: 'anank2.testnet',description: 'Transfer NEAR from DAO to an account',kind: {Transfer: {token_id: 'genesisdao.anank2.testnet',receiver_id: 'anank3.testnet',amount: '3',msg: ''}},status: 'InProgress',vote_counts: {council: [1,0,0]},votes: {'anank1.testnet': 'Approve'},submission_time: '1652962091452176838'}
And when I call VoteApprove :
near call $DAO act_proposal '{"id":9, "action": "VoteApprove"}' --accountId marseille.testnet
The problem with exceeded prepaid gas is not when we call add_proposal but when it must executes. And I can't add gas at this part.
I have the same error second time for another dao
Receipt: Epf944T3PvHmiuQE1N6KLoqM8boGhcpeNxii3PAgdnB7
Failure [pointeuse.anank9.testnet]: Error: {"index":0,"kind":{"ExecutionError":"Exceeded the prepaid gas."}}
Hello,
I'm trying to approve a transaction on a DAO :
And when I call VoteApprove :
I have :
My account has enough funds and when I try to put
--gas 10000000000000
, it's the same issue.The text was updated successfully, but these errors were encountered: