Skip to content

feat(sdk): add local development environment#107

Draft
crypt0fairy wants to merge 1 commit intomasterfrom
feat/local-dev-environment
Draft

feat(sdk): add local development environment#107
crypt0fairy wants to merge 1 commit intomasterfrom
feat/local-dev-environment

Conversation

@crypt0fairy
Copy link

Adds a "local" environment entry that points all HTTP APIs at localhost:4399, enabling end-to-end local development with a fake EigenCloud server and an Anvil Sepolia fork instead of real infrastructure.

  • LOCAL_CHAIN_ID (31337) constant for anvil
  • "local" environment config reusing sepolia-dev contract addresses
  • "local" included in available environments for dev builds
  • KMS keys for "local" reuse sepolia dev keys (fake server skips verification)
  • Environment type union in browser.ts includes "local"

Adds a "local" environment entry that points all HTTP APIs at
localhost:4399, enabling end-to-end local development with a fake
EigenCloud server and an Anvil Sepolia fork instead of real infrastructure.

- LOCAL_CHAIN_ID (31337) constant for anvil
- "local" environment config reusing sepolia-dev contract addresses
- "local" included in available environments for dev builds
- KMS keys for "local" reuse sepolia dev keys (fake server skips verification)
- Environment type union in browser.ts includes "local"
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.

1 participant