Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Dummy env-shared P2P multiaddr stand-ins for the `prepare-production-overlays` CI job's env-only
// native synth (standing in for the devops env-common layer). Flat keys, matching what `build` reads.
// Imported by each env's node.jsonnet and merged onto the env's real chain_params.
{
consensus_bootstrap_peer_multiaddr: null,
mempool_bootstrap_peer_multiaddr: null,
}
Comment thread
cursor[bot] marked this conversation as resolved.
Comment thread
cursor[bot] marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// node_params for the `dummy_for_testing` overlay (hybrid layout).
// Supplies the dummy per-node value the `prepare-production-overlays` CI job needs for env-only
// synth (standing in for the devops per-node layer).
{
validator_id: '0x64',
node_index: 0,
}
Loading