Skip to content

Commit 1a65ceb

Browse files
committed
feat(issuer): add copy with instruction to KETH faucet
1 parent d1baf3c commit 1a65ceb

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

packages/polymath-ui/src/redux/account/actions.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,18 @@ export const faucet = (message: string, amount?: number = 100500) => async (
368368
» button below to receive {thousandsDelimiter(amount)} test POLY
369369
in your wallet.
370370
</p>
371+
<p>
372+
To receive your Kovan Testnet POLY, you’ll need a supply of KETH
373+
(Kovan Testnet ETH) to pay for gas fees. To receive your KETH,{' '}
374+
<a
375+
target="_blank"
376+
rel="noopener noreferrer"
377+
href="https://github.com/kovan-testnet/faucet#kovan-faucet"
378+
>
379+
click here
380+
</a>{' '}
381+
and follow the steps to receive your KETH.
382+
</p>
371383
<br />
372384
<Remark title="Note">
373385
This option is not available on the Mainnet.
@@ -394,7 +406,7 @@ export const faucet = (message: string, amount?: number = 100500) => async (
394406
},
395407
title,
396408
buttonLabel,
397-
'',
409+
'pui-large-confirm-modal',
398410
headerLabel
399411
)
400412
);

0 commit comments

Comments
 (0)