Skip to content

Commit

Permalink
Merge branch '279-update-the-foucoco-genesis-configuration-to-latest-…
Browse files Browse the repository at this point in the history
…on-chain-values' of github.com:pendulum-chain/pendulum into 279-update-the-foucoco-genesis-configuration-to-latest-on-chain-values
  • Loading branch information
adelarja committed Jul 19, 2023
2 parents aab6956 + c21a8fb commit 8e89895
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 8e89895

Please sign in to comment.