Skip to content

Commit

Permalink
Update osmosis.js
Browse files Browse the repository at this point in the history
Added $LAB information
  • Loading branch information
tvl83 authored Mar 31, 2024
1 parent bc9019b commit 39cdf85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions chains/mainnet/osmosis.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,12 @@ module.exports = {
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/toro.png',
},
{
token: 'factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB',
name: 'LAB',
symbol: 'LAB',
decimals: 6,
icon: process.env.CF_PAGES_URL + '/img/coins/LAB.png',
}
],
}

0 comments on commit 39cdf85

Please sign in to comment.