Skip to content

Commit

Permalink
test: multiple validators to detect divergence
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 23, 2025
1 parent b78165c commit c536a48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion multichain-testing/config.fusdc.go-relayer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chains:
- id: agoriclocal
name: agoric
image: ghcr.io/agoric/agoric-sdk:dev
numValidators: 1
numValidators: 2 # multiple to detect divergence
env:
- name: DEBUG
value: SwingSet:vat,SwingSet:ls
Expand Down
2 changes: 1 addition & 1 deletion multichain-testing/config.fusdc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chains:
- id: agoriclocal
name: agoric
image: ghcr.io/agoric/agoric-sdk:dev
numValidators: 1
numValidators: 2 # multiple to detect divergence
env:
- name: DEBUG
value: SwingSet:vat,SwingSet:ls
Expand Down
2 changes: 1 addition & 1 deletion multichain-testing/config.go-relayer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chains:
- id: agoriclocal
name: agoric
image: ghcr.io/agoric/agoric-sdk:dev
numValidators: 1
numValidators: 2 # multiple to detect divergence
env:
- name: DEBUG
value: SwingSet:vat,SwingSet:ls
Expand Down
2 changes: 1 addition & 1 deletion multichain-testing/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chains:
- id: agoriclocal
name: agoric
image: ghcr.io/agoric/agoric-sdk:dev
numValidators: 1
numValidators: 2 # multiple to detect divergence
env:
- name: DEBUG
value: SwingSet:vat,SwingSet:ls
Expand Down

0 comments on commit c536a48

Please sign in to comment.