Commit e9fc9ed 1 parent 3bb1703 commit e9fc9ed Copy full SHA for e9fc9ed
File tree 1 file changed +6
-1
lines changed
packages/cosmic-swingset/bin
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ testnet)
70
70
addr=$( cat $solo /ag-cosmos-helper-address)
71
71
$DAEMON add-genesis-account --home=$n0d \
72
72
--home-client=$solo /$CLI -statedir --keyring-backend=test \
73
- ag-solo 1000uag
73
+ ag-solo 1000uag,1provisionpass
74
74
# Generate powerful SwingSet egresses.
75
75
egresses=" $egresses$sep {\" nickname\" :\" $solo \" ,\" peer\" :\" $addr \" ,\" powerFlags\" :$POWER_FLAGS }"
76
76
sep=,
@@ -120,6 +120,11 @@ start-solos)
120
120
cd " $solo "
121
121
n0d=../n0/$DAEMON
122
122
123
+ addr=$( cat ag-cosmos-helper-address)
124
+ $CLI --home=./$CLI -statedir tx swingset provision-one \
125
+ " $solo " " $addr " agoric.vattp \
126
+ --keyring-backend=test --from=ag-solo --yes
127
+
123
128
# Now wire into the chain.
124
129
gci=` $thisdir /../calc-gci.js $n0d /config/genesis.json`
125
130
rpcport=` $thisdir /../calc-rpcport.js $n0d /config/config.toml`
You can’t perform that action at this time.
0 commit comments