From b8a13a37685663725bdf850a3b58a6517a681c90 Mon Sep 17 00:00:00 2001 From: Nimrod Teich Date: Thu, 28 Dec 2023 13:24:47 +0200 Subject: [PATCH 1/2] Update suggested fees for Keplr wallet --- docs/lava-blockchain/wallet.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/lava-blockchain/wallet.mdx b/docs/lava-blockchain/wallet.mdx index 273cf7f6..cf6edd1f 100644 --- a/docs/lava-blockchain/wallet.mdx +++ b/docs/lava-blockchain/wallet.mdx @@ -72,9 +72,9 @@ window.keplr.experimentalSuggestChain({ }, coinType: 118, gasPriceStep: { - low: 0.001, - average: 0.025, - high: 0.03, + low: 0.000001, + average: 0.0025, + high: 0.003, }, }); } @@ -339,4 +339,4 @@ Use the following parameters to set up a wallet not described in this manual: * **prefix** - lava@ * **coinDecimals** - 6 * **rpc** - "https://public-rpc.lavanet.xyz" -* **rest** - "https://public-rpc.lavanet.xyz/rest" \ No newline at end of file +* **rest** - "https://public-rpc.lavanet.xyz/rest" From 521217ea81c3bad991808b447ff08edaae6912cf Mon Sep 17 00:00:00 2001 From: Nimrod Teich Date: Thu, 28 Dec 2023 13:26:01 +0200 Subject: [PATCH 2/2] Amend fees --- docs/lava-blockchain/wallet.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/lava-blockchain/wallet.mdx b/docs/lava-blockchain/wallet.mdx index cf6edd1f..bbdaef56 100644 --- a/docs/lava-blockchain/wallet.mdx +++ b/docs/lava-blockchain/wallet.mdx @@ -73,8 +73,8 @@ window.keplr.experimentalSuggestChain({ coinType: 118, gasPriceStep: { low: 0.000001, - average: 0.0025, - high: 0.003, + average: 0.025, + high: 0.03, }, }); } @@ -340,3 +340,4 @@ Use the following parameters to set up a wallet not described in this manual: * **coinDecimals** - 6 * **rpc** - "https://public-rpc.lavanet.xyz" * **rest** - "https://public-rpc.lavanet.xyz/rest" +