Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Aug 11, 2023
1 parent 69f6033 commit e207319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe('utils', () => {
receiver: '0xFc81A7B9f715A344A7c4ABFc444A774c3E9BA42D',
sellTokenBalance: 'erc20',
buyTokenBalance: 'erc20',
quoteId: '1',
quoteId: 1,
}

const orderDigest = hashOrder(domain(1, '0x9008D19f58AAbD9eD0D60971565AA8510560ab41'), order)
Expand Down

0 comments on commit e207319

Please sign in to comment.