Change fermion to steak

This commit is contained in:
Adrian Brink
2018-04-30 16:24:46 -07:00
parent c1daa081ef
commit d52d74582a
12 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ Get Tokens
If you haven't already `created a key <../key-management.html>`__,
do so now. Copy your key's address and enter it into
`this utility <http://www.cosmosvalidators.com/>`__ which will send you
some ``fermion`` testnet tokens.
some ``steak`` testnet tokens.
Get Files
---------
@@ -59,6 +59,6 @@ and check our balance:
Where ``$MYADDR`` is the address originally generated by ``gaia keys new bob``.
You are now ready to declare candidacy or delegate some fermions. See the
You are now ready to declare candidacy or delegate some steaks. See the
`staking module overview <./staking-module.html>`__ for more information
on using the ``gaia client``.
+1 -1
View File
@@ -547,7 +547,7 @@ components:
properties:
denom:
type: string
example: fermion
example: steak
amount:
type: number
example: 50
+2 -2
View File
@@ -107,7 +107,7 @@ The ``genesis.json`` should look something like:
"address": "1D9B2356CAADF46D3EE3488E3CCE3028B4283DEE",
"coins": [
{
"denom": "fermion",
"denom": "steak",
"amount": 100000
}
]
@@ -150,7 +150,7 @@ The ``genesis.json`` should look something like:
"denom": 100
},
"max_validators": 100,
"bond_denom": "fermion"
"bond_denom": "steak"
}
}
},
+2 -2
View File
@@ -46,13 +46,13 @@ Nice. We can also lookup the validator set:
gaiacli validatorset
Then, we try to transfer some ``fermion`` to another account:
Then, we try to transfer some ``steak`` to another account:
::
gaiacli account <FOO-ADDR>
gaiacli account <BAR-ADDR>
gaiacli send --amount=10fermion --to=<BAR-ADDR> --name=foo --chain-id=test-chain
gaiacli send --amount=10steak --to=<BAR-ADDR> --name=foo --chain-id=test-chain
**Note:** We need to be careful with the ``chain-id`` and ``sequence``