Skip to content

Commit

Permalink
Update datil-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
hwrdtm committed Jul 24, 2024
1 parent 98333b6 commit 45cf790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeView/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 45cf790

Please sign in to comment.