Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Aug 31, 2023
1 parent 614992f commit c94d3fd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ agd keys show [dev-local] -a

* two if `minSubmissionCount` in `decentral-devnet-config.json` is set to `2`

### 2.a Setting up hardware wallet
### 2.a. Setting up a hardware wallet

Ledger hardware wallet signing is supported by agd, and can be set up as follows:

Expand Down Expand Up @@ -131,7 +131,9 @@ agd tx gov vote 1 yes --node $NODE --from $WALLET --chain-id $CHAIN_ID

## Oracle Steps

Before, ensure at least two addresses you control is listed in `oracleAddresses`. You may also want to adjust `minSubmissionCount` from `3` to `2` in `decentral-devnet-config.json`.
_If you are testing on a local chain, you will need to send oracle prices in order for the vault manager to finish initializing._

Before, ensure at least two addresses you control are listed in `oracleAddresses`. You may also want to adjust `minSubmissionCount` from `3` to `2` in `decentral-devnet-config.json`.

```zsh
cd ~/agoric-sdk
Expand Down Expand Up @@ -224,4 +226,4 @@ E(home.agoricNames).lookup('oracleBrand', 'USD')
stAtomOracleBrand = history[n]
E(home.priceAuthority).makeQuoteNotifier({ value: 10n * 10n ** 6n, brand: stAtomOracleBrand }, usdOracleBrand)
E(qn).getUpdateSince()
```
```

0 comments on commit c94d3fd

Please sign in to comment.