Skip to content

Commit

Permalink
mention that SorobanRpc is now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed May 14, 2024
1 parent 31daff8 commit 61409af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ A breaking change will get clearly marked in this log.

It now throws a `SentTransaction.Errors.TransactionStillPending` error with that error message instead.

### Added
### Deprecated

- `SorobanRpc` module is now also exported as `Rpc`. You can import it with either name.
- `SorobanRpc` module is now also exported as `Rpc`. You can import it with either name for now, but `SorobanRpc` will be removed in a future release.

```diff
import { SorobanRpc } from '@stellar/stellar-sdk'
Expand Down

0 comments on commit 61409af

Please sign in to comment.