diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 54092694..1cd67c16 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Support - url: https://discord.gg/EwFs3Pp + url: https://discord.com/invite/halodao about: Please ask and answer questions here - name: List a token url: https://github.com/Uniswap/default-token-list#adding-a-token diff --git a/README.md b/README.md index 6bae6bf6..82b401ef 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ An open source interface for HaloDAO -- a protocol for decentralized exchange of - Website: [halodao.com](https://halodao.com/) - Interface: [dev.app.halodao.com](https://dev.app.halodao.com) - Twitter: [@HaloDAOOfficial](https://twitter.com/HaloDAOFinance) -- Discord: [HaloDAO](https://discord.gg/uAgZvXg7) +- Discord: [HaloDAO](https://discord.com/invite/halodao) ## Accessing the HaloDAO Interface diff --git a/public/locales/en.json b/public/locales/en.json index 729b710d..1d24a790 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -115,6 +115,7 @@ "harvest": "Harvest", "max": "MAX", "apy": "APY", + "apr": "APR", "new": "New", "emptyStateTitleInFarm": "Let's get farming!", "emptyStateTitleInVest": "Let's get vesting!", diff --git a/src/components/Farm/FarmPoolCard.tsx b/src/components/Farm/FarmPoolCard.tsx index cc751406..2cb6c707 100644 --- a/src/components/Farm/FarmPoolCard.tsx +++ b/src/components/Farm/FarmPoolCard.tsx @@ -639,7 +639,7 @@ export default function FarmPoolCard({ poolInfo, tokenPrice, isActivePool }: Far {poolInfo.pair} - {t('apy')}: + {t('apr')}: {isActivePool ? poolAPY : t('inactive')} diff --git a/src/components/Farm/FarmPoolTable.tsx b/src/components/Farm/FarmPoolTable.tsx index 772a180a..bbb8b39e 100644 --- a/src/components/Farm/FarmPoolTable.tsx +++ b/src/components/Farm/FarmPoolTable.tsx @@ -50,7 +50,7 @@ const FarmPoolTable = ({ poolsInfo, tokenPrice }: FarmPoolTableProps) => { {t('pool')} - {t('apy')} + {t('apr')} {t('totalPoolValue')} diff --git a/src/components/Menu/index.tsx b/src/components/Menu/index.tsx index af7fd710..f16d0c7f 100644 --- a/src/components/Menu/index.tsx +++ b/src/components/Menu/index.tsx @@ -116,7 +116,7 @@ export default function Menu() { Code */} - + Discord diff --git a/src/pages/HaloHalo/index.tsx b/src/pages/HaloHalo/index.tsx index 7513b739..5504e750 100644 --- a/src/pages/HaloHalo/index.tsx +++ b/src/pages/HaloHalo/index.tsx @@ -274,7 +274,7 @@ export default function HaloHalo() { The longer you keep xRNBW, the more RNBW you can claim later on ( - {haloHaloAPY > 0 ? formatNumber(haloHaloAPY, NumberFormat.percent) + ' APY' : 'APY pending'}). Claim + {haloHaloAPY > 0 ? formatNumber(haloHaloAPY, NumberFormat.percent) + ' APR' : 'APR pending'}). Claim anytime but lose out on monthly RNBW vesting multiples.