Skip to content

Commit f7512bf

Browse files
committed
chore: taplo format
1 parent 75999c7 commit f7512bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config.example.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,10 @@ listen_addrs = [ "/ip4/0.0.0.0/tcp/4001", "/ip4/0.0.0.0/udp/4001/quic-v1" ]
8080
# The list of bootstrap nodes to dial
8181
bootstrap_node_addrs = [ "/ip4/213.130.147.75/tcp/8083", "/ip4/213.130.147.75/udp/8083/quic-v1" ]
8282
# The list of bootstrap node peer IDs to connect to, the latter is the peer ID of the dev bootstrap node
83-
bootstrap_node_peer_ids = [ "12D3KooWHXsXfELpyB91QUXebbLMLSQDB3kcGyogn4pogABSj1eZ", "12D3KooWBLv3tmR3PY9gTSfp1yYNL3ST2v3ZpmHxgASjnycUurmC" ]
83+
bootstrap_node_peer_ids = [
84+
"12D3KooWBLv3tmR3PY9gTSfp1yYNL3ST2v3ZpmHxgASjnycUurmC",
85+
"12D3KooWHXsXfELpyB91QUXebbLMLSQDB3kcGyogn4pogABSj1eZ",
86+
]
8487

8588
# Node's small ID (assigned by Atoma smart contract)
8689
node_small_id = 1

0 commit comments

Comments
 (0)