Skip to content

Commit

Permalink
fix: update images and node name
Browse files Browse the repository at this point in the history
  • Loading branch information
Melekhin committed Oct 9, 2023
1 parent 90c1899 commit 7c7ff29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cosmos/HoneyWood.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"chainName": "HoneyWood",
"rpc": "https://honeywood.io/node",
"rest": "https://honeywood.io/node-rest/",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/honeywood/chain.png",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/HoneyWood/chain.png",
"nodeProvider": {
"name": "honeywood.io",
"name": "HoneyWood",
"email": "[email protected]",
"website":"https://honeywood.io/"
},
Expand All @@ -14,7 +14,7 @@
"coinMinimalDenom": "cone",
"coinDecimals": 0,
"coinGeckoId": "honeywood",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/honeywood/cone.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/HoneyWood/cone.png"
},
"bip44": {
"coinType": 118
Expand All @@ -32,22 +32,22 @@
"coinDenom": "HONEY",
"coinMinimalDenom": "uhoney",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/honeywood/uhoney.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/HoneyWood/uhoney.png"
},
{
"coinDenom": "CONE",
"coinMinimalDenom": "cone",
"coinDecimals": 0,
"coinGeckoId": "honeywood",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/honeywood/cone.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/HoneyWood/cone.png"
}
],
"feeCurrencies": [
{
"coinDenom": "HONEY",
"coinMinimalDenom": "uhoney",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/honeywood/uhoney.png",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/HoneyWood/uhoney.png",
"gasPriceStep": {
"low": 0.05,
"average": 0.1,
Expand Down

0 comments on commit 7c7ff29

Please sign in to comment.