From 87a5f2243fc15459b5596f1aa8b07371d9dea364 Mon Sep 17 00:00:00 2001 From: Angelo CG Date: Tue, 3 Jan 2023 12:08:25 -0600 Subject: [PATCH] feat(components): updated telegram chanel link --- .env.example | 3 +-- src/config/constants/footer.ts | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 360e5b4..a0dabf2 100644 --- a/.env.example +++ b/.env.example @@ -7,7 +7,7 @@ NEXT_PUBLIC_GA_TRACKING_CODE="UA-" NEXT_PUBLIC_GENESISEDEN_CONTRACT=genesis.eden NEXT_PUBLIC_EDENSMARTPROXY_CONTRACT=edensmartprx NEXT_PUBLIC_MYVOTEEOSDAO_CONTRACT=myvoteeosdao -NEXT_PUBLIC_EDEN_API_HOST: https://eden-api-dev.edenia.cloud/v1/graphql +NEXT_PUBLIC_EDEN_API_HOST= https://eden-api-dev.edenia.cloud/v1/graphql NEXT_PUBLIC_PRODUCERS_INFO_API_URL=https://graphql-eos.antelope.tools/api/rest/get-producers-info NEXT_PUBLIC_UAL_APP_NAME=edensmartprx NEXT_PUBLIC_UAL_API_PROTOCOL=https @@ -16,7 +16,6 @@ NEXT_PUBLIC_UAL_API_PORT=443 NEXT_PUBLIC_UAL_CHAIN_ID=73e4385a2708e6d7048834fbc1079f2fabb17b3c125b146af438971e90716c4d NEXT_PUBLIC_EDEN_MEMBER_URL=https://eden.edenia.cloud/members/ NEXT_PUBLIC_EDEN_BLOCK_EXPLORER_URL=https://bloks.io -NEXT_PUBLIC_EDEN_API_HOST=https://eden-api.edenia.cloud/v1/graphql # Backend EOSRATE_GET_STATS_URL=http://localhost:8080/api/rest/get-rates-stats diff --git a/src/config/constants/footer.ts b/src/config/constants/footer.ts index 92a4f44..a1f1ab8 100644 --- a/src/config/constants/footer.ts +++ b/src/config/constants/footer.ts @@ -11,7 +11,7 @@ const socialMediaItems = [ }, { name: 'Telegram', - ref: 'https://t.me/edensmartproxy', + ref: 'https://t.me/edensmartproxy_public', image: '/icons/telegram-icon.png' } ]