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 <[email protected]>
  • Loading branch information
nicholaspai and pxrl authored Oct 6, 2023
1 parent 89ae7a2 commit b9bd645
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 @@ -326,7 +326,7 @@ export abstract class BaseAdapter {
const method = "deposit";
const mrkdwn =
`${createFormatFunction(2, 4, false, 18)(toBN(value).toString())} Ether on chain ${

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

View workflow job for this annotation

GitHub Actions / Lint (16)

Replace `2,·4,·false,·18)(toBN(value).toString())}·Ether·on·chain·${⏎········chainId⏎······` with `⏎········2,⏎········4,⏎········false,⏎········18⏎······)(toBN(value).toString())}·Ether·on·chain·${chainId`
this.chainId
chainId
} 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 ${
Expand Down

0 comments on commit b9bd645

Please sign in to comment.