Skip to content

Commit

Permalink
Merge pull request #248 from edenia/feat/homepage
Browse files Browse the repository at this point in the history
feat(components): updated telegram chanel link
  • Loading branch information
xavier506 authored Jan 3, 2023
2 parents 431d4fb + 87a5f22 commit 8c17db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config/constants/footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const socialMediaItems = [
},
{
name: 'Telegram',
ref: 'https://t.me/edensmartproxy',
ref: 'https://t.me/edensmartproxy_public',
image: '/icons/telegram-icon.png'
}
]
Expand Down

0 comments on commit 8c17db5

Please sign in to comment.