Skip to content

Invalid ShareToken name and symbol #173

Open
@Majorfi

Description

@Majorfi

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": "\"\""
      }
    }
  }
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions