Skip to content

Commit 20f02cc

Browse files
Rwmove unused classes
1 parent 4ca0dce commit 20f02cc

5 files changed

Lines changed: 2 additions & 427 deletions

File tree

scripts/biconomy/README-deploy-infrastructure-and-wallet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `deploy-infrastructure-and-wallet.js` script is a **complete, self-contained
3737

3838
### **Robust Architecture**
3939
- **Hybrid approach** combines the best of both systems
40-
- **Complete 11-step implementation** (all steps 0-10 in one script including NexusBootstrap, EntryPoint, PassportCompatibleNexusFactory, and K1ValidatorFactory)
40+
- **Complete 9-step implementation** (all steps 0-8 in one script including NexusBootstrap, EntryPoint, NexusAccountFactory, and K1ValidatorFactory)
4141
- **Dual deployment methods** (Factory and MultiCallDeploy)
4242
- **Proper timing** with verification between deployments
4343
- **Comprehensive verification** of all components

scripts/biconomy/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ scripts/biconomy/
3838
- `deploy-real-entrypoint.js` - Replaced by `step3.ts`
3939
- `NexusMultiCallDeploy.sol` - Replaced by existing `MultiCallDeploy.sol`
4040
- `PassportNexusAccountFactory.sol` - Replaced by `NexusAccountFactory.sol`
41-
- `PassportNexusUpgradeController.sol` - Upgrade approach replaced by direct CFA deployment
42-
- `PassportNexusUpgradeFactory.sol` - Replaced by `PassportCompatibleNexusFactory.sol`
4341

4442
## Architecture Overview
4543

@@ -245,7 +243,7 @@ USE_MULTICALL_DEPLOY=true NODE_ENV=development npx hardhat run scripts/biconomy/
245243
Deploy wallet using existing infrastructure with the **cleaned and optimized** `wallet-deployment.ts`:
246244

247245
```bash
248-
# Deploy wallet using step artifacts (default: PassportCompatibleNexusFactory)
246+
# Deploy wallet using step artifacts (default: NexusAccountFactory)
249247
NODE_ENV=development npx hardhat run scripts/biconomy/wallet-deployment.ts --network localhost
250248

251249
# Deploy using MultiCallDeploy with fallback to Factory

src/contracts/PassportNexusAccountFactory.sol

Lines changed: 0 additions & 244 deletions
This file was deleted.

src/contracts/biconomy/NexusMultiCallDeploy.sol

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)