rubic-sdk
Version:
Simplify dApp creation
24 lines • 788 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.retroBridgeSwapAbi = void 0;
exports.retroBridgeSwapAbi = [
{
inputs: [
{ internalType: 'address', name: 'sender', type: 'address' },
{ internalType: 'contract IERC20', name: 'token', type: 'address' },
{ internalType: 'uint256', name: 'amount', type: 'uint256' }
],
name: 'transferToken',
outputs: [],
stateMutability: 'nonpayable',
type: 'function'
},
{
inputs: [{ internalType: 'address', name: 'sender', type: 'address' }],
name: 'transferEther',
outputs: [],
stateMutability: 'payable',
type: 'function'
}
];
//# sourceMappingURL=retro-bridge-swap-abi.js.map