@bananapus/omnichain-deployers-v6 0.0.52 → 0.0.54
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 +12 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,13 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
`@bananapus/omnichain-deployers-v6` launches Juicebox projects with cross-chain suckers and a 721 hook already wired in. It is the package you use when the default project shape should be omnichain from day one.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
5
|
+
|
|
6
|
+
## Documentation
|
|
7
|
+
|
|
8
|
+
- [INVARIANTS.md](./INVARIANTS.md) — runtime guarantees enforced by `JBOmnichainDeployer`, per-function caller / effect / invariant inventory, and cross-cutting invariants.
|
|
9
|
+
- [ARCHITECTURE.md](./ARCHITECTURE.md) — system overview, trust boundaries, and source map.
|
|
10
|
+
- [ADMINISTRATION.md](./ADMINISTRATION.md) — control posture, recovery posture, and admin boundaries.
|
|
11
|
+
- [RISKS.md](./RISKS.md) — risk register with priority levels, trust assumptions, and accepted behaviors.
|
|
12
|
+
- [USER_JOURNEYS.md](./USER_JOURNEYS.md) — primary actor flows for launching omnichain projects and adding suckers later.
|
|
13
|
+
- [AUDIT_INSTRUCTIONS.md](./AUDIT_INSTRUCTIONS.md) — audit objective, scope, and verification commands.
|
|
14
|
+
- [SKILLS.md](./SKILLS.md) — orientation for AI agents and contributors working on this repo.
|
|
15
|
+
- [STYLE_GUIDE.md](./STYLE_GUIDE.md) — Solidity and repo conventions across the Juicebox V6 ecosystem.
|
|
16
|
+
- [CHANGELOG.md](./CHANGELOG.md) — version-to-version changes and migration notes.
|
|
12
17
|
|
|
13
18
|
## Overview
|
|
14
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bananapus/omnichain-deployers-v6",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.54",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@bananapus/address-registry-v6": "^0.0.29",
|
|
36
|
-
"@bananapus/buyback-hook-v6": "^0.0.
|
|
36
|
+
"@bananapus/buyback-hook-v6": "^0.0.64",
|
|
37
37
|
"@sphinx-labs/plugins": "0.33.3",
|
|
38
38
|
"@uniswap/v4-core": "1.0.2"
|
|
39
39
|
}
|