Skip to content

Commit

Permalink
chore: update with the settings decided on for the testnet metering p…
Browse files Browse the repository at this point in the history
…hase
  • Loading branch information
katelynsills authored and michaelfig committed Aug 17, 2021
1 parent 4e9d5b0 commit 37f18c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vats/src/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ export function buildRootObject(vatPowers, vatParameters) {
longExp: 1000n * 60n * 60n * 24n * 1n, // 1 day in milliseconds
};
const meteringConfig = {
incrementBy: 10_000_000n,
incrementBy: 25_000_000n,
initial: 50_000_000n,
threshold: 10_000_000,
threshold: 25_000_000,
price: {
feeNumerator: 1n,
computronDenominator: 1n, // default is just one-to-one
Expand Down

0 comments on commit 37f18c2

Please sign in to comment.