@msafe/sui-app-store 0.0.360 → 0.0.361
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
New dApps integrate with MSafe the same way they integrate any Sui wallet: assemble a real `Transaction` and submit it through `@msafe/sui-wallet`. You do **not** add a helper under `src/apps/**`, open a pull request against this repository, or wait for an `@msafe/sui-app-store` release.
|
|
6
6
|
|
|
7
|
-
Existing helpers
|
|
7
|
+
Existing helpers stay in this package for compatibility only. Do not extend them for new products.
|
|
8
8
|
|
|
9
9
|
| Audience | What to read |
|
|
10
10
|
| --- | --- |
|