import { setCode as hardhatSetCode } from '@nomicfoundation/hardhat-network-helpers' export async function setCode(address: string, code: string): Promise { return hardhatSetCode(address, code) }