Open
Description
With the following request, the result is invalid, with shareToken.symbol === "\"\""
and 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": "\"\""
}
}
}
}