Skip to content

Commit

Permalink
fix: update AMM liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed May 10, 2021
1 parent 99a34c6 commit 56884f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vats/src/issuers.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const fromCosmosIssuerEntries = [
bankPurse: 'Agoric staking token',
collateralConfig: {
keyword: 'BLD',
collateralValue: scaleMicro(2000000n),
collateralValue: scaleMicro(20000000n),
initialMarginPercent: 150n,
liquidationMarginPercent: 125n,
interestRateBasis: 250n,
Expand Down Expand Up @@ -163,7 +163,7 @@ const fromPegasusIssuerEntries = [
defaultPurses: [['USD Coin', scaleEth(1323n)]],
collateralConfig: {
keyword: 'USDC',
collateralValue: scaleEth(1000000n),
collateralValue: scaleEth(10000000n),
initialMarginPercent: 150n,
liquidationMarginPercent: 125n,
interestRateBasis: 250n,
Expand Down

0 comments on commit 56884f1

Please sign in to comment.