Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix: allowing chainId in the sanitization
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jan 17, 2022
1 parent d931aab commit f71a175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subproviders/sanitizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ var permitted = [
'toBlock',
'address',
'topics',
'chainId',
]

function cloneTxParams(txParams){
Expand Down

0 comments on commit f71a175

Please sign in to comment.