/**
 * ABI for the IVaultStorage contract
 */
export const IVaultStorageAbi = [] as const

/**
 * Type-safe ABI for the IVaultStorage contract
 */
export type IVaultStorageAbiType = typeof IVaultStorageAbi

/**
 * Bytecode for the IVaultStorage contract
 */
export const IVaultStorageBytecode = "0x"

/**
 * Deployed bytecode for the IVaultStorage contract
 */
export const IVaultStorageDeployedBytecode = "0x"
