UNPKG

rubic-sdk

Version:
35 lines 1.59 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.l1Erc20GatewayAbi = void 0; exports.l1Erc20GatewayAbi = [ { inputs: [ { internalType: 'address', name: '_l1Token', type: 'address' }, { internalType: 'address', name: '_to', type: 'address' }, { internalType: 'uint256', name: '_amount', type: 'uint256' }, { internalType: 'uint256', name: '_maxGas', type: 'uint256' }, { internalType: 'uint256', name: '_gasPriceBid', type: 'uint256' }, { internalType: 'bytes', name: '_data', type: 'bytes' } ], name: 'outboundTransfer', outputs: [{ internalType: 'bytes', name: 'res', type: 'bytes' }], stateMutability: 'payable', type: 'function' }, { inputs: [ { internalType: 'address', name: '_l1Token', type: 'address' }, { internalType: 'address', name: '_refundTo', type: 'address' }, { internalType: 'address', name: '_to', type: 'address' }, { internalType: 'uint256', name: '_amount', type: 'uint256' }, { internalType: 'uint256', name: '_maxGas', type: 'uint256' }, { internalType: 'uint256', name: '_gasPriceBid', type: 'uint256' }, { internalType: 'bytes', name: '_data', type: 'bytes' } ], name: 'outboundTransferCustomRefund', outputs: [{ internalType: 'bytes', name: 'res', type: 'bytes' }], stateMutability: 'payable', type: 'function' } ]; //# sourceMappingURL=l1-erc20-gateway-abi.js.map