From 45cf790fc8a2de570ceb04f9422b42885d3e9013 Mon Sep 17 00:00:00 2001 From: Howard Tam Date: Wed, 24 Jul 2024 10:06:37 -0700 Subject: [PATCH] Update datil-prod --- NodeView/Pages/Index.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeView/Pages/Index.razor b/NodeView/Pages/Index.razor index b275bfd..e102dc4 100644 --- a/NodeView/Pages/Index.razor +++ b/NodeView/Pages/Index.razor @@ -182,7 +182,7 @@ new LitNetwork() { name = "Habanero", env=2, url ="https://lit-protocol.calderachain.xyz/http", chainId=175177 , resolverAddress = "0xe5a7C5d908EE8996332F488cE5f636d4EBff8522" , selected=false, rpc_api_url = "https://lit-protocol.calderaexplorer.xyz/api", rpc_api_type = 1, explorerUrl = "https://lit-protocol.calderaexplorer.xyz/address/" }, new LitNetwork() { name = "DatilDev", env=0, url = "https://yellowstone-rpc.litprotocol.com/", chainId=175188, resolverAddress = "0xCF5d7074c722Dd044Dd45EC791942b881366627c", selected=false, rpc_api_url = "https://yellowstone-explorer.litprotocol.com/api", rpc_api_type = 1, explorerUrl = "https://yellowstone-explorer.litprotocol.com/address/" }, new LitNetwork() { name = "DatilTest", env=0, url = "https://yellowstone-rpc.litprotocol.com/", chainId=175188, resolverAddress = "0xCf908e1E4Ee79fb540e144C3EDB2796E8D413548", selected=false, rpc_api_url = "https://yellowstone-explorer.litprotocol.com/api", rpc_api_type = 1, explorerUrl = "https://yellowstone-explorer.litprotocol.com/address/" }, - new LitNetwork() { name = "DatilProd", env=0, url = "https://yellowstone-rpc.litprotocol.com/", chainId=175188, resolverAddress = "0xa26a6B43EB6a6eB18b9B18a1EEC779Aa7CFEe992", selected=false, rpc_api_url = "https://yellowstone-explorer.litprotocol.com/api", rpc_api_type = 1, explorerUrl = "https://yellowstone-explorer.litprotocol.com/address/" }, + new LitNetwork() { name = "DatilProd", env=2, url = "https://yellowstone-rpc.litprotocol.com/", chainId=175188, resolverAddress = "0x5326a59fF2c41bCdA7E64F9afB9C313d0342117B", selected=false, rpc_api_url = "https://yellowstone-explorer.litprotocol.com/api", rpc_api_type = 1, explorerUrl = "https://yellowstone-explorer.litprotocol.com/address/" }, }; protected override async Task OnInitializedAsync() {