Works well. Swaps given amount of ETH from Ethereum blockchain to zksync blockchain.
Works well. Swaps given amount of USDC from Arbitrum blockchain to zksync blockchain.
Works well for Arbitrum and Polygon blockchains. Mints NFT.
Called by mint method, you don't need to call it specifically.
Works well for all pools. Adds given amount of token1 and token2 to the given pool on sync_swap.
Works well for all pools. Adds given amount of token1 and relative amount of token2 (calculates by itself) to the given pool on kyber_swap
Only works if
token1_symbol == "eth" or token2_symbol == "eth"
Swaps given amount of token1 to token2 on mute
Works well for all tokens. Swaps given amount of token1 to token2 on 1inch
Works well for all tokens. Swaps given amount of token1 to token2 on sync_swap.