Commit b292e77 1 parent 6b736dc commit b292e77 Copy full SHA for b292e77
File tree 1 file changed +5
-2
lines changed
docs/pages/developers/polkadot
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,10 @@ type = "grandpa"
90
90
# Hyperbridge's relay chain websocket RPC
91
91
rpc = " "
92
92
# Hyperbridge's slot duration
93
- slot_duration = 6
93
+ # on Polkadot
94
+ # slot_duration = 12000
95
+ # on Paseo
96
+ slot_duration = 6000
94
97
# How frequently to exchange consensus proofs
95
98
consensus_update_frequency = 60
96
99
# Hyperbridge's paraId on the provided relay chain
@@ -131,7 +134,7 @@ state_machine = "SUBSTRATE-myid"
131
134
# Solochains's websocket RPC
132
135
rpc = " "
133
136
# Solochains's slot duration
134
- slot_duration = 6
137
+ slot_duration = 6000
135
138
# How frequently to exchange consensus proofs
136
139
consensus_update_frequency = 60
137
140
# Any para ids to prove if solochain is actually a relay chain
You can’t perform that action at this time.
0 commit comments