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/docs/01-introduction/01-introduction.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ sidebar_position: 1
12
12
13
13
# Welcome To The Sprinter Docs
14
14
15
-
Sprinter is a **fast, smooth, interoperable intent execution engine**. Our aim is to make multichain interactions feel like one. In doing so, we enhance cross-chain UX *for all* as a first-class citizen in both existing and upcoming web3 technologies.
15
+
Sprinter is a **fast, smooth, interoperable intent execution engine**. Our aim is to make multichain interactions feel like one. In doing so, we enhance cross-chain UX _for all_ as a first-class citizen in both existing and upcoming web3 technologies.
Copy file name to clipboardExpand all lines: docs/docs/01-introduction/02-key-features.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ sidebar_position: 2
5
5
---
6
6
7
7
Sprinter provides execution for chain abstracton providers by operating a large cluster of solvers that are designed to:
8
-
- ⚖️ simplify cross-chain balance aggregation and transaction management
8
+
9
+
- ⚖️ simplify cross-chain balance aggregation and transaction management
9
10
- 🔀 automatically provide optimized execution paths by determining the fastest and cheapest paths for a transfer, regardless of layer
10
11
- 🥰 provide the ultimate UX buff to users, applications, protocols, and wallets
11
12
- ⚙️ be unopinionated about account types (EOAs or smart contract accounts)
@@ -31,7 +32,7 @@ Sprinter provides execution for chain abstracton providers by operating a large
31
32
32
33
## 💳 Capital Efficient
33
34
34
-
The Sprinter solver engine creates capital efficiency across the cross-chain transaction flow by bearing equivocation risk for users and intent providers. In effect, this optimizes the transaction supply chain for the user since we create the destination calldata.
35
+
The Sprinter solver engine creates capital efficiency across the cross-chain transaction flow by bearing equivocation risk for users and intent providers. In effect, this optimizes the transaction supply chain for the user since we create the destination calldata.
Copy file name to clipboardExpand all lines: docs/docs/01-introduction/04-supported-networks.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ sidebar_position: 4
7
7
import SupportedList from '@site/src/components/SupportedList';
8
8
9
9
:::tip
10
-
New routes, networks, and tokens can readily be added by the Sprinter team. Please reach out at [[email protected]](mailto:[email protected]) to get a conversation started.
10
+
New routes, networks, and tokens can readily be added by the Sprinter team. Please reach out at [[email protected]](mailto:[email protected]) to get a conversation started.
baseUrl: Environment.MAINNET,// Enum that provides predefined URLs
29
+
baseUrl: Environment.MAINNET// Enum that provides predefined URLs
30
30
});
31
31
```
32
32
@@ -35,10 +35,10 @@ const sprinterWithEnv = new Sprinter({
35
35
You can change the `baseUrl` dynamically in your application using the `setBaseUrl` function provided by the SDK. This is useful when you need to modify the API endpoint during runtime.
0 commit comments