Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (33 loc) · 1.63 KB

Automated transactions for zksync blockchain

Depositor

deposit_eth_to_zksync

Works well. Swaps given amount of ETH from Ethereum blockchain to zksync blockchain.

deposit_arbitrum_usdc_to_zksync

Works well. Swaps given amount of USDC from Arbitrum blockchain to zksync blockchain.

MintBridge

mint

Works well for Arbitrum and Polygon blockchains. Mints NFT.

bridge

Called by mint method, you don't need to call it specifically.

Staker

sync_swap

Works well for all pools. Adds given amount of token1 and token2 to the given pool on sync_swap.

kyber_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

Swapper

mute_swap

Only works if

token1_symbol == "eth" or token2_symbol == "eth"

Swaps given amount of token1 to token2 on mute

inch_swap

Works well for all tokens. Swaps given amount of token1 to token2 on 1inch

sync_swap

Works well for all tokens. Swaps given amount of token1 to token2 on sync_swap.