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 6f5fe73 commit 8c61ff4Copy full SHA for 8c61ff4
src/app/page.tsx
@@ -264,7 +264,9 @@ function SearchInterface() {
264
<div className="max-w-6xl mx-auto">
265
<header className="text-center py-4">
266
<div className="flex flex-col justify-center mb-4">
267
- <h1 className="text-4xl md:text-6xl font-bold font-vt323 text-gray-800">4byte.sourcify.dev</h1>
+ <h1 className="text-4xl md:text-6xl font-bold font-vt323 text-gray-800">
268
+ {process.env.NEXT_PUBLIC_ENVIRONMENT !== "production" ? "(staging) " : ""}4byte.sourcify.dev
269
+ </h1>
270
</div>
271
<p className="text-lg md:text-2xl text-gray-800 mx-auto px-4">
272
Ethereum function selector database created from Sourcify verified contracts.
0 commit comments