You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/router.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Router contract
2
2
3
3
!!! note ""
4
-
Router contract is maintained in [`interactive-new`](https://github.com/zeriontech/defi-sdk/tree/interactive-new){target="_blank"} branch of defi-sdk repo.
4
+
Router contract is maintained in [`router`](https://github.com/zeriontech/defi-sdk/tree/router){target="_blank"} branch of defi-sdk repo.
5
5
6
6
## Main features
7
7
@@ -10,7 +10,7 @@
10
10
- Three types of `permit()` functions for approving tokens in the same transaction (EIP2612, DAI-like, Yearn-like)
11
11
- Two types of swaps: with fixed input amount or fixed output amount
12
12
- Two types of fees:
13
-
- protocol fee managed by the Router contract owner with possibility of one-time discounts requiring signature of an address with the special role
13
+
- protocol fee managed by the **Router** contract owner with possibility of one-time discounts requiring signature of an address with the special role
14
14
- marketplace fee managed by the transaction creator
15
15
- Relayed transactions requiring just an EIP712 signature of the user
0 commit comments