git.delta.rocks / unique-network / refs/commits / 44ed7d456e50

difftreelog

source

launch-config.json2.5 KiBsourcehistory
1{2    "relaychain": {3            "bin": "../polkadot/target/release/polkadot",4            "chain": "rococo-local",5            "nodes": [6                    {7                            "name": "alice",8                            "wsPort": 9844,9                            "rpcPort": 9843,10                            "port": 3044411                    },12                    {13                            "name": "bob",14                            "wsPort": 9855,15                            "rpcPort": 9854,16                            "port": 3055517                    },18                    {19                            "name": "charlie",20                            "wsPort": 9866,21                            "rpcPort": 9865,22                            "port": 3066623                    },24                    {25                            "name": "dave",26                            "wsPort": 9877,27                            "rpcPort": 9876,28                            "port": 3077729                    }30            ],31            "genesis": {32                    "runtime": {33                            "runtime_genesis_config": {34                                    "parachainsConfiguration": {35                                            "config": {36                                                    "validation_upgrade_frequency": 1,37                                                    "validation_upgrade_delay": 138                                            }39                                    }40                            }41                    }42            }43    },44    "parachains": [45            {46                    "bin": "../nft_private/target/release/nft",47                    "id": "2000",48                    "balance": "1000000000000000000000",49                    "nodes": [50                            {51                                    "port": 31200,52                                    "wsPort": 9944,53                                    "rpcPort": 9933,54                                    "name": "alice",55                                    "flags": []56                            },57                            {58                                    "port": 31201,59                                    "wsPort": 9945,60                                    "rpcPort": 9934,61                                    "name": "bob",62                                    "flags": []63                            }64                    ]65            }66    ],67    "simpleParachains": [],68    "hrmpChannels": [],69    "types": "./runtime_types.json",70    "finalization": false71}