Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpuri committed Aug 26, 2024
1 parent 0da890d commit d7f6945
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/data/confirmations/contract-interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ export const genUnapprovedApproveConfirmation = ({
value: '0x0',
maxFeePerGas: '0x5b06b0c0d',
maxPriorityFeePerGas: '0x59682f00',
origin: 'metamask.github.io',
},
type: TransactionType.tokenMethodApprove,
});
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('ConfirmHexData', () => {
<ConfirmHexData
txData={{
txParams: {
to: '0x0dcd5d886577d5081b0c52e242ef29e70be3e7bc',
to: '0x8eeee1781fd885ff5ddef7789486676961873d12',
data: '0x608060405234801',
},
origin: 'https://metamask.github.io',
Expand Down

0 comments on commit d7f6945

Please sign in to comment.