From 9cf00f03d7f2dcaaa29b1d7d3b21f1057ce94de9 Mon Sep 17 00:00:00 2001 From: Akash Dubey <101584901+Akash6222@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:55:56 +0000 Subject: [PATCH] Fixed environment variable typo error --- .env.schema | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.schema b/.env.schema index f31ac40..0a44b87 100644 --- a/.env.schema +++ b/.env.schema @@ -1,3 +1,3 @@ NODE_WALLET_ADDRESS: string NODE_SIGNER_KEY: string -NODE_TOKEN_ID: string(list of int) +NODE_TOKEN_IDS: string(list of int)