From 53ea8486f8ee7e646287b010710096bf9f19e36d Mon Sep 17 00:00:00 2001 From: Drazen Urch Date: Mon, 6 Sep 2021 17:36:46 +0200 Subject: [PATCH] get_gas_price, get_gas_limits --- .../src/routes/internal-docs/ApiList.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tauri-wallet/src/routes/internal-docs/ApiList.tsx b/tauri-wallet/src/routes/internal-docs/ApiList.tsx index 9075bcf267..e4d2d41bbf 100644 --- a/tauri-wallet/src/routes/internal-docs/ApiList.tsx +++ b/tauri-wallet/src/routes/internal-docs/ApiList.tsx @@ -151,6 +151,22 @@ export const ApiList = () => { }} /> + + + + + + ); };