UNPKG

hector-rubic-sdk

Version:
18 lines 717 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FACTORY_CONTRACT_ABI = exports.FACTORY_CONTRACT_ADDRESS = void 0; exports.FACTORY_CONTRACT_ADDRESS = '0x1F98431c8aD98523631AE4a59f267346ea31F984'; exports.FACTORY_CONTRACT_ABI = [ { inputs: [ { internalType: 'address', name: '', type: 'address' }, { internalType: 'address', name: '', type: 'address' }, { internalType: 'uint24', name: '', type: 'uint24' } ], name: 'getPool', outputs: [{ internalType: 'address', name: '', type: 'address' }], stateMutability: 'view', type: 'function' } ]; //# sourceMappingURL=factory-contract-data.js.map