Skip to content

Commit d892506

Browse files
author
itsbobbyz
committed
smol updates
1 parent d9f51fd commit d892506

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Stash points
44
sidebar_position: 5
55
---
66

7+
78
# Stash points
89

910
Your participation now earns Stash points, a new rewards system that tracks your contributions across the Sprinter ecosystem.
@@ -71,4 +72,4 @@ You earn from:
7172
- **Strategy fees**
7273
- **Multi-dimentional Passive yield**
7374
- **Stash points**
74-
- **SPRNT incentives** (post TGE)
75+
- **Rewards** (post TGE)

docs/docs/02-Stash/04-get-the-borrow-cost-for-a-liquidity-transaction.api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import Heading from "@theme/Heading";
2626

2727
<MethodEndpoint
2828
method={"get"}
29-
path={"/liquidity/chain/{chainId}/protocol/{protocol}/deposit/{txHash}/request"}
29+
path={"liquidity/chain/{chainId}/protocol/{protocol}/deposit/{txHash}/request"}
3030
context={"endpoint"}
3131
></MethodEndpoint>
3232

docs/docusaurus.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const config: Config = {
88
tagline: "The Fast Lane For Crosschain",
99
favicon: "img/sprinter.ico",
1010

11-
url: "https://docs.sprinter.buildwithsygma.com/",
12-
baseUrl: "/",
11+
url: "https://docs.sprinter.tech/",
12+
baseUrl: "https://api.sprinter.tech",
1313

1414
organizationName: "Sprinter",
1515
projectName: "sprinter-ts",
@@ -63,8 +63,8 @@ const config: Config = {
6363
},
6464
items: [
6565
{
66-
href: "https://app.sprinter.tech/",
67-
label: "Stash",
66+
href: "https://sprinter.tech/",
67+
label: "Website",
6868
position: "left",
6969
},
7070
{
@@ -202,7 +202,7 @@ const config: Config = {
202202
groupPathsBy: "tag",
203203
},
204204
} satisfies OpenApiPlugin.Options,
205-
},
205+
206206
},
207207
],
208208
],

docs/src/api/stash-openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ definitions:
281281
server.BorrowCost:
282282
description: Borrow cost structure with a big.Int represented as string
283283
properties:
284-
borrowAmount:
284+
borrowAmount:
285285
type: string
286286
borrowCost:
287287
type: string
@@ -513,7 +513,7 @@ info:
513513
contact: {}
514514
schemes:
515515
- https
516-
host: api.sprinter.buildwithsygma.com/
516+
host: api.sprinter.tech/
517517
paths:
518518
/liquidity/chain/{chainId}/protocol/{protocol}/deposit/{txHash}/request:
519519
get:

0 commit comments

Comments
 (0)