Skip to content

Commit

Permalink
chore: cleamup
Browse files Browse the repository at this point in the history
MejiasDev committed Jun 18, 2024
1 parent 39c0e3d commit 5174d47
Showing 2 changed files with 1 addition and 66 deletions.
65 changes: 0 additions & 65 deletions test/foundry/GelatoResolver.t.sol

This file was deleted.

2 changes: 1 addition & 1 deletion utils/getFacets.ts
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import fs from 'fs'
import path from 'path'

// Load facets from the src/facets folder, return an array of facet names
function getFacets(omit: string[] = ['DiamondCutFacet', 'DiamondLoupeFacet']) {
function getFacets(omit: string[] = ['DiamondCutFacet']) {
const facets = fs
.readdirSync('./src/facets')
.map((file) => path.parse(file).name)

0 comments on commit 5174d47

Please sign in to comment.