Skip to content

Commit

Permalink
Update src/clients/bridges/BaseAdapter.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Paul <108695806+pxrl@users.noreply.github.com>
  • Loading branch information
nicholaspai and pxrl committed Oct 6, 2023
1 parent b9bd645 commit 8ea2f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/bridges/BaseAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export abstract class BaseAdapter {
} was wrapped due to being over the threshold of ` +
`${createFormatFunction(2, 4, false, 18)(toBN(wrapThreshold).toString())} ETH.`;
const message = `${createFormatFunction(2, 4, false, 18)(toBN(value).toString())} Eth wrapped on target chain ${

Check warning on line 332 in src/clients/bridges/BaseAdapter.ts

View workflow job for this annotation

GitHub Actions / Lint (16)

Replace `2,·4,·false,·18)(toBN(value).toString())}·Eth·wrapped·on·target·chain·${⏎······chainId⏎····` with `⏎······2,⏎······4,⏎······false,⏎······18⏎····)(toBN(value).toString())}·Eth·wrapped·on·target·chain·${chainId`
this.chainId
chainId
}🎁`;
if (simMode) {
const { succeed, reason } = (
Expand Down

0 comments on commit 8ea2f15

Please sign in to comment.