This commit is contained in:
status-im-auto 2022-03-24 09:07:32 +00:00 committed by Jenkins
parent 4805598f53
commit 9aea1571f4
1 changed files with 3 additions and 3 deletions

View File

@ -152,13 +152,13 @@
<h2 class="font-semibold leading-10 text-2xl text-center text-gray mb-10">Ports</h2>
<div class="grid grid-cols-1 gap-y-4 md:grid-cols-3 md:gap-x-4 lg:gap-12">
<div class="flex flex-col items-center bg-pink p-4">
<h3 class="font-special text-sm w-max bg-black py-1 px-2 mx-2 mb-4 text-white rounded leading-none">30303</h3>
<h3 class="font-special text-sm w-max bg-black py-1 px-2 mx-2 mb-4 text-white rounded leading-none">8545</h3>
<p class="text-sm text-gray text-center leading-7 mb-4">TCP - JSON RPC management port. </p>
<p class="text-sm text-gray leading-7 font-semibold pl-7 bg-eye-open-black bg-left bg-no-repeat">Must ALWAYS be public.</p>
<p class="text-sm text-gray leading-7 font-semibold pl-7 bg-eye-close-white bg-left bg-no-repeat">Must NEVER be public.</p>
</div>
<div class="flex flex-col items-center bg-green p-4">
<h3 class="font-special text-sm w-max bg-black py-1 px-2 mx-2 mb-4 text-white rounded leading-none">8545</h3>
<h3 class="font-special text-sm w-max bg-black py-1 px-2 mx-2 mb-4 text-white rounded leading-none">30303</h3>
<p class="text-sm text-white text-center leading-7 mb-4">TCP/UDP - DevP2P wire protocol port.</p>
<p class="text-sm text-white leading-7 font-semibold pl-7 bg-eye-open-white bg-left bg-no-repeat">Must ALWAYS be public.</p>
</div>