Skip to content

Commit

Permalink
Update Self Chain (SLF) coinImageUrl. (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
philiparthurmoore authored Jun 18, 2024
1 parent ccf13c3 commit cd7eed1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cosmos/self.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@
{
"coinDenom": "SLF",
"coinMinimalDenom": "uslf",
"coinDecimals": 6
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/self/chain.png"
}
],
"feeCurrencies": [
{
"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,
Expand All @@ -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": []
}

0 comments on commit cd7eed1

Please sign in to comment.