diff --git a/src/constants.ts b/src/constants.ts index 081df22..058c675 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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"; diff --git a/subgraph.baseSepolia.yaml b/subgraph.baseSepolia.yaml index 39e5550..adf535c 100644 --- a/subgraph.baseSepolia.yaml +++ b/subgraph.baseSepolia.yaml @@ -6,7 +6,7 @@ dataSources: name: Contract network: base-sepolia source: - address: "0xc0c35042E7CA8c6C851CC485079724eC81237Fe5" + address: "0xf81FFb9E2a72574d3C4Cf4E293D4Fec4A708F2B1" abi: Contract startBlock: 18371153 mapping: