Skip to content

Commit

Permalink
Set basin deployment block
Browse files Browse the repository at this point in the history
  • Loading branch information
soilking committed Sep 18, 2024
1 parent d33a6e3 commit fbb86a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions projects/subgraph-basin/manifests/arbitrum.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dataSources:
source:
address: "0xBA51AAAa8C2f911AE672e783707Ceb2dA6E97521"
abi: Aquifer
startBlock: 393939393939
endBlock: 393939393939
startBlock: 235608025
endBlock: 235608025
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -33,7 +33,7 @@ dataSources:
source:
address: "0xBA51AAAa8C2f911AE672e783707Ceb2dA6E97521"
abi: Aquifer
startBlock: 393939393939
startBlock: 235608025
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand All @@ -55,7 +55,7 @@ dataSources:
source:
address: "0xD1A0060ba708BC4BCD3DA6C37EFa8deDF015FB70"
abi: Beanstalk
startBlock: 393939393939
startBlock: 235608025
mapping:
kind: ethereum/events
apiVersion: 0.0.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ export const AQUIFER = Address.fromString("0xBA51AAAa8C2f911AE672e783707Ceb2dA6E
////// TODO: Set this upon deployment
export const RESEED_SEASON = BigInt.fromU32(30000);
export const RESEED_BLOCK = BigInt.fromU64(585858585858);
export const BASIN_BLOCK = BigInt.fromU64(393939393939);
//////
export const BASIN_BLOCK = BigInt.fromU64(235608025);

0 comments on commit fbb86a7

Please sign in to comment.