Skip to content

Commit

Permalink
Remove wrapper from command used in the try button feature to prevent…
Browse files Browse the repository at this point in the history
… errors displayed around response (#465)
  • Loading branch information
emperorjm authored Apr 16, 2024
1 parent 9d8774d commit 5e0dc0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Try it:
::tryItButton

```bash
$(archwayd q rewards estimate-fees 1 --node 'https://rpc.mainnet.archway.io:443' --output json | jq -r '.gas_unit_price | (.amount + .denom)')
archwayd q rewards estimate-fees 1 --node 'https://rpc.mainnet.archway.io:443' --output json | jq -r '.gas_unit_price | (.amount + .denom)'
```
::

Expand All @@ -67,7 +67,7 @@ Try it:
::tryItButton

```bash
$(archwayd q rewards estimate-fees 1 --node 'https://rpc.constantine.archway.io:443' --output json | jq -r '.gas_unit_price | (.amount + .denom)')
archwayd q rewards estimate-fees 1 --node 'https://rpc.constantine.archway.io:443' --output json | jq -r '.gas_unit_price | (.amount + .denom)'
```
::

Expand Down

0 comments on commit 5e0dc0f

Please sign in to comment.