Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmolasses committed Feb 1, 2023
1 parent d172687 commit 99c08e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hooks/useRailgunProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ interface ShieldFee {

const fallbackShieldingFees: ShieldFee = {};
Object.keys(networks).forEach((chainId) => {
// Current fees are 0.25% everywhere, so we initialize with that as a default -- If something goes
// wrong fetching fees, better to show a higher fee than a zero default fee.
// Current fees are 0.25% everywhere, so we initialize with that
fallbackShieldingFees[Number(chainId)] = BigNumber.from('25');
});

Expand Down

0 comments on commit 99c08e0

Please sign in to comment.