export type DeployOn = "mainnet" | "testnet" | "localnet" | "devnet";
export type SignaturePayloadType = 1 | 2;
