Skip to content

Commit 4afcb54

Browse files
authored
upd router docs
1 parent fb2d857 commit 4afcb54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Router contract
22

33
!!! 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.
55

66
## Main features
77

@@ -10,7 +10,7 @@
1010
- Three types of `permit()` functions for approving tokens in the same transaction (EIP2612, DAI-like, Yearn-like)
1111
- Two types of swaps: with fixed input amount or fixed output amount
1212
- 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
1414
- marketplace fee managed by the transaction creator
1515
- Relayed transactions requiring just an EIP712 signature of the user
1616

0 commit comments

Comments
 (0)