Skip to content

Commit

Permalink
Update contract resolver addresses (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwrdtm authored Jul 2, 2024
1 parent 5521aa2 commit 4071b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NodeView/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@
new LitNetwork() { name = "Cayenne", env=0, url = "https://lit-protocol.calderachain.xyz/http", chainId=175177 , resolverAddress = "0xb82f2dB0B486F1ef698CC88F0d521D873eb04d03" , 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 = "Manzano", env=0, url = "https://lit-protocol.calderachain.xyz/http", chainId=175177 , resolverAddress = "0x9F0Ede26261451C5E784DC799D71ECf766EB7562" , 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 = "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://vesuvius-rpc.litprotocol.com/", chainId=2311, resolverAddress = "0xD19B7A9D4c6B9612742B16a795C46B649E62ba54", selected=false, rpc_api_url = "https://vesuvius-explorer.litprotocol.com/api", rpc_api_type = 1, explorerUrl = "https://vesuvius-explorer.litprotocol.com/address/" },
new LitNetwork() { name = "DatilDev", env=0, url = "https://vesuvius-rpc.litprotocol.com/", chainId=2311, resolverAddress = "0x1dD92c049DA5E8d15b203380d9DD1F0DeaBAbe25", selected=false, rpc_api_url = "https://vesuvius-explorer.litprotocol.com/api", rpc_api_type = 1, explorerUrl = "https://vesuvius-explorer.litprotocol.com/address/" },
new LitNetwork() { name = "DatilTest", env=0, url = "https://vesuvius-rpc.litprotocol.com/", chainId=2311, resolverAddress = "0x5408029ce3cD7D86dEFe300E5fB366f5a031e33c", selected=false, rpc_api_url = "https://vesuvius-explorer.litprotocol.com/api", rpc_api_type = 1, explorerUrl = "https://vesuvius-explorer.litprotocol.com/address/" },
};
protected override async Task OnInitializedAsync()
{
Expand Down

0 comments on commit 4071b43

Please sign in to comment.