-
Notifications
You must be signed in to change notification settings - Fork 49
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
I want to have "wallet_watchAsset" feature for Mobile platform in MetaMask #226
Comments
Hello, The ERC-1155 token isn't supported. From MetaMask documentation:
|
Oh! Thanks for the update. I didn't noticed that just skipped that part. And I have this strange issue coming from some of the users that when they try to add chain by method
They do get the popup to connect Metamask and the connection is successfully build. |
Do you use the latest version of the SDK? |
Yes I am |
Interesting. Could you please open a new issue with Bug Report template? |
Added: [Issue #227] |
I've one more question is it possible to add Ethereum Chain network before connecting/authorizing to any wallet, because I have a another network which is not in TrustWallet and I want to connect to it. but until and unless I add that network manually it doesn't allow me to authorize. Thanks for your help |
Unfortunately, it is not possible. You should use optional namespaces that include the chain ID of the network. If after connection, namespaces confirmed by the wallet do not include that chain ID, use |
Okay thanks! |
@skibitsky
I want to add the Token to Metamask in Android with code,
Expected Behaviour:
When I click on Unity Button it should redirect me to MetaMask and give popup to add the token with specific ID on ERC1155.
Code:
Method registered in Namespace:
RPC Class for JSON:
Script where I make a call:
ERROR:
Another Script with passing chainID:
Error:
The text was updated successfully, but these errors were encountered: