Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 409 Bytes

Clipper RFQ subgraph

Supported chains

  • Polygon (Matic)
  • Optimism
  • Ethereum (mainnet)
  • Moonbeam
  • Moonbase

Build the subgraph

In order to build the subgraph for chain N to be deploy-ready you mus first run:

  • yarn pre:codegen:<N> where N can be: polygon, optimism, ethereum, moonbeam and moonbase. And then
  • yarn codegen

Deploying subgraph

Todo ...

Adding new chain

Todo ...