sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
30 lines • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.comptrollerAbi = void 0;
exports.comptrollerAbi = [
{
inputs: [{ internalType: 'address[]', name: 'cTokens', type: 'address[]' }],
name: 'enterMarkets',
outputs: [{ internalType: 'uint256[]', name: '', type: 'uint256[]' }],
stateMutability: 'nonpayable',
type: 'function',
},
{
inputs: [{ internalType: 'address', name: 'account', type: 'address' }, { internalType: 'address', name: 'tToken', type: 'address' }],
name: 'checkMembership',
outputs: [{ internalType: 'bool', name: '', type: 'bool' }],
stateMutability: 'view',
type: 'function',
},
{
inputs: [{ internalType: 'address', name: '', type: 'address' }],
name: 'markets',
outputs: [
{ internalType: 'bool', name: 'isListed', type: 'bool' },
{ internalType: 'uint256', name: 'collateralFactorMantissa', type: 'uint256' }
],
stateMutability: 'view',
type: 'function',
}
];
//# sourceMappingURL=controllerabi.js.map