I'm looking for a way to modify/upgrade my deployed contract functions while keeping the state untouched. is there an example somewhere on doing this?
Asked
Active
Viewed 25 times
1 Answers
1
If you're talking about EVM contracts, then there are several examples on how to write an upgradable smart contract. From OpenZepplin.
If you're talking about WASM contracts, then I don't believe there's any example as such yet.

Ani
- 261
- 1
- 6
schema.yaml
after being deployed? – 0xZiyad Feb 27 '23 at 22:13schema.yml
will not be possible past deploying. – Ani Mar 07 '23 at 11:58