Skip to content

Commit 5d5d391

Browse files
committed
review rework
1 parent b720776 commit 5d5d391

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/eigencompute/get-started/billing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ sidebar_position: 3
55

66
Deploying an EigenCompute application to Sepolia testnet or mainnet requires an EigenCompute subscription.
77

8-
EigenCompute has metered billing so you pay for what you use. All new customers receive a $100 credit.
8+
EigenCompute has metered billing so you pay for what you use. All new customers receive up to $25 matched credits.
99

1010
:::important Mainnet Pricing
11-
Current EigenCompute pricing is the testnet pricing. Mainnet deployments are available testnet pricing for a promotional
11+
Current EigenCompute pricing is the testnet pricing. Mainnet deployments are available at testnet pricing for a promotional
1212
period ending on 04/31/2026.
1313
:::
1414

@@ -25,7 +25,7 @@ Up to 10 apps each can be deployed on Sepolia testnet and mainnet per subscripti
2525
| Instance Tier | Resources | Security Type | Hourly Price | Monthly Price |
2626
|:-----------------|:---------------------|:-------------------|:-------------|:--------------|
2727
| **Starter 1** | Shared 2 vCPU + 1 GB | Shielded VM (vTPM) | $0.03/hr | $19.99/mo |
28-
| **Starter 2** | E2-Medium | Shielded VM (vTPM) | $0.04/hr | $29.99/mo |
28+
| **Starter 2** | Shared 2 vCPU + 4 GB | Shielded VM (vTPM) | $0.04/hr | $29.99/mo |
2929
| **Pro 1** | 2 vCPU + 4 GB | SEV-SNP (TEE) | $0.07/hr | $53.99/mo |
3030
| **Pro 2** | 2 vCPU + 8 GB | SEV-SNP (TEE) | $0.12/hr | $85.99/mo |
3131
| **Enterprise 1** | 4 vCPU + 16 GB | TDX (TEE) | $0.33/hr | $239.99/mo |

docs/eigencompute/reference/ecloud-cli/compute/app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If you don't have an EigenCompute subscription, the CLI will prompt you for [bil
116116
> | Machine type | vCPUs | Memory | Architecture |
117117
> |-------------------|:--------:|:------:|------------------|
118118
> | g1-micro-1v | 2 shared | 1GB | vTPM Shielded VM |
119-
> | g1-small-1v | 2 shared | 2GB | vTPM Shielded VM |
119+
> | g1-medium-1v | 2 shared | 2GB | vTPM Shielded VM |
120120
> | g1-custom-2-4096s | 2 | 4GB | AMD SEV-SNP |
121121
> | g1-standard-2s | 2 | 8GB | AMD SEV-SNP |
122122
> | g1-standard-4t | 4 | 16 GB | Intel TDX |
@@ -226,7 +226,7 @@ Update an existing application with new code, configuration, or environment vari
226226
> | Machine type | vCPUs | Memory | Architecture |
227227
> |-------------------|:--------:|:------:|------------------|
228228
> | g1-micro-1v | 2 shared | 1GB | vTPM Shielded VM |
229-
> | g1-small-1v | 2 shared | 2GB | vTPM Shielded VM |
229+
> | g1-medium-1v | 2 shared | 2GB | vTPM Shielded VM |
230230
> | g1-custom-2-4096s | 2 | 4GB | AMD SEV-SNP |
231231
> | g1-standard-2s | 2 | 8GB | AMD SEV-SNP |
232232
> | g1-standard-4t | 4 | 16 GB | Intel TDX |

0 commit comments

Comments
 (0)