Skip to content

Commit

Permalink
Update stargaze.js
Browse files Browse the repository at this point in the history
- [x] fix stargaze icon urls
  • Loading branch information
mwmerz authored Dec 21, 2023
1 parent facbe14 commit 64cbd8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/mainnet/stargaze.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
coinType: '118',
baseAsset: 'ustars',
name: 'Stargaze',
icon: process.env.CF_PAGES_URL + '/img/chains/Stargaze.svg',
icon: process.env.CF_PAGES_URL + '/img/chains/Stargaze.png',
channels: {
'phoenix-1': 'channel-266',
'carbon-1': 'channel-123',
Expand All @@ -30,7 +30,7 @@ module.exports = {
token: 'ustars',
symbol: 'STARS',
name: 'Stargaze',
icon: process.env.CF_PAGES_URL + '/img/coins/Stargaze.svg',
icon: process.env.CF_PAGES_URL + '/img/coins/Stargaze.png',
decimals: 6,
},
{
Expand Down

0 comments on commit 64cbd8b

Please sign in to comment.