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: README.md
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,34 @@
1
1
# AVNU Contracts
2
2
3
-
This repository contains the contracts used by [AVNU](https://www.avnu.fi/). You can test them by using our [testnet](https://app.avnu.fi/).
3
+
This repository contains the contracts used by [AVNU](https://www.avnu.fi/).
4
4
5
-
If you want to learn more about AVNU, and how we are able to provide the best execution on Starknet, you can visit our [documentation](https://doc.avnu.fi/).
5
+
If you want to learn more about AVNU, and how we are able to provide the best execution on Starknet, you can visit
6
+
our [documentation](https://doc.avnu.fi/).
6
7
7
8
## Structure
8
9
9
10
-**Exchange**: Handles the swap. It contains all the routing logic
10
11
11
-
AVNUExchange uses **Adapter**s to call each AMM.
12
+
AVNUExchange uses **Adapter**s to call each AMM.
12
13
These adapters are declared on Starknet and then called using library calls.
13
14
A mapping of "AMM Router address" to "Adapter class hash" is stored inside the AVNUExchange contract.
0 commit comments