We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shantian noticed that he could not send tokens with the name 0000000000000.chain in base aepps, I investigated and found the reason.
as http://52.220.198.72:3013/v2/names/0000000000000.chain shows,
{"id":"nm_8oH11atX3dnEsqnhhuFzRkxVdZfkkKSKxtKZQcYFudmgqcVmT","pointers":[{"id":"ak_2tACpi3fVoP5kGo7aXw4riDNwifU2UR3AxxKzTs7FiCPi4iBa8","key":"account_pubkey"}],"ttl":212559}
0000000000000.chain was pointed to ak_2tACpi3fVoP5kGo7aXw4riDNwifU2UR3AxxKzTs7FiCPi4iBa8.
but from base.aepps.com, the tokens were sent to nm_8oH11atX3dnEsqnhhuFzRkxVdZfkkKSKxtKZQcYFudmgqcVmT as https://www.aeknow.org/block/transaction/th_HbokA1mCU4YYg2v236ugGLdD8pyNaMnQptctKrEjEoog9AMza
so there might have an AENS resolving issue.
The pointed id should be the id with "key":"account_pubkey".
The text was updated successfully, but these errors were encountered:
aepp-base/src/store/plugins/ui/names.js
Line 28 in a27b354
Sorry, something went wrong.
No branches or pull requests
Shantian noticed that he could not send tokens with the name 0000000000000.chain in base aepps, I investigated and found the reason.
as http://52.220.198.72:3013/v2/names/0000000000000.chain shows,
{"id":"nm_8oH11atX3dnEsqnhhuFzRkxVdZfkkKSKxtKZQcYFudmgqcVmT","pointers":[{"id":"ak_2tACpi3fVoP5kGo7aXw4riDNwifU2UR3AxxKzTs7FiCPi4iBa8","key":"account_pubkey"}],"ttl":212559}
0000000000000.chain was pointed to ak_2tACpi3fVoP5kGo7aXw4riDNwifU2UR3AxxKzTs7FiCPi4iBa8.
but from base.aepps.com, the tokens were sent to nm_8oH11atX3dnEsqnhhuFzRkxVdZfkkKSKxtKZQcYFudmgqcVmT as https://www.aeknow.org/block/transaction/th_HbokA1mCU4YYg2v236ugGLdD8pyNaMnQptctKrEjEoog9AMza
so there might have an AENS resolving issue.
The pointed id should be the id with "key":"account_pubkey".
The text was updated successfully, but these errors were encountered: