We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1dece commit ca43452Copy full SHA for ca43452
src/app/page.tsx
@@ -251,11 +251,8 @@ function SearchInterface() {
251
{process.env.NEXT_PUBLIC_ENVIRONMENT !== "production" ? "(staging) " : ""}4byte.sourcify.dev
252
</h1>
253
</div>
254
- <p className="text-lg md:text-2xl text-gray-800 mx-auto px-4">
255
- Ethereum function selector database created from Sourcify verified contracts and submitted signatures.
256
- </p>
257
<p className="text-sm md:text-base text-gray-600 mx-auto mt-4 px-4">
258
- 4byte.sourcify.dev is created from Sourcify verified contracts and follows the{" "}
+ Created from Sourcify verified contracts and follows the{" "}
259
<a
260
href="https://openchain.xyz"
261
target="_blank"
0 commit comments