Mainnet

Executor address:

The executor address is the final executor of your destination contract and this executor address should gain privilege to access your contract.

This information can be read off the Router V7 contract.

address public immutable anycallExecutor;

Supported Tokens and Amount:

  • Only an amount under $1000 USD is supported now for cross-chain swap and call. This amount is dynamically applied to different tokens.

  • USDC and ETH at the moment

The supported tokens can be read here from this api: https://bridgeapi.multichain.org/v4/tokenlistv4/1

The router value should equal to the router address in the above token to support anyswapoutandcall.

Whitelisting

Whitelisting is needed for routerV7. Please contact our team on telegram to handle this. This would be done within 24 hours.

Last updated