Problem Statement soroban.toml declares name = "orbitchain-campaign". The README says "MilestoneX." Makefile and deploy.sh reference the wrong WASM name. There is a brand drift across all three artifacts.
Expected Outcome Set name = "milestonex-campaign" (or however Soroban CLI 26.x prefers the casing). Update all artifacts to use the same canonical name.
Acceptance Criteria
cargo run -p milestonex-tools -- network reports the correct contract namespace.
- A search confirms no remaining
orbitchain references.
Makefile and deploy.sh deployed binary name matches soroban.toml.
Implementation Notes
- The brand is "MilestoneX"; check any corporate naming guideline before locking in.
Affected Files / Modules
soroban.toml
Makefile
deploy.sh, scripts/deploy.sh
README.md
- Any other reference
Dependencies — None.
Problem Statement
soroban.tomldeclaresname = "orbitchain-campaign". The README says "MilestoneX."Makefileanddeploy.shreference the wrong WASM name. There is a brand drift across all three artifacts.Expected Outcome Set
name = "milestonex-campaign"(or however Soroban CLI 26.x prefers the casing). Update all artifacts to use the same canonical name.Acceptance Criteria
cargo run -p milestonex-tools -- networkreports the correct contract namespace.orbitchainreferences.Makefileanddeploy.shdeployed binary name matchessoroban.toml.Implementation Notes
Affected Files / Modules
soroban.tomlMakefiledeploy.sh,scripts/deploy.shREADME.mdDependencies — None.