Skip to content

Commit

Permalink
scorum: get rid of nsp token (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikluke authored Sep 26, 2024
1 parent ec93bc2 commit 8abaa2d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions cosmos/scorum.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
"coinGeckoId": "scorum",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/scorum/scr.png"
},
{
"coinDenom": "SP",
"coinMinimalDenom": "nsp",
"coinDecimals": 9,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/scorum/sp.png"
},
{
"coinDenom": "GAS",
"coinMinimalDenom": "gas",
Expand All @@ -55,10 +49,10 @@
}
],
"stakeCurrency": {
"coinDenom": "SP",
"coinMinimalDenom": "nsp",
"coinDenom": "SCR",
"coinMinimalDenom": "nscr",
"coinDecimals": 9,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/scorum/sp.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/scorum/scr.png"
},
"features": []
}

0 comments on commit 8abaa2d

Please sign in to comment.