export type Oracle = {
    address: string;
    secp_pubkey: string;
};
