Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seleniumforest authored Aug 27, 2022
1 parent 4b36b1d commit 8603779
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,25 @@
}
```


1.1 - You can assign custom amount for each denom by adding

```
"msgAmounts": {
"msgSwapExactAmountIn": 1000000000000000
}
```
Supported msg types

- msgSwapExactAmountIn
- msgDelegate
- msgExecuteContract
- msgSend
- msgUndelegate


2. Run ``` pm2 start ecosystem.config.js ``` to run script on all networks
- If you want to start solo network, please add arg with name specified in config
Expand All @@ -40,7 +59,8 @@

## Roadmap

- [ ] Osmosis whale swaps
- [x] Osmosis whale swaps
- [Testing] Custom amounts for each message on each denom
- [ ] Show Prices in USD
- [ ] Add Secret network
- [ ] Add IBC-txs

0 comments on commit 8603779

Please sign in to comment.