Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Sep 22, 2023
1 parent 294a054 commit a4624d0
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/testutils/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,32 +26,6 @@ const mockLogEntry = [
},
];

const mockBlock = {
baseFeePerGas: '0xe',
difficulty: '0x2',
extraData:
'0xd883010a0e846765746888676f312e31372e33856c696e757800000000000000e6b34361497ca49917721fbc64db5b0c5538610c026902e4c6e8329a8f3b3e82241775378c29c3435c5ce1739adf5a05ab3fbfa6debcff6b93d7bddd687e8c8401',
gasLimit: '0x1c950f4',
gasUsed: '0x43f263',
hash: '0x8061c92208023a830baf4ad942b1d3def22b88e7f4f33e691b502cc631f56782',
logsBloom:
'0x002282204028008000080380c006c0000180000040024650800400042440420020030050024000008020006021800020000040400026601000900100002020110444000001020000090a20080080002201050508004080000020000220002a204000002002080000240100080008080981400a0040000400002001b8110080084100000440061000800988028003000108008004000440480044004004200004121082180c00200600000046408034281002000042280080000000e8000008011000800201440100420880110000100840009000204804d20080a102341020102010108800d200040000028000020a40024820010048800000808c0020600021',
miner: '0x0000000000000000000000000000000000000000',
mixHash: '0x0000000000000000000000000000000000000000000000000000000000000000',
nonce: '0x0000000000000000',
number: '0x9a059b',
parentHash: '0x42d7e77b248945356dcd6512bd320a3e6f3adb199f951da675a0eb8f4597e0d5',
receiptsRoot: '0xd58480b23213ee04b38b49eb259d3f435eb5b9f4041d1ae5e86eabae5744168c',
sha3Uncles: '0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347',
size: '0x3a78',
stateRoot: '0x2b4f26135def4fe793547b6a3b601dc3ab9dda29acf79f00d7a612db9e87f2ad',
timestamp: '0x61f95b60',
totalDifficulty: '0x10111e1',
transactions: [],
transactionsRoot: '0x55d5b41ddd98ab3bead90808f2532bdbcfb37e416046079c74bcb74435306bd7',
uncles: [],
};

interface MockApprovalData {
tokenAddress: string;
ownerAddress: string;
Expand Down

0 comments on commit a4624d0

Please sign in to comment.