import type { BigNumber, Contract } from 'ethers' export type ContractList = Partial> export type ContractParam = string | BigNumber | number | Array