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
With the following request, the result is invalid, with shareToken.symbol === "\"\"" and shareToken.name === "\"\""
shareToken.symbol === "\"\""
shareToken.name === "\"\""
Link here for the vault on Fantom Network. Name and Symbol are correct on contract.
{ vault(id: "0x0a0b23d9786963de69cb2447dc125c49929419d8") { id token{ id decimals symbol name } shareToken { id decimals symbol name } } }
Result
{ "data": { "vault": { "id": "0x0a0b23d9786963de69cb2447dc125c49929419d8", "token": { "id": "0x82f0b8b456c1a451378467398982d4834b6829c1", "decimals": 18, "symbol": "MIM", "name": "Magic Internet Money" }, "shareToken": { "id": "0x0a0b23d9786963de69cb2447dc125c49929419d8", "decimals": 18, "symbol": "\"\"", "name": "\"\"" } } } }
The text was updated successfully, but these errors were encountered:
i'll take a look
looks like the vault has no name because when it was created it wasn't given a name until later. https://ftmscan.com/tx/0xf610aadea5b7304f569e4727d5ade90577ba92ae3129af431f14c83a00137458
Sorry, something went wrong.
rareweasel
Successfully merging a pull request may close this issue.
With the following request, the result is invalid, with
shareToken.symbol === "\"\""
andshareToken.name === "\"\""
Link here for the vault on Fantom Network.
Name and Symbol are correct on contract.
Result
The text was updated successfully, but these errors were encountered: