2
0
mirror of synced 2025-02-24 12:08:10 +00:00

Added chainId as supported override for contract transactions.

This commit is contained in:
Richard Moore 2018-10-01 17:33:09 -04:00
parent 5e86e02304
commit c9c5b4d641
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

View File

@ -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