Skip to content

Commit

Permalink
Fix operator rollups in docker compose test (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar authored May 20, 2024
1 parent 921996e commit e57992b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions config-files/operator0-docker-compose.anvil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ register_operator_on_startup: true
token_strategy_addr: 0x95401dc811bb5740090279Ba06cfA8fcF6113778

near_da_indexer_rmq_ip_port_address: amqp://rmq:5672
near_da_indexer_rollup_ids: [0]
near_da_indexer_rollup_ids: [2, 3]

rollup_ids_to_rpc_urls:
1: ws://mainnet-anvil:8545
2: ws://rollup0-anvil:8546
3: ws://rollup1-anvil:8547

Expand Down
3 changes: 1 addition & 2 deletions config-files/operator1-docker-compose.anvil.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ register_operator_on_startup: true
token_strategy_addr: 0x95401dc811bb5740090279Ba06cfA8fcF6113778

near_da_indexer_rmq_ip_port_address: amqp://rmq:5672
near_da_indexer_rollup_ids: [0]
near_da_indexer_rollup_ids: [2, 3]

rollup_ids_to_rpc_urls:
1: ws://mainnet-anvil:8545
2: ws://rollup0-anvil:8546
3: ws://rollup1-anvil:8547

Expand Down

0 comments on commit e57992b

Please sign in to comment.