From cd7eed1c53de87e510519527bc1024884854a0c1 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Tue, 18 Jun 2024 12:55:12 +0700 Subject: [PATCH] Update Self Chain (SLF) coinImageUrl. (#673) --- cosmos/self.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cosmos/self.json b/cosmos/self.json index 37f966f19..943458a23 100644 --- a/cosmos/self.json +++ b/cosmos/self.json @@ -24,7 +24,8 @@ { "coinDenom": "SLF", "coinMinimalDenom": "uslf", - "coinDecimals": 6 + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self/chain.png" } ], "feeCurrencies": [ @@ -32,6 +33,7 @@ "coinDenom": "SLF", "coinMinimalDenom": "uslf", "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self/chain.png", "gasPriceStep": { "low": 0.005, "average": 0.025, @@ -42,7 +44,8 @@ "stakeCurrency": { "coinDenom": "SLF", "coinMinimalDenom": "uslf", - "coinDecimals": 6 + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self/chain.png" }, "features": [] } \ No newline at end of file