{
	"api": {
		"grpc": "gateway,node,mesh,globalstate,transaction,smesher"
	},
	"genesis": {
		"accounts": {
			"0x8868600d2835019249a0f756f754d5a5ab17ebf0": 100000000000000000,
			"0x9f120e40e330affe6aa27d5bda49ac0960df7d6f": 100000000000000000,
			"0xafed9a1c17ca7eaa7a6795dbc7bee1b1d992c7ba": 100000000000000000,
			"0xb20c3a31f973231e01bf2d6b5c00a22cc13b5c63": 100000000000000000,
			"0xff083c9a22e05d3459b03f3dbed61c7ad6e0a209": 100000000000000000
		}
	},
	"hare": {
		"hare-committee-size": "800",
		"hare-exp-leaders": "10",
		"hare-limit-concurrent": "5",
		"hare-limit-iterations": "10",
		"hare-max-adversaries": "399",
		"hare-round-duration-sec": "30",
		"hare-wakeup-delta": "30"
	},
	"hare-eligibility": {
		"eligibility-confidence-param": "25",
		"eligibility-epoch-offset": "0"
	},
	"logging": {
		"app": "info",
		"atx-builder": "info",
		"atxDb": "info",
		"block-builder": "info",
		"block-eligibility": "info",
		"block-listener": "info",
		"block-oracle": "info",
		"hare": "info",
		"hare-beacon": "info",
		"hare-oracle": "info",
		"mesh": "info",
		"meshDb": "info",
		"nipst": "info",
		"p2p": "info",
		"poet": "info",
		"poetDb": "info",
		"post": "info",
		"state": "info",
		"stateDb": "info",
		"store": "info",
		"sync": "info",
		"trtl": "info"
	},
	"main": {
		"atxs-per-block": 25,
		"block-cache-size": 20,
		"genesis-active-size": 50,
		"genesis-time": "2021-09-13T22:19:40+05:30",
		"hdist": 10,
		"layer-average-size": 30,
		"layer-duration-sec": 200,
		"layers-per-epoch": 6,
		"poet-server": "35.225.173.28:30798",
		"space-to-commit": 1048576,
		"sync-interval": 10,
		"sync-request-timeout": 60000,
		"sync-validation-delta": 30,
		"tortoise-rerun-interval": 525600
	},
	"p2p": {
		"buffer-size": 10000,
		"conn-keepalive": "48h",
		"dial-timeout": "1m",
		"max-inbound": 32,
		"max-pending-connections": 100,
		"msg-size-limit": 0,
		"network-id": 204,
		"outbound-target": 10,
		"response-timeout": "60s",
		"session-timeout": "15s",
		"swarm": {
			"alpha": 3,
			"bootnodes": [
				"spacemesh://6cEwFwdgy9yhvYdPF8BbYSSa7yZe9KVPgZyt5kFtiMVQ@34.133.213.174:5002",
				"spacemesh://GHxvP8PVkwhF7pDX157BV3AqmhHrCVuz8HzDKrEkHWee@34.133.119.5:5003",
				"spacemesh://FQnkcjNmrxVybco7PbVP9Rcqhms1Mkvv3XT6RbUgTVj8@35.184.220.42:5004",
				"spacemesh://FnKXuJHwtW9xeGFv2uva5HfYztDLERnb3iYWPpL5XGsR@34.72.188.184:5007",
				"spacemesh://7pS7Aq4AkM2nsNy38SiE9mmqtPzY3BLAC3FXh8oLQett@34.68.10.9:5005",
				"spacemesh://CAgU4Xx9wufy51Kdw5uQ59WUXDknyb33KYdrB4kRD2Ku@35.224.15.22:5006"
			],
			"bootstrap": true,
			"bucketsize": 20,
			"randcon": 8
		}
	},
	"post": {
		"post-bits-per-label": 8,
		"post-k1": 2000,
		"post-k2": 1800,
		"post-labels-per-unit": 1024,
		"post-max-numunits": 4,
		"post-min-numunits": 2
	},
	"smeshing": {
		"smeshing-coinbase": "1",
		"smeshing-opts": {
			"smeshing-opts-datadir": "./post",
			"smeshing-opts-numfiles": 1,
			"smeshing-opts-numunits": 2,
			"smeshing-opts-provider": 1,
			"smeshing-opts-throttle": true
		},
		"smeshing-start": false
	},
	"time": {
		"default-timeout-latency": "10s",
		"max-allowed-time-drift": "10s",
		"ntp-queries": 5,
		"refresh-ntp-interval": "30m"
	},
	"tortoise-beacon": {
		"tortoise-beacon-first-voting-round-duration": "60s",
		"tortoise-beacon-grace-period-duration": "10s",
		"tortoise-beacon-kappa": 400000,
		"tortoise-beacon-proposal-duration": "30s",
		"tortoise-beacon-q": "1/3",
		"tortoise-beacon-rounds-number": 6,
		"tortoise-beacon-theta": "1/25000",
		"tortoise-beacon-votes-limit": 100,
		"tortoise-beacon-voting-round-duration": "50s",
		"tortoise-beacon-wait-after-epoch-start": "50s",
		"tortoise-beacon-weak-coin-round-duration": "10s"
	}
}