-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Labels
dev-reldocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
What version are you using?
Stellar CLI v23.2.1
What did you do?
Followed the Storage tutorial. The invoke example references soroban_events_contract.wasm.
Documentation URL: https://developers.stellar.org/docs/build/smart-contracts/example-contracts/storage
What did you expect to see?
A reference to the correct WASM file for the storage/increment contract: soroban_increment_contract.wasm.
What did you see instead?
The documentation references soroban_events_contract.wasm, which is from a different tutorial. This is a copy-paste error. Even after fixing the CLI flag issues, a new developer would be deploying the wrong contract.
Fix: Change soroban_events_contract.wasm to soroban_increment_contract.wasm.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dev-reldocumentationImprovements or additions to documentationImprovements or additions to documentation
Type
Projects
Status
No status