From 797b3b5463f509e60419ecc0986d882f706e731d Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Wed, 9 Oct 2024 15:21:02 +0300 Subject: [PATCH] Fixed withdraw gas table --- src/components/Docs/components/Fees.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Docs/components/Fees.tsx b/src/components/Docs/components/Fees.tsx index fcf6c4d0d..abdda450f 100644 --- a/src/components/Docs/components/Fees.tsx +++ b/src/components/Docs/components/Fees.tsx @@ -44,6 +44,10 @@ export const Fees: React.FC = ({ type }) => { url: `https://zetachain-mainnet.g.allthatnode.com/archive/evm`, type: "evm", }, + { + url: `https://zetachain-mainnet.g.allthatnode.com/archive/rest`, + type: "cosmos-http", + }, ], }, },