Skip to content

Storage tutorial references wrong .wasm filename #2265

@kaankacar

Description

@kaankacar

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.

Metadata

Metadata

Assignees

Labels

dev-reldocumentationImprovements or additions to documentation

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions