difftreelog
build fix chain spec
in: master
2 files changed
node/cli/src/chain_spec.rsdiffbeforeafterboth166 },166 },167 treasury: Default::default(),167 treasury: Default::default(),168 sudo: SudoConfig { key: root_key },168 sudo: SudoConfig { key: root_key },169 vesting: VestingConfig {169 vesting: VestingConfig { vesting: vec![] },170 vesting: vested_accounts171 .iter()172 .cloned()173 .map(|k| (k, 1000, 100, 1 << 98))174 .collect(),175 },176 parachain_info: nft_runtime::ParachainInfoConfig { parachain_id: id },170 parachain_info: nft_runtime::ParachainInfoConfig { parachain_id: id },177 aura: nft_runtime::AuraConfig {171 aura: nft_runtime::AuraConfig {pallets/fungible/Cargo.tomldiffbeforeafterboth21ethereum = { git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }21ethereum = { git = "https://github.com/purestake/ethereum", branch = "joshy-scale-info", default-features = false }22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }22pallet-evm-coder-substrate = { default-features = false, path = '../evm-coder-substrate' }23frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }23frame-benchmarking = { default-features = false, optional = true, git = 'https://github.com/paritytech/substrate.git', branch = 'polkadot-v0.9.12' }24scale-info = { default-features = false, features = [24scale-info = { version = "1.0.0", default-features = false, features = [25 "derive",25 "derive",26] }26] }2727