Skip to content

Commit 8511cf9

Browse files
committed
chore: Update hasura metadata
1 parent 62e5c24 commit 8511cf9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+413
-707
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ RUN --mount=type=cache,target=/root/.npm \
2626
# Final image
2727
FROM node:20-alpine
2828

29-
ENV LOG_LEVEL debug
30-
ENV CHAIN_PREFIX atone
31-
ENV QUEUE_SIZE 200
32-
ENV CHAIN_START_HEIGHT 1
29+
ENV LOG_LEVEL=debug
30+
ENV CHAIN_PREFIX=atone
31+
ENV QUEUE_SIZE=200
32+
ENV CHAIN_START_HEIGHT=1
3333

3434
# USER node
3535

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ services:
99
environment:
1010
NODE_ENV: production
1111
PG_CONNECTION_STRING: postgres://postgres:postgrespassword@postgres:5432/postgres
12-
RPC_ENDPOINT: wss://atomone-rpc.allinbits.com/websocket
12+
RPC_ENDPOINT: wss://atomone-rpc-history.infra.allinbits.vip:443
1313
CHAIN_START_HEIGHT: 1
1414
LOG_LEVEL: debug
1515
CHAIN_PREFIX: atone
16-
PROCESS_GENESIS: false
16+
PROCESS_GENESIS: true
1717
QUEUE_SIZE: 200
18-
volumes:
19-
- ./genesis.json:/usr/src/app/genesis.json
18+
# volumes:
19+
# - ./genesis.json:/usr/src/app/genesis.json
2020
depends_on:
2121
postgres:
2222
condition: service_healthy

hasura/metadata/databases/atomone/tables/public_average_block_time_per_day.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

hasura/metadata/databases/atomone/tables/public_average_block_time_per_hour.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

hasura/metadata/databases/atomone/tables/public_average_block_time_per_minute.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

hasura/metadata/databases/atomone/tables/public_gov_params.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

hasura/metadata/databases/atomone/tables/public_proposal_staking_pool_snapshot.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

hasura/metadata/databases/atomone/tables/public_proposal_tally_result.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

hasura/metadata/databases/atomone/tables/public_proposal_validator_status_snapshot.yaml

Lines changed: 0 additions & 23 deletions
This file was deleted.

hasura/metadata/databases/atomone/tables/public_proposal_vote.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)