diff --git a/src/index.html b/src/index.html index 7d79a00916..5449b5c5b0 100644 --- a/src/index.html +++ b/src/index.html @@ -594,6 +594,12 @@

DEPOSIT: BTC

DEPOSIT: ETH

+
+

Do not deposit ETH from smart contracts!

+

Check if your wallet or exchange uses smart-contracts to withdraw ETH.
+ We do not accept such transactions and can’t refund them.
+ You will lose that money.

+

To deposit ETH to your Waves account, please send ETH to the address below.
The minimum amount of deposit is {{deposit.eth.minimumAmount}} ETH.

Please do not deposit ERC20 tokens! Only Ethereum is allowed.

diff --git a/src/less/global.less b/src/less/global.less index 2997756edf..876aebeef7 100644 --- a/src/less/global.less +++ b/src/less/global.less @@ -362,4 +362,12 @@ table.bitcoin-requisites { font-family: @font-lekton; } } +} + +.plate-warning { + margin-bottom: 15px; + padding: 12px 30px; + border-radius: 5px; + background: #c21208; + color: #fff; } \ No newline at end of file