From 040b8168519f9faea0487dc6e979539633487566 Mon Sep 17 00:00:00 2001 From: JSHan94 Date: Thu, 7 Mar 2024 12:07:47 +0900 Subject: [PATCH] Add new denominations to chain.json --- devnets/mahalo/chain.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devnets/mahalo/chain.json b/devnets/mahalo/chain.json index 6c4ba01..3325f20 100644 --- a/devnets/mahalo/chain.json +++ b/devnets/mahalo/chain.json @@ -19,6 +19,12 @@ "low_gas_price": 0.15, "average_gas_price": 0.15, "high_gas_price": 0.4 + }, + { + "denom": "ueth" + }, + { + "denom": "uusdc" } ] },