Skip to content

Commit

Permalink
Fixed the low block height for polkachu agoric mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
devcantuaria committed May 15, 2024
1 parent 951b1f6 commit 606c2a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ node:
address: agoric-grpc.polkachu.com:14490
insecure: true
parsing:
workers: 1
start_height: 1
workers: 10
start_height: 14582058
average_block_time: 5s
listen_new_blocks: true
parse_old_blocks: true
Expand Down
2 changes: 1 addition & 1 deletion configs/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@
"index_offset": "2115663",
"jailed_until": "1970-01-01T00:00:00Z",
"missed_blocks_counter": "0",
"start_height": "0",
"start_height": "14582058",
"tombstoned": false
}
}
Expand Down
7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
container_name: hasura
build:
context: .
dockerfile: Dockerfile.hasura
dockerfile: Dockerfile.hasura
ports:
- "8080:8080"
restart: always
Expand All @@ -19,7 +19,7 @@ services:
networks:
default:
ipv4_address: "172.20.0.5"

bdjuno:
container_name: bdjuno
build:
Expand Down Expand Up @@ -59,3 +59,6 @@ networks:
driver: default
config:
- subnet: "172.20.0.0/16"



2 changes: 1 addition & 1 deletion hasura/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ migrations_directory: migrations
seeds_directory: seeds
actions:
kind: synchronous
handler_webhook_baseurl: http://localhost:3000
handler_webhook_baseurl: http://172.20.0.6:3000
codegen:
framework: ""
output_dir: ""

0 comments on commit 606c2a0

Please sign in to comment.