-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interport - Issues #236
Comments
Hi @0xroll |
oh it was the previous version. now we have another issue, please look at the logs here.
|
This issue appears to be related to the RPC, as I'm currently using a public one. I've noticed that most projects don't specify this. Could you try using your own RPC for this adapter? If that's not an option, I will work on optimizing the request. Thanks! |
@astroKo changed the rpc. can you fix this. it should be underlying token address and balance amount
|
In our implementation, USDC and USDT are deposited into vaults used for cross-chain and bridge functionality. The iUSDC and iUSDT LP tokens are then deposited into the Stablecoin Farm. The USDT/USDC balance may differ from the iUSDC/iUSDT balance because USDT/USDC migrate into or out of the chain during cross-chain swaps. However, the iUSDC/iUSDT balance remains the same, allowing us to accurately track the liquidity provided by each user. This is the most convenient way to track provided liquidity. We also use this solution for both the zkLink and Blast points systems. |
isnt there a way to get the underlying balance? it should just be supplied amount * exchange rate |
iUSDT/iUSDC have a 1:1 rate with USDT/USDC. We will provide data in a CSV file showing the underlying token balance. |
@0xroll Could you please confirm that adapter works properly and we can proceed? |
hi @astroKo
can you check , there shouldnt be any negative values
the amount should be the user's balance (aggregated)
The text was updated successfully, but these errors were encountered: