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

Communties: network selector is missing for minting assets, fees are not calculated #12844

Closed
anastasiyaig opened this issue Nov 23, 2023 · 6 comments · Fixed by #12874
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@anastasiyaig
Copy link
Contributor

Description

  1. cant select any network to mint asset other than optimism
  2. cant fetch fees even for optimism
ERR 2023-11-23 15:46:20.851+03:00 rpc response error                         topics="rpc" tid=8949608 file=core.nim:36 err="\nstatus-go error [methodName:wallet_getSuggestedFees, code:-32000, message:could not find network: 0 ]\n"
ERR 2023-11-23 15:46:20.851+03:00 error doing rpc request                    topics="rpc" tid=8949608 file=core.nim:40 methodName=wallet_getSuggestedFees exception="\nstatus-go error [methodName:wallet_getSuggestedFees, code:-32000, message:could not find network: 0 ]\n"
Screenshot 2023-11-23 at 15 46 33
@anastasiyaig anastasiyaig added this to the 0.15.0 RC milestone Nov 23, 2023
@anastasiyaig anastasiyaig added bug Something isn't working messenger-team labels Nov 23, 2023
@anastasiyaig
Copy link
Contributor Author

@endulab can u please look into that?

@glitchminer
Copy link
Contributor

I'm also getting a crash when attempting to airdrop a community token

ERR 2023-11-23 15:08:07.170+00:00 error doing rpc request                    topics="rpc" tid=4598942 file=core.nim:40 methodName=communitytokens_estimateMintTokens exception="\nstatus-go error [methodName:communitytokens_estimateMintTokens, code:3, message:execution reverted: ERC721: mint to the zero address ]\n"
ERR 2023-11-23 15:08:34.921+00:00 Error computing airdrop fees               topics="community-tokens-service" tid=4598925 file=service.nim:1183 msg="key not found: 5"

@endulab
Copy link
Contributor

endulab commented Nov 23, 2023

Ok, I will check this.

@anastasiyaig anastasiyaig linked a pull request Nov 24, 2023 that will close this issue
@endulab
Copy link
Contributor

endulab commented Nov 24, 2023

"cant select any network to mint asset other than optimism" -> the chain of owner token determines the chain of community tokens. If it is Optimism then all tokens must be on Optimism.
"cant fetch fees even for optimism" -> Quite probably the same as #12847.
We suspect that the reason can unexpected change of testnet mode. I had the same results when I turned off the testnet and tried to do anything with tokens. In such a case chain id is unknown.

@anastasiyaig
Copy link
Contributor Author

yes, 100%. i forgot about that. Sorry

@jrainville
Copy link
Member

Completed in #12874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants