@msafe/sui-app-store 0.0.364 → 0.0.365
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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,6 @@ The old path existed because a queued multisig tx had to be **rebuilt** later, s
|
|
|
38
38
|
| What you write | Intention class + `deserialize` / `build` + tests + PR in **this** repo | The PTB you already build for other wallets |
|
|
39
39
|
| Extra dependency | `@msafe/sui-app-store` + `appContext` | `@msafe/sui-wallet` only |
|
|
40
40
|
| Who ships your adapter | MSafe reviews, merges, and **publishes a new app-store version** | **Nobody.** There is no adapter. |
|
|
41
|
-
| Time to first live tx | Often **weeks** (review + our release train) | **Days** — usually the time to wire the wallet and send a card |
|
|
42
41
|
| Blocked on | Our sprint, this repo’s CI, npm publish | Your own PTB being correct |
|
|
43
42
|
| Mysten / protocol SDK upgrades | Helper in this repo had to follow; you waited on us | You upgrade **your** dApp; we are not in the loop |
|
|
44
43
|
| Three new protocols at once | Three helper PRs, serialized on our side | Three teams in parallel; we only add three cards |
|