Skip to content

Commit

Permalink
Merge pull request #1027 from autonomys/main
Browse files Browse the repository at this point in the history
Sinc main w/ production
  • Loading branch information
marc-aurele-besner authored Dec 12, 2024
2 parents c7a692e + 0e2670c commit eb331e1
Show file tree
Hide file tree
Showing 136 changed files with 223,611 additions and 219,942 deletions.
1 change: 1 addition & 0 deletions .vscode/astral.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"editor.formatOnSave": true,
"cSpell.words": [
"autonomys",
"autoevm",
"autoid",
"codegen",
"hasura",
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"editor.formatOnSave": true,
"cSpell.words": [
"autonomys",
"autoevm",
"autoid",
"codegen",
"hasura",
Expand Down
14 changes: 11 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,11 @@ services:
- --workers=4
- --unsafe
- --batch-size=250
- --scale-batch-size
- --unfinalized-blocks=true
- --disable-historical=false
- --port 3001
# - --profiler
healthcheck:
test: ["CMD", "curl", "-f", "http://consensus_subquery_node:3001/ready"]
interval: 3s
Expand Down Expand Up @@ -262,10 +264,12 @@ services:
- -f=/${NETWORK_ID}/leaderboard
- --db-schema=leaderboard
- --workers=1
- --batch-size=15
- --batch-size=100
- --scale-batch-size
- --unfinalized-blocks=true
- --disable-historical=false
- --port 3002
# - --profiler
healthcheck:
test: ["CMD", "curl", "-f", "http://leaderboard_subquery_node:3002/ready"]
interval: 3s
Expand Down Expand Up @@ -300,9 +304,11 @@ services:
- --db-schema=staking
- --workers=1
- --unsafe
- --batch-size=15
- --batch-size=100
- --scale-batch-size
- --disable-historical=true
- --port 3003
# - --profiler
healthcheck:
test: ["CMD", "curl", "-f", "http://staking_subquery_node:3003/ready"]
interval: 3s
Expand Down Expand Up @@ -334,10 +340,12 @@ services:
- --db-schema=files
- --workers=1
- --unsafe
- --batch-size=15
- --batch-size=25
- --scale-batch-size
- --unfinalized-blocks=true
- --disable-historical=false
- --port 3004
# - --profiler
healthcheck:
test: ["CMD", "curl", "-f", "http://files_subquery_node:3004/ready"]
interval: 3s
Expand Down
5 changes: 0 additions & 5 deletions explorer/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ DISCORD_GUILD_ROLE_ID_FARMER="<discord-farmer-role-id>"
DISCORD_GUILD_ROLE_ID_OPERATOR="<discord-operator-role-id>"
DISCORD_GUILD_ROLE_ID_NOMINATOR="<discord-nominator-role-id>"


# RPC URL
NEXT_PUBLIC_RPC_URL="wss://"
NEXT_PUBLIC_NOVA_RPC_URL="wss://"

SLACK_TOKEN=""
SLACK_CONVERSATION_ID=""

Expand Down
Loading

0 comments on commit eb331e1

Please sign in to comment.