git.delta.rocks / unique-network / refs/commits / d772146b43a0

difftreelog

source

launch-config.json2.3 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                                    "wsPort": "9944",49                                    "name": "alice",50                                    "flags": []51                            },52                            {53                                    "port": 31201,54                                    "wsPort": "9945",55                                    "name": "bob",56                                    "flags": []57                            }58                    ]59            }60    ],61    "simpleParachains": [],62    "hrmpChannels": [],63    "types": "./runtime_types.json",64    "finalization": false65}