Skip to content

Commit

Permalink
Fix indexer starting block
Browse files Browse the repository at this point in the history
  • Loading branch information
b-j-roberts committed Sep 14, 2024
1 parent 42a0eb6 commit f7936c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion indexer/prod-script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const config = {
streamUrl: Deno.env.get("APIBARA_STREAM_URL"),
startingBlock: 650_000,
startingBlock: 100_000,
network: "starknet",
finality: "DATA_STATUS_PENDING",
filter: {
Expand Down
2 changes: 1 addition & 1 deletion infra/art-peace-infra/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Helm charts for the art/peace infrastructure

type: application
version: 0.1.0
appVersion: "v1.1.0"
appVersion: "v1.1.1"
4 changes: 2 additions & 2 deletions infra/art-peace-infra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ postgres:
password: ArtPeacePassword1234

apibara:
streamUrl: https://mainnet.starknet.a5a.ch
# streamUrl: https://sepolia.starknet.a5a.ch
#streamUrl: https://mainnet.starknet.a5a.ch
streamUrl: https://sepolia.starknet.a5a.ch
indexerId: art-peace-indexer-id
authToken: dna_aabbcc

Expand Down
1 change: 1 addition & 0 deletions infra/instructions/helm-deploy-steps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ deploy quests
./tests/integration/sepolia/deploy_quests.sh

setup nft contract
setup indexer starting block
setup factions
vim ./tests/integration/sepolia/setup_factions.sh
change art-peace contract
Expand Down

0 comments on commit f7936c6

Please sign in to comment.