chore: add address inventory and runtime-env JSON refs (dotenv cleanup)

Non-secret reference copies of former .env address surface for docs/scripts.

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-27 19:19:25 -07:00
parent d4bd4a2f0f
commit 3158c5cd36
2 changed files with 95 additions and 0 deletions

10
config/runtime-env.json Normal file
View File

@@ -0,0 +1,10 @@
{
"description": "True frontend/backend runtime env surface for explorer-monorepo.",
"updated": "2026-03-27",
"runtimeUsed": {
"NEXT_PUBLIC_API_URL": "https://explorer.d-bis.org/api",
"NEXT_PUBLIC_CHAIN_ID": "138",
"XAI_BASE_URL": "https://api.x.ai/v1",
"EXPLORER_AI_MODEL": "grok-3"
}
}