You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packages/Sequence-Unity/Sequence/SequenceSDK/Ethereum/Provider/SequenceEthClient.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ internal SequenceEthClient()
25
25
_httpRpcClient=newHttpRpcClient(url);
26
26
}
27
27
28
+
[Obsolete("Use SequenceEthClient(Chain chain) instead. Public nodes often misbehave and can be unreliable; it is highly recommended to use Sequence's node gateway.")]
0 commit comments