Skip to content

Commit 0bda8b6

Browse files
committed
fix docs
1 parent 1e5fb31 commit 0bda8b6

File tree

2 files changed

+10
-17
lines changed

2 files changed

+10
-17
lines changed

docs/chainOps/standalone/tutorials/testnet.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@ export GOPATH=~/go
1717
export PATH=$PATH:$GOPATH/bin
1818
```
1919

20-
4. Generate a new mnemonic key for your node. This key is what your node will use to eventually sign transactions/blocks on the network.
20+
4. Compile `sifnoded` and `sifgen`:
21+
22+
```bash
23+
make install
24+
```
25+
26+
5. Generate a new mnemonic key for your node. This key is what your node will use to eventually sign transactions/blocks on the network.
2127

2228
```bash
2329
rake "sifnode:keys:generate:mnemonic"
2430
```
2531

26-
5. Import your newly generated key:
32+
6. Import your newly generated key:
2733

2834
```bash
2935
rake "sifnode:keys:import[<moniker>]"
@@ -41,7 +47,7 @@ e.g.:
4147
rake "sifnode:keys:import[my-node]"
4248
```
4349

44-
6. Check that it's been imported accordingly:
50+
7. Check that it's been imported accordingly:
4551

4652
```bash
4753
rake "sifnode:keys:show[<moniker>]"
@@ -59,12 +65,6 @@ e.g.:
5965
rake "sifnode:keys:show[my-node]"
6066
```
6167

62-
7. Compile `sifnoded`:
63-
64-
```bash
65-
make install
66-
```
67-
6868
8. Boot your node:
6969

7070
```bash

docs/ibc/Queries.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -114,26 +114,19 @@ sif1j3mmq2dsfws0pv5fut3ce2252w0ere8g2alrvd
114114
```
115115
```json
116116
{
117-
"address": "",
118117
"base_denom": "uphoton",
119118
"decimals": "6",
120119
"denom": "ibc/C782C1DE5F380BC8A5B7D490684894B439D31847A004B271D7B7BA07751E582A",
121-
"display_name": "",
122-
"display_symbol": "",
123-
"external_symbol": "",
124120
"ibc_channel_id": "channel-101",
125121
"ibc_counterparty_chain_id": "cosmoshub-testnet",
126122
"ibc_counterparty_channel_id": "channel-3",
127123
"ibc_counterparty_denom": "",
128-
"is_whitelisted": true,
129-
"network": "",
130-
"path": "transfer/channel-101",
124+
"ibc_transfer_port": "transfer",
131125
"permissions": [
132126
"CLP",
133127
"IBCEXPORT",
134128
"IBCIMPORT"
135129
],
136-
"transfer_limit": "",
137130
"unit_denom": ""
138131
}
139132
```

0 commit comments

Comments
 (0)