diff --git a/chains/mainnet/osmosis.js b/chains/mainnet/osmosis.js index 984acab8..9b56bc68 100644 --- a/chains/mainnet/osmosis.js +++ b/chains/mainnet/osmosis.js @@ -210,5 +210,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', + } ], } diff --git a/img/coins/LAB.png b/img/coins/LAB.png new file mode 100644 index 00000000..dc0d9abb Binary files /dev/null and b/img/coins/LAB.png differ