Skip to content

Commit

Permalink
Add PPC/BTC explorer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Perkins committed Sep 26, 2019
1 parent 4306feb commit 5b4120b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions public/locales/en-US/translation.json
Expand Up @@ -123,6 +123,7 @@
"generalFundPpcAddress": "General Fund - PPC Donation Address:",
"generalFundBtcAddress": "General Fund - BTC Donation Address:",
"exchangeBtcAddress": "Exchange Listing Fund - BTC Donation Address:",
"viewOnExplorer":"View on explorer",
"contactUsTitle": "Contact Us",
"addressCountry": "The Netherlands"
},
Expand Down
7 changes: 5 additions & 2 deletions src/pages/Foundation/Foundation.jsx
Expand Up @@ -25,8 +25,11 @@ function Foundation() {
<h2 className="title title--green title--left">{t('foundationPage.technicalSupportTitle')}</h2>
<p>{t('foundationPage.technicalSupportText')}</p>
<p>
{t('foundationPage.generalFundPpcAddress')} <b>p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK</b><br />
{t('foundationPage.generalFundBtcAddress')} <b>376NhxVL1LFBFndHNx9k7hvwvUzq6RZiPT</b><br />
{t('foundationPage.generalFundPpcAddress')} <b>p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK</b>
<a target="_blank" rel="noopener noreferrer" href="https://www.coinexplorer.net/PPC/address/p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK">[ {t('foundationPage.viewOnExplorer')} ]</a><br />
{t('foundationPage.generalFundBtcAddress')} <b>376NhxVL1LFBFndHNx9k7hvwvUzq6RZiPT</b>
<a target="_blank" rel="noopener noreferrer" href="https://www.coinexplorer.net/PPC/address/p92W3t7YkKfQEPDb7cG9jQ6iMh7cpKLvwK">[ {t('foundationPage.viewOnExplorer')} ]</a>
<br />
{t('foundationPage.exchangeBtcAddress')} <b>3NtJTUyXuH8KJj4BXJJxtQS7SPnLNm711CM</b>
</p>
</div>
Expand Down

0 comments on commit 5b4120b

Please sign in to comment.