From efd307f479110c6bd9bc96677df11d030ea0faef Mon Sep 17 00:00:00 2001 From: SrikanthSoparla Date: Thu, 24 Nov 2022 19:09:43 +0530 Subject: [PATCH] network features update. --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index d581957..0e6a0e5 100644 --- a/src/config.js +++ b/src/config.js @@ -19,5 +19,5 @@ export const config = { GAS_PRICE_STEP_LOW: 1, GAS_PRICE_STEP_AVERAGE: 5, GAS_PRICE_STEP_HIGH: 10, - FEATURES: ['cosmwasm', 'ibc-transfer', 'ibc-go'], + FEATURES: ['ibc-transfer'], };