mirror of
https://github.com/FlipsideCrypto/osmosis-models.git
synced 2026-02-06 11:26:55 +00:00
* LP actions model and tests
* Fix to one token LPs
* flattened out tokens, added decimal, updated docs and test
* pool id change - remove array
* aggregates currencies and groups by msg_index
* Revert "pool id change - remove array"
This reverts commit dc4185d51f.
* lucid chart change round 1
* transfers updates
* LP actions - flattened
* change vote weight to float
129 B
129 B
{% docs to_decimal %}
Divide the swap_to_amount by POW(10, swap_to_decimal) to get the amount the user received.
{% enddocs %}