Skip to content

Commit

Permalink
Merge pull request #250 from terra-money/fix-stinj
Browse files Browse the repository at this point in the history
Fix stINJ decimals and lsd denom
  • Loading branch information
terencelimzhengwei authored Jan 4, 2024
2 parents 4b5fe80 + 1ba11c6 commit 2ce816b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/mainnet/stride.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ module.exports = {
symbol: 'stINJ',
name: 'stINJ',
icon: process.env.CF_PAGES_URL + '/img/coins/stINJ.svg',
decimals: 6,
lsd: 'uinj',
decimals: 18,
lsd: 'inj',
},
{
token: 'stujuno',
Expand Down

0 comments on commit 2ce816b

Please sign in to comment.