diff --git a/changelog.d/20230721_175525_chanhosuh_tricrypto.rst b/changelog.d/20230721_175525_chanhosuh_tricrypto.rst new file mode 100644 index 000000000..89d23959a --- /dev/null +++ b/changelog.d/20230721_175525_chanhosuh_tricrypto.rst @@ -0,0 +1,7 @@ +Added +------ + +- The focus of this update was to update the CurveCryptoPool class to handle 3 coins for the functionality + required for cryptoswap simulations, namely `exchange`, `_tweak_price`, and the related calculations. The pythonic + equivalents such as `add_liquidity`, `remove_liquidity_one_coin`, etc., were not updated. + For the supported calculations, the pool will give exact integer results as compared to the Tricrypto-NG contract.