Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update REWARDS.md #215

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bitsong-testnet-6/REWARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,15 @@ Add liquidity to the BTSG/PHOTON pool
gaiad tx liquidity deposit 10 1000000ibc/0089C53C77684D611D90E8C837B6C07E2E01858CE0ED98CA9154E6ECA50763C4,1000000uphoton --from <key-name>
```

## Task 8: Swap atom for btsg
## Task 8: Swap btsg for atom

Execute your first BTSG/PHOTON swap

```
gaiad tx liquidity swap 10 1 100000ibc/0089C53C77684D611D90E8C837B6C07E2E01858CE0ED98CA9154E6ECA50763C4 uphoton 1.01 0.003 --from <key-name>
```

## Task 9: Swap btsg for atom
## Task 9: Swap atom for btsg

Execute a new swap the other way around atom/btsg

Expand Down