chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:14 -08:00
parent b6a776e5d7
commit 25c96e210a
316 changed files with 29779 additions and 677 deletions

View File

@@ -12,10 +12,23 @@ This repository contains all MetaMask integration components for ChainID 138, in
- Network configuration
- Token lists
- Price feed integration
- **Smart Accounts Kit integration** ✅
- Documentation
- Examples
- Scripts
### ✅ Smart Accounts Kit Integration
**Status**: Ready for deployment
- ✅ All deployment scripts created
- ✅ AccountWalletRegistry extension contract created
- ✅ Complete documentation (user & developer guides)
- ✅ Delegation framework documented
- ✅ Advanced Permissions (ERC-7715) documented
See `ALL_TASKS_COMPLETE_FINAL.md` for complete status.
---
## 🚀 Quick Start
@@ -62,6 +75,10 @@ metamask-integration/
### Integration Guides
- [Oracle Integration](./docs/METAMASK_ORACLE_INTEGRATION.md) - Price feed integration
- [Token List Hosting](./docs/METAMASK_TOKEN_LIST_HOSTING.md) - Deployment guide
- [Smart Accounts User Guide](./docs/SMART_ACCOUNTS_USER_GUIDE.md) - User guide for Smart Accounts
- [Smart Accounts Developer Guide](./docs/SMART_ACCOUNTS_DEVELOPER_GUIDE.md) - Developer integration guide
- [Delegation Usage Guide](./docs/DELEGATION_USAGE_GUIDE.md) - Delegation framework guide
- [Advanced Permissions Guide](./docs/ADVANCED_PERMISSIONS_GUIDE.md) - ERC-7715 permissions guide
### Troubleshooting
- [Troubleshooting Guide](./docs/METAMASK_TROUBLESHOOTING_GUIDE.md) - Common issues