From fca8f990025c82c6b547ae32def63663ed4e5920 Mon Sep 17 00:00:00 2001 From: saurabhfegade Date: Mon, 16 Oct 2023 09:37:06 +0530 Subject: [PATCH] add ibc atom and stkatom to fee currencies --- cosmos/core.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/cosmos/core.json b/cosmos/core.json index ca6a993a5..8e2eb3e65 100644 --- a/cosmos/core.json +++ b/cosmos/core.json @@ -57,6 +57,29 @@ "average": 0.025, "high": 0.04 } + }, + { + "coinDenom": "ATOM", + "coinMinimalDenom": "ibc/C8A74ABBE2AF892E15680D916A7C22130585CE5704F9B17A10F184A90D53BECA", + "coinDecimals": 6, + "coinGeckoId": "cosmos", + "gasPriceStep": { + "low": 0.0001, + "average": 0.001, + "high": 0.01 + } + }, + { + "coinDenom": "stkATOM", + "coinMinimalDenom": "stk/uatom", + "coinDecimals": 6, + "coinGeckoId": "stkatom", + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/core/stkatom.png", + "gasPriceStep": { + "low": 0.0001, + "average": 0.001, + "high": 0.01 + } } ], "features": []