You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,7 +144,7 @@ address will be derived from a mnemonic.
91
144
```yml
92
145
accounts:
93
146
- name: bob
94
-
coins: ['20000token', '200000000stake']
147
+
coins: ['20000token', '200000000stake']
95
148
mnemonic: cargo ramp supreme review change various throw air figure humble soft steel slam pole betray inhale already dentist enough away office apple sample glue
96
149
```
97
150
@@ -114,7 +167,7 @@ can use the `cointype` field to provide the integer value
114
167
```yml
115
168
accounts:
116
169
- name: bob
117
-
coins: ['20000token', '200000000stake']
170
+
coins: ['20000token', '200000000stake']
118
171
cointype: 7777777
119
172
```
120
173
@@ -212,7 +265,7 @@ The faucet service sends tokens to addresses.
212
265
```yml
213
266
faucet:
214
267
name: bob
215
-
coins: ["5token", "100000stake"]
268
+
coins: ["5token", "100000stake"]
216
269
```
217
270
218
271
`name`refers to a key name in the `accounts` list. This is a required property.
0 commit comments