ProvideLiquidity
Commands used to deposit tokens in a liquidity pool.
You must specify two token addresses and each deposit quantity.
After deposit, LP tokens will be issued.
./sg dex provide -a ${token_a_address} -b ${token_b_address} -x ${amount_a} -y ${amou
- a : Address of the first token - b : Address of the second token - x : Deposit quantity of first token - y : Deposit quantity of the second token
Example
./sg dex provide -a b8a5a760dda3a234e33f652701789a3cb879052eb783e9735dc631524
Last updated