forked from cerc-io/laconicd-deprecated
app, docs: update Bech32 HRP to ethm (#476)
* changelog * app, docs: update Bech32 HRP * changelog
This commit is contained in:
@@ -47,12 +47,12 @@ When in doubt, you can also run the tests against a Ganache instance via `yarn t
|
||||
|
||||
The [`init-test-node.sh`](./init-test-node.sh) script sets up ethermint with the following accounts:
|
||||
|
||||
- `eth18de995q8qk0leqk3d5pzmg7tlxvj6tmsku084d` (Validator)
|
||||
- `0x3b7252d007059ffc82d16d022da3cbf9992d2f70`
|
||||
- `eth1mhtyk3cj7ly0rt8rc9zuj5pnnmw67gsapygwyq` (User 1)
|
||||
- `0xddd64b4712f7c8f1ace3c145c950339eddaf221d`
|
||||
- `eth1pa20g7lehr330vs5ent20slr3wyne4lsy8qae3` (user 2)
|
||||
- `0x0f54f47bf9b8e317b214ccd6a7c3e38b893cd7f0`
|
||||
- `ethm10jmp6sgh4cc6zt3e8gw05wavvejgr5pwtu750w` (Validator)
|
||||
- `0x7cB61D4117AE31a12E393a1Cfa3BaC666481D02E`
|
||||
- `ethm1cml96vmptgw99syqrrz8az79xer2pcgp767p9e` (User 1)
|
||||
- `0xC6Fe5D33615a1C52c08018c47E8Bc53646A0E101`
|
||||
- `ethm1jcltmuhplrdcwp7stlr4hlhlhgd4htqhgjpff2` (user 2)
|
||||
- `0x963EBDf2e1f8DB8707D05FC75bfeFFBa1B5BaC17`
|
||||
|
||||
Each with roughly 100 ETH available (1e18 photon).
|
||||
|
||||
@@ -63,19 +63,19 @@ Running `ethermintd keys list --keyring-backend=test` should output:
|
||||
{
|
||||
"name": "localkey",
|
||||
"type": "local",
|
||||
"address": "eth18de995q8qk0leqk3d5pzmg7tlxvj6tmsku084d",
|
||||
"address": "ethm18de995q8qk0leqk3d5pzmg7tlxvj6tmsku084d",
|
||||
"pubkey": "ethpub1pfqnmk6pq3ycjs34vv4n6rkty89f6m02qcsal3ecdzn7a3uunx0e5ly0846pzg903hxf2zp5gq4grh8jcatcemfrscdfl797zhg5crkcsx43gujzppge3n"
|
||||
},
|
||||
{
|
||||
"name": "user1",
|
||||
"type": "local",
|
||||
"address": "eth1mhtyk3cj7ly0rt8rc9zuj5pnnmw67gsapygwyq",
|
||||
"address": "ethm1mhtyk3cj7ly0rt8rc9zuj5pnnmw67gsapygwyq",
|
||||
"pubkey": "ethpub1pfqnmk6pq3wrkx6lh7uug8ss0thggact3n49m5gkmpca4vylldpur5qrept57e0rrxfmeq5mp5xt3cyf4kys53qcv66qxttv970das69hlpkf8cnyd2a2x"
|
||||
},
|
||||
{
|
||||
"name": "user2",
|
||||
"type": "local",
|
||||
"address": "eth1pa20g7lehr330vs5ent20slr3wyne4lsy8qae3",
|
||||
"address": "ethm1pa20g7lehr330vs5ent20slr3wyne4lsy8qae3",
|
||||
"pubkey": "ethpub1pfqnmk6pq3art9y45zw5ntyktt2qrt0skmsl0ux9qwk8458ed3d8sgnrs99zlgvj3rt2vggvkh0x56hffugwsyddwqla48npx46pglgs6xhcqpall58tgn"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user