UNPKG

rubic-sdk

Version:
16 lines 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.limitOrderContractAbi = void 0; exports.limitOrderContractAbi = [ { inputs: [ { internalType: 'address', name: 'target', type: 'address' }, { internalType: 'bytes', name: 'data', type: 'bytes' } ], name: 'arbitraryStaticCall', outputs: [{ internalType: 'uint256', name: '', type: 'uint256' }], stateMutability: 'view', type: 'function' } ]; //# sourceMappingURL=limit-order-contract-abi.js.map