@@ -42,6 +42,12 @@ Master list of UniV3 forks:
4242
4343### Breaking changes
4444
45+ ### Non-breaking changes
46+
47+ ## 2026-01-16
48+
49+ ### Breaking changes
50+
4551* Remove EulerSwap action ` EULERSWAP ` from Base as it has no liquidity
4652* Remove the following UniV3 forks from Base because they do little-to-no volume
4753 * Thick
@@ -56,16 +62,16 @@ Master list of UniV3 forks:
5662 attempting to buy WETH (wrapped native) is not possible. You will always get
5763 raw ETH (native).
5864* Added new VIP ` TRANSFER_FROM_WITH_PERMIT ` to TakerSubmitted settlers.
59- It is Similar to ` TRANSFER_FROM ` action but instead of a signature it
65+ * It is Similar to ` TRANSFER_FROM ` action but instead of a signature it
6066 receives a permit calldata to be executed before transfering the assets.
6167 Permit calldata is encoded as follow:
62- 1 . 0x00 for ERC2612 or 0x01 for DAIPermit or 0x02 for NativeMetaTransaction
63- 2 . Encoding of:
64- a . owner, amount, deadline, v, r, s in case of regular ERC2612 permit
65- b . owner, nonce, expiry, allowed, v, r, s in case of regular DAI permit
66- c . owner, amount, v, r, s in case of native meta transaction
67- In all cases spender is allways set to be AllowanceHolder
68- On native meta transactions ` approve ` function is allways the function called
68+ 1 . 0x00 for ERC2612 or 0x01 for DAIPermit or 0x02 for NativeMetaTransaction
69+ 2 . Encoding of:
70+ 1 . owner, amount, deadline, v, r, s in case of regular ERC2612 permit
71+ 2 . owner, nonce, expiry, allowed, v, r, s in case of regular DAI permit
72+ 3 . owner, amount, v, r, s in case of native meta transaction
73+ * In all cases spender is allways set to be AllowanceHolder.
74+ * On native meta transactions ` approve ` function is allways the function called
6975
7076## 2025-12-29
7177
0 commit comments