Skip to content

Commit

Permalink
Add DatilProdClone
Browse files Browse the repository at this point in the history
  • Loading branch information
hwrdtm committed Nov 29, 2024
1 parent 014914c commit 1f47e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NodeView/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 1f47e63

Please sign in to comment.