Skip to content

Commit 1bc4ed0

Browse files
committed
chore: add gas snapshot file and update .gitignore to include it
1 parent 98dfc76 commit 1bc4ed0

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.gas-snapshot

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
DiamondTester:testDiamondDeployed() (gas: 5289)
2+
DiamondTester:testDiamondOwner() (gas: 17565)
3+
DiamondTester:testFacetAddressToSelectorsMappingIsCorrect() (gas: 141625)
4+
DiamondTester:testSelectorToFacetMappingIsCorrect() (gas: 139497)
5+
DiamondTester:testSelectorsAreComplete() (gas: 145513)
6+
DiamondTester:testSelectorsAreUnique() (gas: 183387)
7+
DiamondTester:testStandardFacetsDeployed() (gas: 13886)
8+
DiamondTester:testSupportsERC165() (gas: 15501)
9+
DiamondTester:testSupportsERC173() (gas: 15546)
10+
DiamondTester:testSupportsIDiamondCut() (gas: 15514)
11+
DiamondTester:testSupportsIDiamondLoupe() (gas: 15523)

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ docs/
1616
.wake/
1717

1818
# Foundry gas snapshots
19-
.gas-snapshot
19+
# .gas-snapshot

0 commit comments

Comments
 (0)