aurora-is-near / aurora-relayer

[DEPRECATED] Web3-compatible relayer server for Aurora.
https://aurora-is-near.github.io/aurora-relayer/
Creative Commons Zero v1.0 Universal
26 stars 13 forks source link

[BUG] Aurora - Eth Call #294

Closed steegecs closed 1 year ago

steegecs commented 2 years ago

Hello! I am trying to deploy a subgraph for Trisolaris - a DEX on the aurora blockchain.

I continue to run into this error when making an ETH call in one of my handlers. I am not sure what the source of the error is. I compiled and used the ABIs for this protocol. I have deployed subgraphs for dexes that use close to the same code and it works fine.

Screen Shot 2022-05-23 at 9 15 00 AM

Any ideas what the source of this error could be?

Here is the hosted service deployment: https://thegraph.com/hosted-service/subgraph/steegecs/trisolaris-aurora?selected=logs

The code can be found here: https://github.com/steegecs/subgraphs/tree/steegecs/uniswap-forks-addForks/subgraphs/uniswap-forks https://github.com/steegecs/subgraphs/tree/steegecs/uniswap-forks-addForks/subgraphs/uniswap-forks/protocols/trisolaris

The error seems to occur when running any of the eth calls in this file: https://github.com/steegecs/subgraphs/blob/steegecs/uniswap-forks-addForks/subgraphs/uniswap-forks/protocols/trisolaris/src/common/handlers/handleReward.ts

spilin commented 1 year ago

This repository is deprecated. If issue still persists, please reopen it on a new repository of Aurora Relayer v2.