Skip to content

Commit

Permalink
chore: update start block
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Nov 28, 2024
1 parent 39cae27 commit 15471d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion subgraph.geist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dataSources:
source:
address: "0x6Acc828BbbC6874de40Ca20bfeA7Cd2a2DA8DA8c"
abi: Contract
startBlock: 4273
startBlock: 1741966
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit 15471d5

Please sign in to comment.