JavaScript SDK -- Can't Add Liquidity with SyncSwapRouter #140
Replies: 1 comment
-
Looking through the screenshot, I'm unable to find any history of this Transaction on our Mainnet : https://explorer.zksync.io/tx/0x59cdf65a4ceb90a3ac6157272ffb8a8f92018fd14ef5dc3b35bd1644c2b7b9b3 Do you have a link to the Transaction? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Testnet
Acknowledgement
Issue Description
In this image, as you see transaction is sent but failed... I don't know even if I've passed correct arguments or not as there is no example I could find in docs neither I could get any support from zksync discord server nor from syncswap discord server...
Expected Behavior
-- Should add liquidity
Code Example
export async function depositSyncLP(l2signer: zksync.Signer, provider: ethers.providers.Web3Provider) {
await switchNetwork("zksync", provider);
}
Repo Link (Optional)
No response
Beta Was this translation helpful? Give feedback.
All reactions