Skip to content

Commit

Permalink
Fix enabling EIP-1559 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Oct 24, 2024
1 parent e5f9461 commit 87066a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,8 @@ export const handleNewAccounts = (newAccounts) => {
gasPriceDiv.style.display = 'block';
maxFeeDiv.style.display = 'none';
maxPriorityDiv.style.display = 'none';

handleEIP1559Support();
};

let chainIdInt;
Expand Down

0 comments on commit 87066a7

Please sign in to comment.