Skip to content

Commit

Permalink
refactor(aepp)!: remove RpcBroadcastError
Browse files Browse the repository at this point in the history
BREAKING CHANGE: RpcBroadcastError not exported anymore
Because it is not thrown by wallet as well.
  • Loading branch information
davidyuk committed Jun 8, 2024
1 parent 83797a4 commit 1f0b3bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
17 changes: 0 additions & 17 deletions src/deprecated.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index-browser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,3 @@ export {
TagNotFoundError, TxNotInChainError, AlreadyConnectedError, NoWalletConnectedError,
RpcConnectionError,
} from './utils/errors';
export { RpcBroadcastError } from './deprecated';

0 comments on commit 1f0b3bb

Please sign in to comment.