Skip to content

Commit

Permalink
chore: update block info
Browse files Browse the repository at this point in the history
  • Loading branch information
orionstardust committed Apr 18, 2024
1 parent 0ed819f commit ea6e31b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
export let BLOCK_NR_BUY_NOW_ACTIVATED = BigInt.fromI32(55931248);
5 changes: 5 additions & 0 deletions subgraph.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ea6e31b

Please sign in to comment.