Skip to content

Commit a997068

Browse files
committed
fix(ci): deployment pipeline for 'dev-follower-preview' network
1 parent ee8705c commit a997068

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-deploy-network.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ jobs:
7777
mithril_p2p_signer_relay_signature_registration_mode: p2p
7878
mithril_api_domain: api.mithril.network
7979
mithril_era_reader_adapter_type: cardano-chain
80-
mithril_protocol_parameters: {
81-
k = 5
82-
m = 100
83-
phi_f = 0.65,
80+
mithril_protocol_parameters: |
81+
{
82+
k = 5
83+
m = 100
84+
phi_f = 0.65,
8485
}
8586
mithril_signers: |
8687
{

0 commit comments

Comments
 (0)