Skip to content

Commit

Permalink
fix: new one
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Feb 29, 2024
1 parent 6d23d22 commit cdab5f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { localConfig } from "../../../config";
import { Buffer, CustomValue, Logger } from "../../../entities";
import { Helper } from "../../../helper";

export const withdrawETH = async function (sum = CustomValue.txSumEth) {
export const withdrawETH = async function (sum = CustomValue.txSumEth.toString()) {
const helper = new Helper();
const syncProvider = new zksync.Provider(localConfig.L2Network);
const ethProvider = ethers.getDefaultProvider(localConfig.L1Network);
Expand Down

0 comments on commit cdab5f2

Please sign in to comment.