UNPKG

@sei-js/evm

Version:

TypeScript library for EVM interactions on the Sei blockchain

7 lines (6 loc) 210 B
import { WASM_PRECOMPILE_ABI } from '../precompiles'; /** * The Viem ABI for the Wasm precompile contract. * @category Cosmos Interoperability */ export const VIEM_WASM_PRECOMPILE_ABI = WASM_PRECOMPILE_ABI;