π οΈHow it works
Ethereum bridge contracts
function bridgeLRT( address _token, //Address of LRT to bridge uint256 _amount, //Amount of LRT to bridge uint16 _dstChainId, //Chain ID of destination chain bytes32 _dstReceiver //Address of destination receiver ) public payable {}function lzReceive( uint16 _srcChainId, //Chain Id of source chain bytes calldata _srcAddress, //Address of source sender uint64 _nonce, //Nonce bytes calldata _payload //Payload ) public {}
Aptos Bridge Contracts
Last updated