Skip to content

Commit

Permalink
Merge pull request #4020 from Agoric/dc-bld-price-tweak
Browse files Browse the repository at this point in the history
feat: tweak fictional BLD price to suggest early phase
  • Loading branch information
mergify[bot] authored Dec 1, 2021
2 parents 1b1ff8a + 472912e commit a995a75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vats/src/issuers.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const BLD_ISSUER_ENTRY = [
'BLD',
{
issuerArgs: [undefined, { decimalPlaces: 6 }],
defaultPurses: [['Agoric staking token', scaleMicro(62)]],
defaultPurses: [['Agoric staking token', scaleMicro(5000)]],
bankDenom: 'ubld',
bankPurse: 'Agoric staking token',
collateralConfig: {
Expand All @@ -83,9 +83,9 @@ const BLD_ISSUER_ENTRY = [
loanFeeBasis: 1n,
},
tradesGivenCentral: [
[scaleCentral(27.9, 1), scaleMicro(1)],
[scaleCentral(25.7, 1), scaleMicro(1)],
[scaleCentral(26.8, 1), scaleMicro(1)],
[scaleCentral(1.23, 2), scaleMicro(1)],
[scaleCentral(1.21, 2), scaleMicro(1)],
[scaleCentral(1.22, 2), scaleMicro(1)],
],
},
];
Expand Down

0 comments on commit a995a75

Please sign in to comment.