Instadapp / Swap-Aggregator-Subgraph

Subgraph for Swap Aggregator Connector.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swap Aggregator Subgraph

Basic subgraph for Swap Aggregator Connector. Tracks all the calls made to the swap method and stores the data which includes:

  • connectors: The connector names array passed by the user to perform swaps on any, in preference order.
  • callData: Array of call data passed by the user - input details for the respective connectors.
  • eventName: "LogSwapAggregator(string[],string,string,bytes)"
  • eventParam: Encoded data including connectors array, connector name where swap took place, eventName and eventParams returned by the connector where swap occured.

Support added for Mainnet

Query

{
  swapAggregatorDatas {
    id
    connectors
    callData
    eventName
    eventParams
    transactionDetail {
      hash
      from
      to
      input
      value
      index
      blockNumber
      timestamp
      gasUsed
      gasLimit
      gasPrice
    }
  }
}

About

Subgraph for Swap Aggregator Connector.


Languages

Language:TypeScript 100.0%