Chainlink

Integration of Chainlink Relayers

To use this relay, it is necessary to have LINK tokens on the client contract, as they are utilized for payment transfers on the Chainlink contract side.

Furthermore, it is necessary to add the token address on the client contract, which will be used for the transfer payment (see the table below). This is done by calling the following method on the client contract:

function setFeeToken(IERC20 _feeToken) public onlyOwner

The method accepts the following parameters:

  • _feeToken - a mandatory parameter, token address for paying the transfer fee.

Lists of supported networks

pageMainnetpageTestnet

Last updated