Skip to content

Commit 125fa24

Browse files
Deprecate use of SequenceEthClient with custom URL by marking it obsolete - too unreliable (#211)
1 parent bb03dee commit 125fa24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/Sequence-Unity/Sequence/SequenceSDK/Ethereum/Provider/SequenceEthClient.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ internal SequenceEthClient()
2525
_httpRpcClient = new HttpRpcClient(url);
2626
}
2727

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.")]
2829
public SequenceEthClient(string _url)
2930
{
3031
_httpRpcClient = new HttpRpcClient(_url);

0 commit comments

Comments
 (0)