{
  "parameters": {
    "threshold": 2,
    "participants": {
      "next_id": 2,
      "participants": [
        [
          "frodo.test.near",
          0,
          {
            "tls_public_key": "$FRODO_P2P_KEY",
            "url": "https://$MPC_HOST:13001"
          }
        ],
        [
          "sam.test.near",
          1,
          {
            "tls_public_key": "$SAM_P2P_KEY",
            "url": "https://$MPC_HOST:13002"
          }
        ]
      ]
    }
  }
}
