git.delta.rocks / unique-network / refs/commits / 178ea46c1d47

difftreelog

source

launch-config.json2.0 KiBsourcehistory
1{2    "relaychain": {3            "bin": "../polkadot/target/release/polkadot",4            "chain": "rococo-local",5            "nodes": [6                    {7                            "name": "alice",8                            "wsPort": 9844,9                            "port": 3044410                    },11                    {12                            "name": "bob",13                            "wsPort": 9855,14                            "port": 3055515                    },16                    {17                            "name": "charlie",18                            "wsPort": 9866,19                            "port": 3066620                    },21                    {22                            "name": "dave",23                            "wsPort": 9877,24                            "port": 3077725                    }26            ],27            "genesis": {28                    "runtime": {29                            "runtime_genesis_config": {30                                    "parachainsConfiguration": {31                                            "config": {32                                                    "validation_upgrade_frequency": 1,33                                                    "validation_upgrade_delay": 134                                            }35                                    }36                            }37                    }38            }39    },40    "parachains": [41            {42                    "bin": "../nft_private/target/release/nft",43                    "id": "2000",44                    "balance": "1000000000000000000000",45                    "nodes": [46                            {47                                    "port": 31200,48                                    "name": "alice",49                                    "flags": []50                            }51                    ]52            }53    ],54    "simpleParachains": [],55    "hrmpChannels": [],56    "types": "./runtime_types.json",57    "finalization": false58}