From 25b6f2ef54cdacda95666f26b4981db6da414562 Mon Sep 17 00:00:00 2001 From: Nick Taras Date: Fri, 13 Oct 2023 11:04:05 +1100 Subject: [PATCH] Explicitly include ethers library availabilty via Token Negotiator library interface --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cbe012f..009b373a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Feature release including multi-hook support, improved UX for off chain token ho - Re-direct accept / deny options given to end user (to cancel the loading of tokens) - Multi-Hook support added - Added selected token issuer keys to 'tokens-selected' event hook -- Explicitly include ethers library availabilty via Token Negotiator library interface via `client.externalUtils.evm.ethers` +- Explicitly include ethers library availabilty via Token Negotiator library interface `client.externalUtils.evm.ethers` ### Bug Fixes