diff --git a/NodeView/Pages/Index.razor b/NodeView/Pages/Index.razor index 9215dfd..aff6597 100644 --- a/NodeView/Pages/Index.razor +++ b/NodeView/Pages/Index.razor @@ -184,6 +184,7 @@ 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 = "DatilTestClone", env=0, url = "https://yellowstone-rpc.litprotocol.com/", chainId=175188, resolverAddress = "0x6F54Df9203a5c4fdF0eDF443E485a2c32a89Bad5", 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/" }, + new LitNetwork() { name = "DatilProdClone", env=2, url = "https://yellowstone-rpc.litprotocol.com/", chainId=175188, resolverAddress = "0x7ddeEA4cCFe1A73D136ec600Ac4380431b4f8EBe", 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() {