Skip to content

Commit

Permalink
Merge pull request #1879 from cosmostation/merge-test
Browse files Browse the repository at this point in the history
Fix the json lint error
  • Loading branch information
chicrock authored Sep 12, 2024
2 parents af9f696 + 5b45ac1 commit 289db50
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chain/harmony/param.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@

{}
2 changes: 1 addition & 1 deletion chain/odin/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"symbol": "O9W",
"decimals": 6,
"description": "Native Coin",
"image": "odin/asset/o9w.png",
"image": "odin/asset/o9w.png"
},
{
"denom": "udoki",
Expand Down
2 changes: 1 addition & 1 deletion chain/odin/param.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"fee" : {
"base" : "0",
"rate" : [
"0.0025loki"
"0.0025loki",
"0.025loki"
],
"init_gas_limit" : 300000,
Expand Down
2 changes: 1 addition & 1 deletion chain/planq/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
},
"image": "juno/asset/nride.png",
"coinGeckoId": ""
},
}
]

0 comments on commit 289db50

Please sign in to comment.