UNPKG

@chorus-one/ethereum

Version:

All-in-one toolkit for building staking dApps on Ethereum network

13 lines (12 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PriceOracleAbi = void 0; exports.PriceOracleAbi = [ { inputs: [], name: 'latestAnswer', outputs: [{ internalType: 'int256', name: '', type: 'int256' }], stateMutability: 'view', type: 'function' } ];