From 3e1c845e5fc2e820b9a50b8a2ef5f9aeeb730a99 Mon Sep 17 00:00:00 2001 From: Paul Cramer Date: Thu, 12 Sep 2024 13:41:57 -0700 Subject: [PATCH] changeset --- .changeset/shy-foxes-jog.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/shy-foxes-jog.md diff --git a/.changeset/shy-foxes-jog.md b/.changeset/shy-foxes-jog.md new file mode 100644 index 0000000000..bc10e9cfb2 --- /dev/null +++ b/.changeset/shy-foxes-jog.md @@ -0,0 +1,7 @@ +--- +'@coinbase/onchainkit': patch +--- + +- **feat**: introduced `config` for the `Swap` component, with the first option for `maxSlippage`. By @zizzamia & @cpcramer #1242 +- **fix**: added spacing between swap input and token select. By @alessey #1229 +- **feat**: added slippage support in `Swap` component with settings UI. This combined feat incorporates slippage functionality into the Swap component, including a dedicated settings section with a title, description, and input field for configuring slippage tolerance. By @cpcramer #1187 #1192 #1191 #1189 #1195 #1196 #1206 #1250