UNPKG

superfuse-wizard

Version:

Interactive smart contract generator based on Superchain 's interoperability standard.

5 lines (4 loc) 172 B
import type { ReferencedContract } from "./contract"; export function inferTranspiled(c: ReferencedContract): boolean { return c.transpiled ?? !/^I[A-Z]/.test(c.name); }