Skip to content

Commit

Permalink
chore: update sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Nov 25, 2024
1 parent 36b2311 commit 3b24e57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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(18371153);

export const AAVEGOTCHI_DIAMOND = "0xD66C6C61D5a535eD69E3769582895daec28a4651";
export const AAVEGOTCHI_DIAMOND = "0xb8D555680BCD42724DfdFeEa774D1C7890BE143f";
4 changes: 2 additions & 2 deletions subgraph.baseSepolia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dataSources:
name: Contract
network: base-sepolia
source:
address: "0x87C969d083189927049f8fF3747703FB9f7a8AEd"
address: "0xb8D555680BCD42724DfdFeEa774D1C7890BE143f"
abi: Contract
startBlock: 16665803
startBlock: 18371153
mapping:
kind: ethereum/events
apiVersion: 0.0.6
Expand Down

0 comments on commit 3b24e57

Please sign in to comment.