@morph-network/viem
v0.1.0
Published
Morph Client SDK integration for **Viem**.
Downloads
282
Readme
@morph-network/viem
Morph Client SDK integration for Viem.
This package provides a Viem extension / adapter layer that enables Morph-specific transaction types, gas model, and wallet capabilities — without forking or patching Viem itself.
✨ Features
- 🔌 Seamless integration with Viem via
extend()and factory helpers - 🧩 Morph-specific wallet & public client actions
- 🧾 Support for Morph custom transaction types / fee models
- 🛠 No Viem fork, no monkey-patching, no global side effects
- 🧠 Clear separation between Viem core and Morph extensions
📦 Installation
pnpm add viem @morph-network/viem
# or
npm install viem @morph-network/viem