From ea6e31b441eb4ab0814d8e70b958e1747763d7dc Mon Sep 17 00:00:00 2001 From: orionstardust Date: Thu, 18 Apr 2024 06:33:34 -0400 Subject: [PATCH] chore: update block info --- src/constants.ts | 2 +- subgraph.yaml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index c2e8e92..b682952 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -6,4 +6,4 @@ export let BIGINT_ONE = BigInt.fromI32(1); export let BIGINT_CANCELLATION_PERIOD_IN_SECONDS = BigInt.fromI32(3600); // TODO: Needs to be updated to activated block number -export let BLOCK_NR_BUY_NOW_ACTIVATED = BigInt.fromI32(54989367); \ No newline at end of file +export let BLOCK_NR_BUY_NOW_ACTIVATED = BigInt.fromI32(55931248); \ No newline at end of file diff --git a/subgraph.yaml b/subgraph.yaml index c12a1ea..3762313 100644 --- a/subgraph.yaml +++ b/subgraph.yaml @@ -1,4 +1,9 @@ specVersion: 0.0.4 +features: + - grafting +graft: + base: QmT2JC12A18dVFPs9BAoHFDgAjna8xHEELNB92GyJkZwda # Subgraph ID of base subgraph + block: 55931247 # Block number schema: file: ./schema.graphql dataSources: