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

Commit f71a175

Browse files
fix: allowing chainId in the sanitization
1 parent d931aab commit f71a175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subproviders/sanitizer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ var permitted = [
4040
'toBlock',
4141
'address',
4242
'topics',
43+
'chainId',
4344
]
4445

4546
function cloneTxParams(txParams){

0 commit comments

Comments
 (0)