Skip to content

Commit b292e77

Browse files
committed
update slot_duration docs
1 parent 6b736dc commit b292e77

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/pages/developers/polkadot/solochains.mdx

+5-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ type = "grandpa"
9090
# Hyperbridge's relay chain websocket RPC
9191
rpc = ""
9292
# Hyperbridge's slot duration
93-
slot_duration = 6
93+
# on Polkadot
94+
# slot_duration = 12000
95+
# on Paseo
96+
slot_duration = 6000
9497
# How frequently to exchange consensus proofs
9598
consensus_update_frequency = 60
9699
# Hyperbridge's paraId on the provided relay chain
@@ -131,7 +134,7 @@ state_machine = "SUBSTRATE-myid"
131134
# Solochains's websocket RPC
132135
rpc = ""
133136
# Solochains's slot duration
134-
slot_duration = 6
137+
slot_duration = 6000
135138
# How frequently to exchange consensus proofs
136139
consensus_update_frequency = 60
137140
# Any para ids to prove if solochain is actually a relay chain

0 commit comments

Comments
 (0)