From 0452b1cd705f5dcb13f350a71565a043df2dd05c Mon Sep 17 00:00:00 2001 From: William Swanson Date: Mon, 16 Oct 2023 15:01:26 -0700 Subject: [PATCH] fixup! Implement `fetchSwapQuotes` --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d2db152..ee01258cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ # edge-core-js +## Unreleased + +- added: `EdgeAccount.fetchSwapQuotes`, to return all relevant quotes, and not just the best one. + ## 1.10.0 (2023-10-10) -- added: EdgeTxAction types to tag known smart contract trasaction types (swap, stake, etc) +- added: `EdgeTransaction.action` to tag known smart contract transaction types (swap, stake, etc.). ## 1.9.0 (2023-10-10)