Skip to content

Commit

Permalink
test lower viem version
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Sep 10, 2024
1 parent e4d4f57 commit ca3cb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"svelte-tags-input": "^5.0.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.20",
"viem": "2.21.4"
"viem": "2.19.1"
},
"trustedDependencies": [
"@sveltejs/kit",
"svelte-preprocess",
"utf-8-validate"
]
}
}
2 changes: 0 additions & 2 deletions src/routes/diamond/[address]/json/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ export const GET: RequestHandler = async ({ params, url, locals }) => {
facets: [],
}

console.log(diamond)

// Fetch all facet information
for (const [address, selectors] of facetData) {
try {
Expand Down

0 comments on commit ca3cb22

Please sign in to comment.