Skip to content

Commit

Permalink
fix(cosmic-swingset): provide 50 RUN to provisioned clients
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Aug 18, 2021
1 parent e89b525 commit ae092a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/agoric-cli/lib/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import {

import { makePspawn, getSDKBinaries } from './helpers.js';

const PROVISION_COINS = `100000000${STAKING_DENOM},50000000000${CENTRAL_DENOM},100provisionpass,100sendpacketpass`;
const PROVISION_COINS = `100000000${STAKING_DENOM},500000000000000${CENTRAL_DENOM},100provisionpass,100sendpacketpass`;
const DELEGATE0_COINS = `50000000${STAKING_DENOM}`;
const SOLO_COINS = `13000000${STAKING_DENOM},5000000${CENTRAL_DENOM}`;
const SOLO_COINS = `13000000${STAKING_DENOM},50000000${CENTRAL_DENOM}`;
const CHAIN_ID = 'agoric';

const FAKE_CHAIN_DELAY =
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ scenario2-run-client: t1-provision-one-with-powers t1-start-ag-solo

# Provision the ag-solo from an provisionpass-holding address (idempotent).
AGORIC_POWERS = agoric.ALL_THE_POWERS
SOLO_COINS = 13000000ubld,5000000urun
SOLO_COINS = 13000000ubld,50000000urun
COSMOS_RPC_HOST = localhost
COSMOS_RPC_PORT = 26657
wait-for-cosmos:
Expand Down

0 comments on commit ae092a4

Please sign in to comment.