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 26, 2024
1 parent 54cbd30 commit 031c7c2
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
Expand Up @@ -3,4 +3,4 @@ import { BigInt } from "@graphprotocol/graph-ts";
// matic
export let BLOCK_SIDEVIEWS_ACTIVATED = BigInt.fromI32(18371153);

export const AAVEGOTCHI_DIAMOND = "0xc0c35042E7CA8c6C851CC485079724eC81237Fe5";
export const AAVEGOTCHI_DIAMOND = "0xf81FFb9E2a72574d3C4Cf4E293D4Fec4A708F2B1";
2 changes: 1 addition & 1 deletion subgraph.baseSepolia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dataSources:
name: Contract
network: base-sepolia
source:
address: "0xc0c35042E7CA8c6C851CC485079724eC81237Fe5"
address: "0xf81FFb9E2a72574d3C4Cf4E293D4Fec4A708F2B1"
abi: Contract
startBlock: 18371153
mapping:
Expand Down

0 comments on commit 031c7c2

Please sign in to comment.