Skip to content

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hensha256 committed May 24, 2023
1 parent 66b3232 commit 942ed54
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@
exports[`Check Ownership Gas gas: balance check ERC20 1`] = `
Object {
"calldataByteLength": 356,
"gasUsed": 39810,
"gasUsed": 39837,
}
`;

exports[`Check Ownership Gas gas: checks ownership after a seaport trade, one NFT 1`] = `
Object {
"calldataByteLength": 2180,
"gasUsed": 185230,
"gasUsed": 185269,
}
`;

exports[`Check Ownership Gas gas: checks ownership after a seaport trade, two NFTs 1`] = `
Object {
"calldataByteLength": 5028,
"gasUsed": 294631,
"gasUsed": 294687,
}
`;

exports[`Check Ownership Gas gas: does not check ownership after a seaport trade, one NFT 1`] = `
Object {
"calldataByteLength": 2020,
"gasUsed": 182372,
"gasUsed": 182393,
}
`;

exports[`Check Ownership Gas gas: just ownership check 1`] = `
Object {
"calldataByteLength": 356,
"gasUsed": 32474,
"gasUsed": 32495,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
exports[`Cryptopunks purchases 1 cryptopunk gas 1`] = `
Object {
"calldataByteLength": 356,
"gasUsed": 109543,
"gasUsed": 109570,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
exports[`Element Market gas tests gas: purchases open order 1`] = `
Object {
"calldataByteLength": 964,
"gasUsed": 123911,
"gasUsed": 123932,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
exports[`Foundation Gas Tests Buy a mental worlds NFT from Foundation gas: token id 32 of mental worlds 1`] = `
Object {
"calldataByteLength": 612,
"gasUsed": 182958,
"gasUsed": 182975,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
exports[`LooksRareV2 Gas Test Bulk Buy Buys 2 721s 1`] = `
Object {
"calldataByteLength": 2884,
"gasUsed": 335466,
"gasUsed": 335486,
}
`;

exports[`LooksRareV2 Gas Test Single Buy Buy a 721 1`] = `
Object {
"calldataByteLength": 1508,
"gasUsed": 189854,
"gasUsed": 189875,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
exports[`NFT20 Buy 3 alphabetties from NFT20 gas: purchases token ids 129, 193, 278 of Alphabetties 1`] = `
Object {
"calldataByteLength": 836,
"gasUsed": 392189,
"gasUsed": 392210,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
exports[`NFTX Gas Tests gas: buyAndRedeem w/ specific selection 1`] = `
Object {
"calldataByteLength": 964,
"gasUsed": 574837,
"gasUsed": 574858,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,55 @@
exports[`Payments Gas Tests Individual Command Tests gas: APPROVE_ERC20 1`] = `
Object {
"calldataByteLength": 324,
"gasUsed": 53803,
"gasUsed": 53824,
}
`;

exports[`Payments Gas Tests Individual Command Tests gas: SWEEP with ERC20 1`] = `
Object {
"calldataByteLength": 356,
"gasUsed": 39208,
"gasUsed": 39235,
}
`;

exports[`Payments Gas Tests Individual Command Tests gas: SWEEP_WITH_FEE 1`] = `
Object {
"calldataByteLength": 516,
"gasUsed": 67887,
"gasUsed": 67938,
}
`;

exports[`Payments Gas Tests Individual Command Tests gas: TRANSFER with ERC20 1`] = `
Object {
"calldataByteLength": 356,
"gasUsed": 38224,
"gasUsed": 38251,
}
`;

exports[`Payments Gas Tests Individual Command Tests gas: TRANSFER with ETH 1`] = `
Object {
"calldataByteLength": 356,
"gasUsed": 33791,
"gasUsed": 33821,
}
`;

exports[`Payments Gas Tests Individual Command Tests gas: UNWRAP_WETH 1`] = `
Object {
"calldataByteLength": 324,
"gasUsed": 46776,
"gasUsed": 46803,
}
`;

exports[`Payments Gas Tests Individual Command Tests gas: UNWRAP_WETH_WITH_FEE 1`] = `
Object {
"calldataByteLength": 644,
"gasUsed": 53110,
"gasUsed": 53185,
}
`;

exports[`Payments Gas Tests Individual Command Tests gas: WRAP_ETH 1`] = `
Object {
"calldataByteLength": 324,
"gasUsed": 57384,
"gasUsed": 57406,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
exports[`Seaport v1.4 Gas Tests ERC20 -> NFT gas: fulfillAdvancedOrder 1`] = `
Object {
"calldataByteLength": 2532,
"gasUsed": 236943,
"gasUsed": 237030,
}
`;

exports[`Seaport v1.4 Gas Tests ETH -> NFT gas: fulfillAdvancedOrder 1`] = `
Object {
"calldataByteLength": 2020,
"gasUsed": 182372,
"gasUsed": 182393,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
exports[`Seaport v1.5 Gas Tests ETH -> NFT gas: fulfillAdvancedOrder 1`] = `
Object {
"calldataByteLength": 2020,
"gasUsed": 152034,
"gasUsed": 152055,
}
`;

exports[`Seaport v1.5 Gas Tests ETH -> NFT gas: fulfillAvailableAdvancedOrders 2 orders 1`] = `
Object {
"calldataByteLength": 4644,
"gasUsed": 288313,
"gasUsed": 288333,
}
`;
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
exports[`Sudoswap Gas Tests ERC20 -> NFT gas: purchases NFTs with FRAX ERC20 token already approved 1`] = `
Object {
"calldataByteLength": 1380,
"gasUsed": 289775,
"gasUsed": 289844,
}
`;

exports[`Sudoswap Gas Tests ERC20 -> NFT gas: purchases tokens 2402, 2509 of Based Ghoul with FRAX ERC20 token 1`] = `
Object {
"calldataByteLength": 1508,
"gasUsed": 311366,
"gasUsed": 311453,
}
`;

exports[`Sudoswap Gas Tests ETH -> NFT gas: purchases token ids 173, 239, 240 of Sudolets 1`] = `
Object {
"calldataByteLength": 836,
"gasUsed": 201591,
"gasUsed": 201612,
}
`;
Loading

0 comments on commit 942ed54

Please sign in to comment.