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
I have transferred "ark13" from Stargaze to IRISnet, but I cant query for this specific token.
Environment
OS: Ubuntu 22.03
Software version: iris v1.4.1-gon-testnet
Steps to Reproduce
# query for specific token does not work
$ iris query nft token 'ibc/3449A9F89F4841A735D15600ADDD3757C43CD2DEC841C1006D3B6B1C37ADB2CE''ark-13' --output json
Error: tokenID can only accept characters that match the regular expression: ([a-z][a-zA-Z0-9/]{2,127}),but got (ark-13): invalid denom
# thought collection shows there is token ark13
$ iris query nft collection 'ibc/3449A9F89F4841A735D15600ADDD3757C43CD2DEC841C1006D3B6B1C37ADB2CE' --output json
5 tokens found
...
{
"id": "ark-13",
"name": "",
"uri": "",
"data": "",
"owner": "iaa183e7ccwsnngj2q8lfxnmekunspnfxs6qxd4v3f",
"uri_hash": ""
}
...
Expected and Actual Behavior
Token query should work.
The text was updated successfully, but these errors were encountered:
Not sure whether prompting an error is sufficient here, since token exists. So query should be possible.
The application layer has its specific logic for handling NFTs. As there is no unified specification for cross-chain assets at the application layer, we can only ensure that the destination chain holds your asset, but we cannot guarantee the asset can have the full functionality of that dest chain.
Summary of Bug
I have transferred "ark13" from Stargaze to IRISnet, but I cant query for this specific token.
Environment
Steps to Reproduce
Expected and Actual Behavior
Token query should work.
The text was updated successfully, but these errors were encountered: