Skip to content

Commit

Permalink
Add yellowstone chain (#9)
Browse files Browse the repository at this point in the history
* Add yellowstone chain

* Update contract resolver

* Add DatilProd

* Update datil-dev
  • Loading branch information
hwrdtm authored Jul 22, 2024
1 parent 4071b43 commit 98333b6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NodeView/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@
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 = "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/" },
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/" },
};
protected override async Task OnInitializedAsync()
{
Expand Down

0 comments on commit 98333b6

Please sign in to comment.