export const PriceProviderAbi = [ { inputs: [], name: "getBidAndAskPrice", outputs: [ { internalType: "uint128", name: "", type: "uint128", }, { internalType: "uint128", name: "", type: "uint128", }, ], stateMutability: "view", type: "function", }, ] as const;