Skip to content

Commit

Permalink
Merge pull request Uniswap#156 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
taps, feg, banner update
  • Loading branch information
Harambe-Nakamoto authored Jun 9, 2021
2 parents 1e0f41c + b9e5d75 commit 2c71fb4
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 4 deletions.
Binary file added public/images/coins/TAPS.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions public/images/coins/TAPS.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/constants/token/apeswap.json
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@
"address": "0xacfc95585d80ab62f67a14c566c1b7a49fe91167",
"chainId": 56,
"decimals": 9,
"type": "deflationary",
"logoURI": "/images/coins/feg.png"
}
]
Expand Down
8 changes: 8 additions & 0 deletions src/constants/token/buidl.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
"chainId": 56,
"decimals": 18,
"logoURI": "/images/coins/TWIN.svg"
},
{
"name": "taps token",
"symbol": "TAPS",
"address": "0x56eab07247e3e6404ac90140f20bba61375d5c3c",
"chainId": 56,
"decimals": 18,
"logoURI": "/images/coins/TAPS.svg"
}
],
"version": {
Expand Down
13 changes: 9 additions & 4 deletions src/pages/Swap/dexAnouncement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,22 @@ const CardHolder = styled.div`

export default function DexAnouncement() {
return (
<a href="https://twitter.com/ape_swap/status/1399969026734841860" target="_blank" rel="noopener noreferrer">
<a
href="https://ape-swap.medium.com/iao-005-hifi-retro-defi-games-695a5a215ee3"
target="_blank"
rel="noopener noreferrer"
>
<CardHolder>
<Card>
<Text textAlign="center" fontSize="1.25em">
&quot;Who&apos;s the Goodest Boi?&quot; Trading Competition📈
🚨 Initial Ape Offering 005 🚨
</Text>
<Text textAlign="center" fontSize=".8em">
Trade SHIB or DOGE now to participate!
June 11th 03:00 UTC
</Text>
<Text textAlign="center" fontSize=".8em">
$20,000 in $BANANA rewards up for grabs💰🍌
Mark your calendars to get in on two offerings of the retro gaming project HiFi DeFi
👾🕹️
</Text>
<FeaturedCardAccent />
</Card>
Expand Down

0 comments on commit 2c71fb4

Please sign in to comment.