/**
 * blockchain is the type for the chain ID.
 */
export type blockchain = "local" | "devnet" | "lightnet" | "mainnet" | "zeko";
