From d9167e534a8ede4491aa26418016db5224198086 Mon Sep 17 00:00:00 2001 From: cryptoB0T Date: Sat, 5 Oct 2024 12:00:38 -0400 Subject: [PATCH] Update API key and policy ID URLs to valid urls that actually work. --- .env.sample | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.sample b/.env.sample index e0b0d9e..262f2cf 100644 --- a/.env.sample +++ b/.env.sample @@ -1,5 +1,5 @@ -# Get your API Key from https://www.dashboard.alchemy.com -# Make sure to associate it with an Embedded Accounts Config at https://www.dashboard.alchemy.com/accounts +# Get your API Key from https://dashboard.alchemy.com +# Make sure to associate it with an Embedded Accounts Config at https://dashboard.alchemy.com/accounts ALCHEMY_API_KEY="ALCHEMY_API_KEY" -# Get your Policy ID from https://www.dashboard.alchemy.com/gas-manager -NEXT_PUBLIC_ALCHEMY_GAS_MANAGER_POLICY_ID="ALCHEMY_GAS_MANAGER_POLICY_ID" \ No newline at end of file +# Get your Policy ID from https://dashboard.alchemy.com/gas-manager +NEXT_PUBLIC_ALCHEMY_GAS_MANAGER_POLICY_ID="ALCHEMY_GAS_MANAGER_POLICY_ID"