Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

🔧 snekk configs #171

Merged
merged 1 commit into from
Apr 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions snek.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
manifestVersion: subsquid.io/v0.1
name: sneck
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sneck?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes since we are using new deployment manifest I need to have different names for each indexer

I was thinking

  • sneck fror snek
  • basilick for bsx

version: 1
description: |-
SubSquid indexer for Basilisk NFTs on Rococo by KodaDot
build:

deploy:
addons:
postgres:
config:
statement_timeout: 30000
log_min_duration_statement: 5000
processor:
cmd: [ "node", "lib/processor" ]
api:
cmd: [ "npx", "squid-graphql-server", "--subscriptions", "--dumb-cache", "in-memory", "--dumb-cache-ttl", "1000", "--dumb-cache-size", "100", "--dumb-cache-max-age", "1000" ]
20 changes: 20 additions & 0 deletions squid.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
manifestVersion: subsquid.io/v0.1
name: snekk
version: 6
description: |-
SubSquid indexer for Basilisk NFTs by KodaDot
build:

deploy:
addons:
postgres:
config:
statement_timeout: 30000
log_min_duration_statement: 5000
processor:
cmd: [ "node", "lib/processor" ]
api:
cmd: [ "npx", "squid-graphql-server", "--subscriptions", "--dumb-cache", "in-memory", "--dumb-cache-ttl", "1000", "--dumb-cache-size", "100", "--dumb-cache-max-age", "1000" ]

scale:
dedicated: true