Skip to content

Commit

Permalink
Removed CurrencyId::Native from minimum_collateral_vault vec.
Browse files Browse the repository at this point in the history
Co-authored-by: Marcel Ebert <mail@marcel-ebert.de>
  • Loading branch information
adelarja and ebma authored Jul 19, 2023
1 parent 02396c9 commit c21a8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ fn foucoco_genesis(
],
},
vault_registry: foucoco_runtime::VaultRegistryConfig {
minimum_collateral_vault: vec![(XCM(0), 3_000_000_000_000), (CurrencyId::Native, 0)],
minimum_collateral_vault: vec![(XCM(0), 3_000_000_000_000)],
punishment_delay: foucoco_runtime::DAYS * 2,
secure_collateral_threshold: vec![
(
Expand Down

0 comments on commit c21a8fb

Please sign in to comment.