Skip to content

Conversation

@MadelineAu
Copy link
Collaborator

No description provided.

@vercel
Copy link

vercel bot commented Nov 25, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
eigencloud-docs Ready Ready Preview Nov 25, 2025 3:49am

Comment on lines +8 to +26
eigenx environment set dev
eigenx app create api-dev typescript
cd api-dev
eigenx app deploy

# Staging
cd ..
eigenx environment set staging
eigenx app create api-staging typescript
cd api-staging
eigenx app deploy

# Production
cd ..
eigenx environment set prod
eigenx app create api-prod typescript
cd api-prod
eigenx app configure tls
eigenx app deploy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is wrong - we don't have these environment

we have these two

eigenx environment list
2025/11/25 19:36:31 Available deployment environments:
2025/11/25 19:36:31   • sepolia - Ethereum Sepolia testnet (active)
2025/11/25 19:36:31   • mainnet-alpha - Ethereum mainnet (⚠️  uses real funds)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And devs using eigenx aren't creating new environments anyway are they? Removing this section.

@MadelineAu MadelineAu changed the title Moved how to content out of reference topics [Superseded by 214] Moved how to content out of reference topics Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants