rubic-sdk
Version:
Simplify dApp creation
32 lines • 1.37 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.l2Erc20GatewayAbi = void 0;
exports.l2Erc20GatewayAbi = [
{
inputs: [
{ internalType: 'address', name: '_l1Token', type: 'address' },
{ internalType: 'address', name: '_to', type: 'address' },
{ internalType: 'uint256', name: '_amount', type: 'uint256' },
{ internalType: 'bytes', name: '_data', type: 'bytes' }
],
name: 'outboundTransfer',
outputs: [{ internalType: 'bytes', name: '', type: 'bytes' }],
stateMutability: 'payable',
type: 'function'
}
// {
// inputs: [
// { internalType: 'address', name: '_l1Token', type: 'address' },
// { internalType: 'address', name: '_to', type: 'address' },
// { internalType: 'uint256', name: '_amount', type: 'uint256' },
// { internalType: 'uint256', name: '', type: 'uint256' },
// { internalType: 'uint256', name: '', type: 'uint256' },
// { internalType: 'bytes', name: '_data', type: 'bytes' }
// ],
// name: 'outboundTransfer',
// outputs: [{ internalType: 'bytes', name: 'res', type: 'bytes' }],
// stateMutability: 'payable',
// type: 'function'
// }
];
//# sourceMappingURL=l2-erc20-gateway-abi.js.map