Skip to content

Commit

Permalink
update testnet config changing bootnode url (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
tak1827 authored Jul 25, 2024
1 parent 72143b4 commit 8ec869a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme/config-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ p2p:
- /ip4/0.0.0.0/tcp/4101
- /ip4/0.0.0.0/udp/4101/quic
bootnodes:
- /ip4/34.142.254.12/tcp/4101/p2p/12D3KooWMQpbQbv9vuGj2dWQHQX6K5oHPupTTSEMNzZWJQqgsBMU
- /ip4/34.142.254.12/udp/4101/quic/p2p/12D3KooWMQpbQbv9vuGj2dWQHQX6K5oHPupTTSEMNzZWJQqgsBMU
- /dns/verse-verifier01.testnet.oasys.games/tcp/4101/p2p/12D3KooWNyNfCGYx5kwnqmwB3iMNHtzJv1ZTUiiSNpfYhMjVMzSz
- /dns/verse-verifier01.testnet.oasys.games/udp/4101/quic/p2p/12D3KooWNyNfCGYx5kwnqmwB3iMNHtzJv1ZTUiiSNpfYhMjVMzSz
relay_client:
enable: true

Expand Down
2 changes: 1 addition & 1 deletion verse/oplegacy.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (op *verifiableOPLegacy) Verify(
if errors.Is(err, context.DeadlineExceeded) {
log.Warn("Time up")
} else {
log.Error("Failed to collect state roots", "err", err)
log.Warn("Failed to collect state roots", "err", err)
}
return false, err
} else if len(headers) == 0 {
Expand Down

0 comments on commit 8ec869a

Please sign in to comment.