olympus-protocol-connector
Version:
Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript
24 lines (23 loc) • 445 B
TypeScript
export declare const CHAINLINK_ABI: ({
constant: boolean;
inputs: any[];
name: string;
outputs: {
name: string;
type: string;
}[];
payable: boolean;
stateMutability: string;
type: string;
} | {
constant: boolean;
inputs: {
name: string;
type: string;
}[];
name: string;
outputs: any[];
payable: boolean;
stateMutability: string;
type: string;
})[];