Skip to content

Commit

Permalink
tetu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Jun 3, 2024
1 parent 113f4fb commit 555b99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/adaptors/tetu-earn/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const apyChain = async (chain) => {
params: vault,
})),
chain: chain,
permitFailure: true,
});

const vaultInfo = vaultInfoCall.output
Expand All @@ -57,6 +58,7 @@ const apyChain = async (chain) => {
})),
abi: 'erc20:symbol',
chain: chain,
permitFailure: true,
})
).output.map(({ output }) => output)
)
Expand Down

0 comments on commit 555b99b

Please sign in to comment.