Skip to content

Commit 88da3bb

Browse files
committed
fix: CHANGELOG formatting
1 parent 0bf47fc commit 88da3bb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ Master list of UniV3 forks:
5656
attempting to buy WETH (wrapped native) is not possible. You will always get
5757
raw ETH (native).
5858
* Added new VIP `TRANSFER_FROM_WITH_PERMIT` to TakerSubmitted settlers.
59-
It is Similar to `TRANSFER_FROM` action but instead of a signature it
59+
* It is Similar to `TRANSFER_FROM` action but instead of a signature it
6060
receives a permit calldata to be executed before transfering the assets.
6161
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
62+
1. 0x00 for ERC2612 or 0x01 for DAIPermit or 0x02 for NativeMetaTransaction
63+
2. Encoding of:
64+
1. owner, amount, deadline, v, r, s in case of regular ERC2612 permit
65+
2. owner, nonce, expiry, allowed, v, r, s in case of regular DAI permit
66+
3. 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
6969

7070
## 2025-12-29
7171

0 commit comments

Comments
 (0)