diff --git a/lava/chain.json b/lava/chain.json index 3cd2448eaa..f51f8513b1 100644 --- a/lava/chain.json +++ b/lava/chain.json @@ -239,7 +239,7 @@ "provider": "w3coins" }, { - "address": "https://lava-rpc.finteh.org:443", + "address": "https://lava-rpc.finteh.org:26657", "provider": "finteh" }, { @@ -272,6 +272,10 @@ } ], "rest": [ + { + "address": "https://lava-api.finteh.org:443", + "provider": "finteh" + }, { "address": "https://lava.rest.lava.build", "provider": "Lava Over Lava" @@ -329,6 +333,12 @@ ] }, "explorers": [ + { + "kind": "finteh", + "url": "https://explorer.finteh.org/lava", + "tx_page": "https://explorer.finteh.org/lava/tx/${txHash}", + "account_page": "https://explorer.finteh.org/lava/account/${accountAddress}" + }, { "kind": "guru", "url": "https://lava.explorers.guru/", @@ -352,4 +362,4 @@ "indexing", "incentivized public rpc" ] -} \ No newline at end of file +}