From 7330d6f7ca3dd38052aa6b42c8a552e0ae180a82 Mon Sep 17 00:00:00 2001 From: Gustavo Mauricio Date: Mon, 2 Sep 2024 08:42:12 +0100 Subject: [PATCH] add injective token metadata to terra mainnet --- tokenLists/terra2.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tokenLists/terra2.json b/tokenLists/terra2.json index 862bd60..35e5e3e 100644 --- a/tokenLists/terra2.json +++ b/tokenLists/terra2.json @@ -793,5 +793,15 @@ "decimals": 6, "originDenom": "factory/osmo104jtrwcljnxfljhml8mxrw7qetcsdmqvy3sprw/ucosmousd", "originChainId": "osmosis-1" + }, + { + "protocol": "Injective", + "symbol": "INJ", + "token": "ibc/25BC59386BB65725F735EFC0C369BB717AA8B5DAD846EAF9CBF5D0F18F207211", + "icon": "/img/injective.svg", + "decimals": 18, + "coingeckoId": "injective-protocol", + "originDenom": "inj", + "originChainId": "injective-1" } ]