From fe30f415637e89710428a5429cd9d2ce13b453a6 Mon Sep 17 00:00:00 2001 From: Mike <17463738+mwmerz@users.noreply.github.com> Date: Thu, 21 Dec 2023 19:41:52 -0500 Subject: [PATCH] Update injective.js - [x] temporarily restore public infra for injective --- chains/mainnet/injective.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chains/mainnet/injective.js b/chains/mainnet/injective.js index ad378bd2..02b39a1d 100644 --- a/chains/mainnet/injective.js +++ b/chains/mainnet/injective.js @@ -1,6 +1,6 @@ module.exports = { chainID: 'injective-1', - lcd: 'https://lcd-injective.tfl.foundation', + lcd: 'https://sentry.lcd.injective.network', gasAdjustment: 1.75, gasPrices: { inj: 1000000000 }, prefix: 'inj',