Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
uncoolzero authored and Space-Bean committed Dec 7, 2023
1 parent 5ce2b2b commit 4ce535f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/sdk/src/lib/swap/Swap.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ async function getBalance(token: Token, mode: string, user?: string) {
async function getPipelineBalances() {
const pipeline = sdk.contracts.pipeline.address;
const ethBalance = await sdk.tokens.getBalance(sdk.tokens.ETH, pipeline);
const erc20balances = await sdk.tokens.getBalances(pipeline);
const allBalances = erc20balances.set(sdk.tokens.ETH, ethBalance);
const erc20Balances = await sdk.tokens.getBalances(pipeline);
const allBalances = erc20Balances.set(sdk.tokens.ETH, ethBalance);

return allBalances;
};

0 comments on commit 4ce535f

Please sign in to comment.