Skip to content

Commit

Permalink
Merge pull request #94 from Magport/Magnet-Stack-toints
Browse files Browse the repository at this point in the history
perf: Modifications to Configuration Parameters and Addition of Administrative Interfaces
  • Loading branch information
Acaishiba authored Jul 8, 2024
2 parents 722b252 + 11074fe commit 0aebd7b
Show file tree
Hide file tree
Showing 5 changed files with 399 additions and 82 deletions.
9 changes: 9 additions & 0 deletions node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,15 @@ fn testnet_genesis(
"moveModule": {
"changeDefaultMoveStdlibBundleTo": Option::<Vec<u8>>::None,
"changeDefaultSubstrateStdlibBundleTo": Option::<Vec<u8>>::None,
},
"liquidation":{
"adminKey": Some(root.clone()),
"systemRatio": 20_000_0000,
"treasuryRatio": 33_000_0000,
"operationRatio": 25_000_0000,
"collatorRatio": 22_000_0000,
"minLiquidationThreshold": 20_000_000_000_000_000u128,
"profitDistributionCycle": 10,
}
})
}
Loading

0 comments on commit 0aebd7b

Please sign in to comment.