Skip to content

Problem with sendTransaction invocation #45

Description

@pawel-kolodziej-neti

We are migrating from @gelatonetwork/relay-sdk to @gelatocloud/gasless

Previously in our code we were invoking ERC3009->transferWithAuthorization to perform erc20 transfer on our custom token.

We replaced this with createGelatoEvmRelayerClient()->sendTransaction

After migration all calls are failing with "No signers available" error - but they are marked as success on gelato gas tank log.

We are testing this on Polygon Amoy network.

private readonly relay = createGelatoEvmRelayerClient({
    apiKey: "SOME_API_KEY",
    testnet: true,
  });

  async sponsoredCall(payload: SponsoredCallRequest) {
    const id = await this.relay.sendTransaction(payload);
    const receipt = await this.relay.waitForReceipt({ id });
    return receipt.transactionHash;
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions