@stableflow/utils-evm
v3.0.1
Published
EVM utilities for StableFlow SDK (RPC fallback, LayerZero compose)
Downloads
3,515
Readme
@stableflow/utils-evm
EVM utilities for the StableFlow SDK: RPC fallback providers and LayerZero compose helpers.
Installation
pnpm add @stableflow/utils-evm @stableflow/coreThis package is primarily used internally by @stableflow/bridges and @stableflow/wallet-evm. Application code rarely imports it directly.
Main exports
| Export | Description |
|--------|-------------|
| evmRpcFallbackProvider | EVM JSON-RPC provider with fallback URLs |
| buildEndpointV2LzComposePayload | LayerZero v2 compose payload builder |
| encodeUint, normalizeHex, toBytes32 | Encoding helpers |
| NATIVE_MSG_FEE_BUFFER | Native message fee buffer constant |
See dist/index.d.ts after pnpm build.
