mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-28 16:48:00 +03:00
Add liquidity / remove liquidity / balancee guard improvements
This commit is contained in:
@@ -33,7 +33,6 @@ export default async (
|
||||
return balances.reduce<Partial<Record<string, {
|
||||
exchange: BigNumber,
|
||||
wallet: BigNumber,
|
||||
allowance: BigNumber,
|
||||
}>>>((prev, curr) => ({
|
||||
...prev,
|
||||
[curr.asset]: curr.amount,
|
||||
|
||||
Reference in New Issue
Block a user