这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Packages/io.chainsafe.web3-unity/Editor/ServerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ public void UpdateServerMenuInfo(bool chainSwitched = false)
}
else
{
// Handle the case where the selected chain is not found
Debug.LogError("Selected chain not found in the chainList.");
Debug.LogError("Couldn't find the chain, switching to default chain");
selectedChainIndex = Array.FindIndex(chainList.ToArray(), x => x.name == "Sepolia");
}
}

Expand Down