Skip to content

Commit

Permalink
Fix ark
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Jan 24, 2025
1 parent a0880df commit 966ce14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dlc/ark.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ const walletType = await getWalletType();
const clientType = await getClientType();
const roundLifetime = await getRoundLifetime();
const unilateralExitDelay = await getUnilateralExitDelay();
const minRelayFee = await getMinRelayFee();
const minRelayFee = await getMinRelayFee();
const maxRelayFee = await getMaxRelayFee();

0 comments on commit 966ce14

Please sign in to comment.