Skip to content

Commit

Permalink
Merge pull request #584 from PolymathNetwork/feature/add-copy-faucet-…
Browse files Browse the repository at this point in the history
…keth

[ISSUER-21] feat(issuer): add copy with instruction to KETH faucet
  • Loading branch information
FahdW authored May 22, 2019
2 parents d1baf3c + 1a65ceb commit 27b7612
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion packages/polymath-ui/src/redux/account/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,18 @@ export const faucet = (message: string, amount?: number = 100500) => async (
» button below to receive {thousandsDelimiter(amount)} test POLY
in your wallet.
</p>
<p>
To receive your Kovan Testnet POLY, you’ll need a supply of KETH
(Kovan Testnet ETH) to pay for gas fees. To receive your KETH,{' '}
<a
target="_blank"
rel="noopener noreferrer"
href="https://github.com/kovan-testnet/faucet#kovan-faucet"
>
click here
</a>{' '}
and follow the steps to receive your KETH.
</p>
<br />
<Remark title="Note">
This option is not available on the Mainnet.
Expand All @@ -394,7 +406,7 @@ export const faucet = (message: string, amount?: number = 100500) => async (
},
title,
buttonLabel,
'',
'pui-large-confirm-modal',
headerLabel
)
);
Expand Down

0 comments on commit 27b7612

Please sign in to comment.