changed the denom for the development env to rddl instead of token (#83)

Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
Jürgen Eckel 2023-09-18 13:42:48 +02:00 committed by GitHub
parent 2076b5d799
commit d88ec092f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@ version: 1
accounts: accounts:
- name: alice - name: alice
coins: coins:
- 20000token - 20000plmnt
- 200000000stake - 200000000stake
- name: bob - name: bob
coins: coins:
- 10000token - 100000000plmnt
- 100000000stake - 100000000stake
client: client:
openapi: openapi:
@ -15,7 +15,7 @@ client:
faucet: faucet:
name: bob name: bob
coins: coins:
- 5token - 100000000plmnt
- 100000stake - 100000stake
validators: validators:
- name: alice - name: alice