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
Actions update:
- Better support for bridging action
- Added `getLayerZeroPool` utility for crosschain routing
- Added types for positionID based positions (e.g. Morpho)
Copy file name to clipboardExpand all lines: README.md
+51-38Lines changed: 51 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
# Enso SDK
9
9
10
-
The Enso SDK provides a set of tools and methods to interact with the Enso API. It includes functionalities for token approvals, routing, quoting, and balance checking.
10
+
The Enso SDK provides a set of tools and methods to interact with the Enso shortcuts. It includes functionalities for automated swap routing, multichain routing, token approvals, quoting, and balance checking.
11
11
12
12
## Introduction
13
13
@@ -65,7 +65,7 @@ There are 3 routing strategies available depending on your use case:
65
65
66
66
### Token Approvals
67
67
68
-
Get approval data to allow token spending:
68
+
Get approval data to allow token spending when using `router` as `routingStrategy` (not needed when using `delegate`):
Use `getLayerZeroPool` to get the correct pool information, and use it as `primaryAddress` for the [`bridge` action](https://docs.enso.build/pages/build/reference/actions#bridge).
0 commit comments