UNPKG

@sei-js/evm

Version:

TypeScript library for EVM interactions on the Sei blockchain

7 lines (6 loc) 180 B
import type { Abi } from 'viem'; /** * The Viem ABI for the Solo precompile contract. * @category Cosmos Interoperability */ export declare const VIEM_SOLO_PRECOMPILE_ABI: Abi;