diff --git a/src/constants.ts b/src/constants.ts index 63575aa..8419556 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,6 +1,6 @@ import { BigInt } from "@graphprotocol/graph-ts"; // matic -export let BLOCK_SIDEVIEWS_ACTIVATED = BigInt.fromI32(4273); +export let BLOCK_SIDEVIEWS_ACTIVATED = BigInt.fromI32(1741966); export const AAVEGOTCHI_DIAMOND = "0x6Acc828BbbC6874de40Ca20bfeA7Cd2a2DA8DA8c"; diff --git a/subgraph.geist.yaml b/subgraph.geist.yaml index a8b7be4..bbc55f7 100644 --- a/subgraph.geist.yaml +++ b/subgraph.geist.yaml @@ -8,7 +8,7 @@ dataSources: source: address: "0x6Acc828BbbC6874de40Ca20bfeA7Cd2a2DA8DA8c" abi: Contract - startBlock: 4273 + startBlock: 1741966 mapping: kind: ethereum/events apiVersion: 0.0.6