Skip to content

Commit c9c5b4d

Browse files
committed
Added chainId as supported override for contract transactions.
1 parent 5e86e02 commit c9c5b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/contract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class VoidSigner extends Signer {
8888
}
8989

9090
const allowedTransactionKeys: { [ key: string ]: boolean } = {
91-
data: true, from: true, gasLimit: true, gasPrice:true, nonce: true, to: true, value: true
91+
chainId: true, data: true, from: true, gasLimit: true, gasPrice:true, nonce: true, to: true, value: true
9292
}
9393

9494
// Recursively replaces ENS names with promises to resolve the name and

0 commit comments

Comments
 (0)