Introduction

This guide will serve as a way to integrate your current front end with our contracts.

These assumptions apply to all sections in this guide

  • You are using a react based app (either next.js/vite/create react app)

  • You are using wagmi to interact with the EVM

  • You have added our NPM package containing the contracts over here

  • You have an API key to use our subgraph. You can follow the guide here to create your API key.

Subgraph endpoints

These are the subgraph endpoint urls on each network:

  • Mainnet: https://gateway-arbitrum.network.thegraph.com/api/{api-key}/subgraphs/id/B6FW3z7yLTJKVuqz6kLDJAwJru1T89j4ww5JfY3GYX8F

  • Polygon: https://gateway-arbitrum.network.thegraph.com/api/{api-key}/subgraphs/id/8bjHtQZ9PZUMQAbCGJw5Zx2SbZZY2LQz8WH3rURzN5do

  • Base: https://gateway-arbitrum.network.thegraph.com/api/{api-key}/subgraphs/id/ArZjkaosc5rmBoYqprFWomvnjKSFMGkPFD7yuaZGuqQo

  • Arbitrum: https://api.studio.thegraph.com/query/51204/tellerv2-arbitrum/v0.4.21-16

Contract addresses

TellerV2

LenderCommitmentForwarderAlpha

Rollover

Last updated