From 39cdf853adae13133f5bd46d4184635fe643e5f7 Mon Sep 17 00:00:00 2001 From: Thomas Le Date: Sat, 30 Mar 2024 23:00:34 -0500 Subject: [PATCH] Update osmosis.js Added $LAB information --- chains/mainnet/osmosis.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/chains/mainnet/osmosis.js b/chains/mainnet/osmosis.js index 3d6e4ee3..7c0af14a 100644 --- a/chains/mainnet/osmosis.js +++ b/chains/mainnet/osmosis.js @@ -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', + } ], }