Micet version history - 4 versions
Micet by Yash Mourya
Micet version history - 4 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 1.0.3
Released Dec 10, 2025 - 478.31 KBWorks with firefox 142.0 and later🚀 What's New
Faster Contract Deployments
Deployments now complete in ~15-20 seconds instead of 10+ minutes
No more endless buffering/spinner in Remix IDE
Custom RPC Now Works Properly
Your custom RPC URL (e.g., Alchemy, Infura) is now used for all network calls
Custom RPC is prioritized over default public endpoints
Faster and more reliable transactions with your own API keys
🔧 Technical Improvements
Reduced transaction wait time - No longer waits 60 seconds for confirmation
Smart RPC caching - Network state cached for 60 seconds to reduce overhead
Better fallback handling - Falls back to public RPCs if custom RPC fails
📝 How to Use Custom RPC
Open the wallet popup
Go to Settings
Enter your RPC URL (e.g., https://eth-sepolia.g.alchemy.com/v2/YOUR_KEY)
Save and reconnect to dApps
🐛 Bug Fixes
Fixed: Remix showing constant buffering/loading on account
Fixed: Custom RPC URLs being ignored during transactions
Fixed: Excessive background calls slowing down the extensionSource code released under MIT License
Older versions
Version 1.0.2
Released Nov 30, 2025 - 478.03 KBWorks with firefox 142.0 and later✨ Fixed Remix IDE Integration
- Network detection now works properly with Remix
- eth_chainId and net_version return correct values
🔗 No More Repeated Connection Popups
- Sites stay connected without asking for approval every time
- Better connection management
🔑 Custom RPC Support
- Add your own Alchemy RPC endpoints
- Switch between default and custom RPC anytime
📊 Connected Sites Management
- View all connected DApps in Settings
- Disconnect from any site instantly
- Better control over permissionsSource code released under MIT License
Version 1.0.1
Released Oct 22, 2025 - 474.62 KBWorks with firefox 109.0 and laterHighlights
Manifest and Firefox compatibility fixes
Removed invalid properties from browser_specific_settings.gecko.data_collection_permissions so the extension can be installed as a temporary add-on in Firefox without the "Unexpected properties: collects, description" error.
Kept data_collection_permissions.required = ["none"] to clearly indicate no data collection is required.
Other notable details
Version bump: 1.0.0 → 1.0.1 (see manifest.json)
No functional UI or runtime behavior changes were made in this patch — this release is focused on metadata and packaging compatibility with Firefox.Source code released under MIT License
Version 1.0.0
Released Oct 17, 2025 - 474.66 KBWorks with firefox 109.0 and laterSource code released under MIT License