Skip to content

Commit 619d425

Browse files
authored
fix: links and data
Merge pull request #7 from spheronFdn/rekpero/fix-links
2 parents 1616d5f + 40fcc86 commit 619d425

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

content/fizz/reward-details.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ While you receive the majority of the earnings from user leases, there are some
174174
This means that as a Fizz node operator, you receive 90% of the total amount paid by the user for leasing your compute resources.
175175

176176
<Callout type="info">
177-
**Example**: If a user pays 100 USDT tokens to lease your compute resources:
178-
- You receive: 90 USDT tokens
179-
- Spheron Foundation receives: 5 USDT tokens
180-
- Gateway receives: 5 USDT tokens
177+
**Example**: If a user pays 100 uSPON tokens to lease your compute resources:
178+
- You receive: 90 uSPON tokens
179+
- Spheron Foundation receives: 5 uSPON tokens
180+
- Gateway receives: 2 uSPON tokens
181181
</Callout>
182182

183183
By Offering competitive pricing and maintaining good resource availability can maximize your direct earnings from user leases and the liveness points.

content/rent-gpu/icl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ It's structured into several key sections:
2020
8. [Port Range](/rent-gpu/icl#8-port-range)
2121
9. [Pull Policy](/rent-gpu/icl#9-pull-policy)
2222
10. [Shared Memory (SHM) Support](/rent-gpu/icl#10-shared-memory-shm-support)
23-
11. [Advanced Placement Attributes](/rent-gpu/icl#11-advanced-placement-attributes)
23+
11. [Advanced Attributes](/rent-gpu/icl#11-advanced-attributes)
2424
12. [Mac Deployment Support](/rent-gpu/icl#12-mac-deployment-support)
2525
13. [GPU VRAM Minimum Requirements](/rent-gpu/icl#13-gpu-vram-minimum-requirements)
2626

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbopack",
@@ -27,4 +27,4 @@
2727
"eslint-config-next": "15.2.4",
2828
"@eslint/eslintrc": "^3"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)