Skip to content

Commit

Permalink
Fix abi e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OGPoyraz committed Oct 30, 2024
1 parent d91301b commit 0e902e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/e2e/tests/simulation-details/mock-request-buy-erc721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,7 @@ export const BUY_ERC721_REQUEST_2_MOCK: MockRequestResponse = {
result: {
transactions: [
{
return:
'0x0000000000000000000000000000000000000000000000000000000000000000',
return: `0x0000000000000000000000000000000000000000000000000000000000000000`,
status: '0x1',
gasUsed: '0x5f66',
gasLimit: '0x60b9',
Expand Down Expand Up @@ -388,7 +387,7 @@ export const BUY_ERC721_REQUEST_2_MOCK: MockRequestResponse = {
baseFeePerGas: 42103363836,
},
{
return: `0x00000000000000000000000000000000${SENDER_ADDRESS_NO_0X_MOCK}`,
return: `0x000000000000000000000000${SENDER_ADDRESS_NO_0X_MOCK}`,
status: '0x1',
gasUsed: '0x5f66',
gasLimit: '0x60b9',
Expand Down

0 comments on commit 0e902e2

Please sign in to comment.