Skip to content

arsu4ka/zkSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages