UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

103 lines (102 loc) 2.31 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IHopBridge", "sourceName": "src/bridges/interfaces/IHopBridge.sol", "abi": [ { "inputs": [ { "internalType": "uint256", "name": "chainId", "type": "uint256" }, { "internalType": "address", "name": "recipient", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "amountOutMin", "type": "uint256" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" }, { "internalType": "address", "name": "relayer", "type": "address" }, { "internalType": "uint256", "name": "relayerFee", "type": "uint256" } ], "name": "sendToL2", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [ { "internalType": "uint256", "name": "chainId", "type": "uint256" }, { "internalType": "address", "name": "recipient", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }, { "internalType": "uint256", "name": "bonderFee", "type": "uint256" }, { "internalType": "uint256", "name": "amountOutMin", "type": "uint256" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" }, { "internalType": "uint256", "name": "destinationAmountOutMin", "type": "uint256" }, { "internalType": "uint256", "name": "destinationDeadline", "type": "uint256" } ], "name": "swapAndSend", "outputs": [], "stateMutability": "payable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }