Skip to content

Commit

Permalink
Update src14/owned_proxy/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Carstens <bitzoic.eth@gmail.com>
  • Loading branch information
K1-R1 and bitzoic authored Sep 12, 2024
1 parent 53d25c2 commit 52eb37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src14/owned_proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</a>
</p>

- The [Owned Proxy Contract](./contract/src/main.sw) is an opinionated implementation of the [extended SRC-14 standard](https://docs.fuel.network/docs/sway-standards/src-14-simple-upgradeable-proxies/). It utilises the [Upgradability library from sway-libs](https://github.com/FuelLabs/sway-libs) and includes initialization functionality that allows for secure ownership upon deployment.
- The [Owned Proxy Contract](./contract/src/main.sw) is an opinionated implementation of the [extended SRC-14 standard](https://docs.fuel.network/docs/sway-standards/src-14-simple-upgradeable-proxies/). It utilises the [Upgradability library from sway-libs](https://docs.fuel.network/docs/sway-libs/upgradability/) and includes initialization functionality that allows for secure ownership upon deployment.

## Recommended Usage

Expand Down

0 comments on commit 52eb37a

Please sign in to comment.