Skip to content

Commit

Permalink
refactor: replace excellent with superior (#2010)
Browse files Browse the repository at this point in the history
* chore: make Polygon use rpc

* chore: replace excellent with superior
  • Loading branch information
hungdoansy authored Jun 23, 2023
1 parent 458fedb commit cc1d639
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions src/components/Tutorial/TutorialSwap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function Welcome() {
<Desc>
<Trans>
KyberSwap is a decentralized exchange (DEX) aggregator and an automated market maker (AMM). We provide our
traders with the <HighlightText>excellent token prices</HighlightText> by analyzing rates across hundreds of
traders with the <HighlightText>superior token prices</HighlightText> by analyzing rates across hundreds of
exchanges instantly! On the other hand, our liquidity providers can add liquidity to our pools to{' '}
<HighlightText>earn fees and rewards!</HighlightText>
</Trans>
Expand Down Expand Up @@ -182,7 +182,7 @@ function SwapForm() {
<Layout title={LIST_TITLE.START_TRADING}>
<Desc>
<Trans>
Select from over thousands of tokens and start trading. KyberSwap finds you excellent prices across multiple
Select from over thousands of tokens and start trading. KyberSwap finds you superior prices across multiple
exchanges & combines them into one trade!
</Trans>
</Desc>
Expand Down
2 changes: 1 addition & 1 deletion src/components/swapv2/HurryUpBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function HurryUpBanner({ startedTime }: { startedTime: number | undefined }) {
<Loader size="28px" stroke={color} />
</ConfirmedIcon>

<Trans>We&apos;ve got you the excellent price! Confirm soon to lock-in this rate</Trans>
<Trans>We&apos;ve got you the superior price! Confirm soon to lock-in this rate</Trans>
</RowFixed>
</GreyCard>
)
Expand Down
5 changes: 2 additions & 3 deletions src/components/swapv2/TokenInfoV2/SingleTokenInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ export function HowToSwap({
<SwapInstruction>
<Text as="span">
{fromName} ({symbol1}) can be exchanged to {toName} ({symbol1} to {symbol2}) on KyberSwap, a cryptocurrency
decentralized exchange. By using KyberSwap, users can trade {symbol1} to {symbol2} on networks at the
excellent rates, and earn more with your {symbol1} token without needing to check rates across multiple
platforms.
decentralized exchange. By using KyberSwap, users can trade {symbol1} to {symbol2} on networks at superior
rates, and earn more with your {symbol1} token without needing to check rates across multiple platforms.
</Text>
</SwapInstruction>
</CollapseItemWrapper>
Expand Down
2 changes: 1 addition & 1 deletion src/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const FAUCET_NETWORKS = [ChainId.BTTC]
export const CHAINS_SUPPORT_NEW_POOL_FARM_API: readonly ChainId[] = [
ChainId.MAINNET,
// ChainId.MUMBAI,
ChainId.MATIC,
// ChainId.MATIC,
// ChainId.BSCTESTNET,
ChainId.BSCMAINNET,
// ChainId.AVAXTESTNET,
Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokenLists/token-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const TOKEN_INFO_DESCRIPTION: { [key: string]: string } = {
<p>Corey Wilton, Pegaxy's chief marketing officer (CMO) and co-founder, is responsible for the strategy, development, and execution of marketing and advertising activities. He has extensive experience in digital marketing, blockchain, and gaming.</p>`,
knc: `<h3>What is Kyber Network Crystal (KNC)?</h3>
<p>The Kyber Network is a multi-chain crypto trading and liquidity hub that connects liquidity from different sources to provide secure and instant transactions on any decentralized application (DApp). The primary objective of Kyber Network is to provide an easy access to liquidity pools at excellent rates for DeFi DApps, decentralized exchanges (DEXs), and other users.</p>
<p>The Kyber Network is a multi-chain crypto trading and liquidity hub that connects liquidity from different sources to provide secure and instant transactions on any decentralized application (DApp). The primary objective of Kyber Network is to provide an easy access to liquidity pools at superior rates for DeFi DApps, decentralized exchanges (DEXs), and other users.</p>
<p>The utility token, known as Kyber Network Crystal (KNC), serves as the glue that binds various stakeholders in Kyber's ecosystem. Holders of KNC tokens can vote on significant proposals and participate in platform governance by staking their tokens in the KyberDAO, and earning staking rewards in Ethereum (ETH) earning from trading fees.</p>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/About/AboutKNC.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function AboutKNC() {
>
<Trans>
KNC is a utility and governance token and an integral part of Kyber Network and its product KyberSwap -
the multi-chain decentralized exchange (DEX) protocol that provides excellent rates for traders and
the multi-chain decentralized exchange (DEX) protocol that provides superior rates for traders and
maximizes earnings for liquidity providers.
</Trans>
</Text>
Expand Down
8 changes: 4 additions & 4 deletions src/pages/About/AboutKyberSwap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function AboutKyberSwap() {
<Text fontWeight="500" color={theme.primary} as="span">
Earn
</Text>{' '}
Tokens at Excellent Rates
Tokens at Superior Rates
</Trans>
</Text>

Expand Down Expand Up @@ -638,7 +638,7 @@ function AboutKyberSwap() {
<Trans>FOR TRADERS</Trans>
</Text>
<Text as="h2" marginTop="12px" fontSize={['28px', '36px']} fontWeight="500">
<Trans>Swap your tokens at excellent rates. No limits</Trans>
<Trans>Swap your tokens at superior rates. No limits</Trans>
</Text>
<Text
fontSize="16px"
Expand All @@ -649,14 +649,14 @@ function AboutKyberSwap() {
>
<Trans>
With our Dynamic Trade Routing technology, we aggregate liquidity from multiple DEXs (including
KyberSwap) and identify excellent trade routes for you.
KyberSwap) and identify superior trade routes for you.
</Trans>
</Text>

<Flex marginTop="20px" alignItems="center">
<BestPrice />
<Text marginLeft="12px">
<Trans>Excellent price guaranteed</Trans>
<Trans>Superior price guaranteed</Trans>
</Text>
</Flex>
<Flex marginTop="20px" alignItems="center">
Expand Down
6 changes: 3 additions & 3 deletions src/pages/About/KyberSwapGeneralIntro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ const KyberSwapGeneralIntro = () => {
}}
>
<Trans>
KyberSwap is a decentralized exchange (DEX) aggregator. We provide our traders with the{' '}
<b>excellent token prices</b> by analyzing rates across thousands of exchanges instantly!
KyberSwap is a decentralized exchange (DEX) aggregator. We provide our traders with{' '}
<b>superior token prices</b> by analyzing rates across thousands of exchanges instantly!
</Trans>
</Text>
)
Expand Down Expand Up @@ -116,7 +116,7 @@ const KyberSwapGeneralIntro = () => {
>
<Trans>
KyberSwap is a decentralized exchange (DEX) aggregator. We provide our traders with{' '}
<b>excellent token prices</b> by analyzing rates across thousands of exchanges instantly!
<b>superior token prices</b> by analyzing rates across thousands of exchanges instantly!
</Trans>{' '}
<Trans>
KyberSwap is also an automated market maker (AMM) with industry-leading liquidity protocols and{' '}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/BuyCrypto/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ function BuyCrypto() {
<Text color={theme.subText} lineHeight={1.5} marginTop={upToMedium ? '40px' : '48px'}>
<Trans>
Now that you have purchased your crypto, you can trade from over 20,000+ tokens on KyberSwap! We
give you excellent rates!
give you superior rates!
</Trans>
</Text>

Expand Down
2 changes: 1 addition & 1 deletion src/pages/SwapV3/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function Header({
{isLimitPage
? t`Buy or sell any token at a specific price`
: isSwapPage
? t`Buy or sell any token instantly at excellent price`
? t`Buy or sell any token instantly at superior price`
: t`Swap a token directly from one chain to another`}
</Text>
</RowBetween>
Expand Down

0 comments on commit cc1d639

Please sign in to comment.