Skip to content

feat: add Dojo Sepolia profile configuration#11

Merged
Slymeofthemonth merged 1 commit intomainfrom
fix/issue-2-sepolia-profile
Mar 4, 2026
Merged

feat: add Dojo Sepolia profile configuration#11
Slymeofthemonth merged 1 commit intomainfrom
fix/issue-2-sepolia-profile

Conversation

@Slymeofthemonth
Copy link
Owner

Summary

Adds the missing dojo_sepolia.toml configuration file for Sepolia deployments.

Changes

  • dojo_sepolia.toml — Dojo config using Cartridge's public Sepolia RPC (https://api.cartridge.gg/x/starknet/sepolia). Account credentials use env vars (DOJO_ACCOUNT_ADDRESS, DOJO_PRIVATE_KEY) — no hardcoded keys. world_address left empty (populated after first migration).
  • .gitignore — Exception added so dojo_sepolia.toml is tracked (it's a template with no secrets).

Usage

export DOJO_ACCOUNT_ADDRESS=0x...
export DOJO_PRIVATE_KEY=0x...
sozo migrate --profile sepolia

Closes #2

- Create dojo_sepolia.toml with Cartridge public RPC endpoint
- Uses env vars for account_address and private_key (no hardcoded keys)
- world_address left empty (set after first migration)
- Update .gitignore to track dojo_sepolia.toml (template config, no secrets)

Closes #2
@Slymeofthemonth Slymeofthemonth merged commit b897fc3 into main Mar 4, 2026
@Slymeofthemonth Slymeofthemonth deleted the fix/issue-2-sepolia-profile branch March 4, 2026 08:19
@Slymeofthemonth
Copy link
Owner Author

Closing — Sepolia profile config was already included in #13's merge. Issue #2 is resolved.

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.

Missing Dojo profile configuration for Sepolia

1 participant