Canto-Network / Canto

Layer-1 blockchain powered by Free Public Infrastructure
GNU Lesser General Public License v3.0
83 stars 75 forks source link

"message": "Params 'module' and 'action' are required parameters" on Tuber Build GQL API #116

Open loxator opened 9 months ago

loxator commented 9 months ago

Hello, trying any query on https://tuber.build/graphiql returns the error:

"message": "Params 'module' and 'action' are required parameters",

query tried:

{
    transaction(
      hash: "0x082762f95047d39d612daafec832f88163f3815fde4ddd8944f2a5198a396e0f"
    ) {
      hash
      blockNumber
      value
      gasUsed
    }
  }

Any idea?