From 01aaba5561698342e48ef5d79f49418cf04e7ac7 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Mon, 14 Oct 2024 18:09:05 +0400 Subject: [PATCH] add linea to subgraph networks --- subgraph/networks.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/subgraph/networks.json b/subgraph/networks.json index 4c072fad3..769ef4680 100644 --- a/subgraph/networks.json +++ b/subgraph/networks.json @@ -28,5 +28,11 @@ "address": "0x7D2f700b1f6FD75734824EA4578960747bdF269A", "startBlock": 62036116 } + }, + "linea": { + "OrderBook": { + "address": "0x22410e2a46261a1B1e3899a072f303022801C764", + "startBlock": 10147523 + } } } \ No newline at end of file