fix: add eth.link notification

This commit is contained in:
Danil Kovtonyuk 2022-08-02 19:38:07 +10:00
parent 767541ef61
commit 48ca5dbfba
No known key found for this signature in database
GPG key ID: E72A919BF08C3746
2 changed files with 33 additions and 1 deletions

View file

@ -456,5 +456,10 @@
"trustBanner": {
"trustLess": "You are using a public IPFS gateway. Tornado Cash dApp can not use all security features of your browser. Check out {link} for alternatives",
"link": "landing page"
},
"ethLinkBanner": {
"notification": "Due to the {issue} with eth.link domain, we highly recommend avoiding using this gateway. Consider {alternative} gateways.",
"issue": "issue",
"alternative": "alternative"
}
}