scrtlabs/secret.js

query token_info for snip20/snip721 supposed to be contract_info ?

agent-mili opened this issue · 2 comments

Is this query supposed to query the contract_info instead of token_info:
https://github.com/scrtlabs/secret.js/blob/master/src/extensions/snip721/query.ts#L42-L44
It's just that I cannot find token_info in the specs of snip20/snip721. If so I can do a PR.

Is this query supposed to query the contract_info instead of token_info?

No, if there's not token_info in SNP721, then I vote for removing this function. To query for contract_info you can use secretjs.query.compute.contractInfo()

I can create a PR for snp721 extension very soon.