Switch eip712 domain field verifyingContract to verifyingContractAddress

This commit is contained in:
Lawrence Forman
2019-03-30 14:47:07 -04:00
committed by Amir Bandeali
parent 53b1037a33
commit 3688956ee5
4 changed files with 7 additions and 7 deletions

View File

@@ -53,7 +53,7 @@ describe('signTypedDataUtils', () => {
type: 'uint256',
},
{
name: 'verifyingContract',
name: 'verifyingContractAddress',
type: 'address',
},
],
@@ -112,7 +112,7 @@ describe('signTypedDataUtils', () => {
name: '0x Protocol',
version: '2',
chainId: 1337,
verifyingContract: '0x0000000000000000000000000000000000000000',
verifyingContractAddress: '0x0000000000000000000000000000000000000000',
},
message: {
makerAddress: '0x0000000000000000000000000000000000000000',