Added chainId as supported override for contract transactions.
This commit is contained in:
parent
5e86e02304
commit
c9c5b4d641
@ -88,7 +88,7 @@ export class VoidSigner extends Signer {
|
||||
}
|
||||
|
||||
const allowedTransactionKeys: { [ key: string ]: boolean } = {
|
||||
data: true, from: true, gasLimit: true, gasPrice:true, nonce: true, to: true, value: true
|
||||
chainId: true, data: true, from: true, gasLimit: true, gasPrice:true, nonce: true, to: true, value: true
|
||||
}
|
||||
|
||||
// Recursively replaces ENS names with promises to resolve the name and
|
||||
|
Loading…
x
Reference in New Issue
Block a user