You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Hybrid Wallet Deployment** - Configurable deployment via Factory or MultiCallDeploy
10
-
-**Complete 9-Step Coverage** - Implements all deployment steps (0-9) in one script
10
+
-**Complete 11-Step Coverage** - Implements all deployment steps (0-10) in one script
11
11
-**CFA Compatibility** - Uses `PassportCompatibleNexusFactory` for address compatibility
12
12
13
13
**⚠️ Note**: This script contains some legacy functions that are now redundant after the step-based approach implementation. Consider using `wallet-deployment.ts` for wallet-only deployments, which has been cleaned and optimized.
@@ -17,7 +17,7 @@ The `deploy-infrastructure-and-wallet.js` script is a **complete, self-contained
|**Deployment Methods**| CFA Factory + MultiCallDeploy | CFA Factory + MultiCallDeploy (with robust fallback) |
23
23
|**Use Case**| Fresh deployments, testing, development | Production wallet deployment |
@@ -33,7 +33,7 @@ The `deploy-infrastructure-and-wallet.js` script is a **complete, self-contained
33
33
34
34
### ✅ **Robust Architecture**
35
35
-**Hybrid approach** combines the best of both systems
36
-
-**Complete 9-step implementation** (all steps 0-9 in one script including NexusBootstrap, EntryPoint, and PassportCompatibleNexusFactory)
36
+
-**Complete 11-step implementation** (all steps 0-10 in one script including NexusBootstrap, EntryPoint, PassportCompatibleNexusFactory, and K1ValidatorFactory)
37
37
-**Dual deployment methods** (Factory and MultiCallDeploy)
38
38
-**Proper timing** with verification between deployments
0 commit comments