Skip to content

Commit

Permalink
Add exported types to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Oct 11, 2023
1 parent 79111c8 commit 00689aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `initializeProvider()` params object now accepts an optional `providerInfo` property with a value of [EIP6963ProviderInfo object](https://eips.ethereum.org/EIPS/eip-6963#provider-info)
- Add `eip6963AnnounceProvider()` which supports a wallet by announcing a provider through the `eip6963:announceProvider` event and re-announcing the provider whenever an `eip6963:requestProvider` event is received
- Add `eip6963RequestProvider()` which supports a dapp by dispatching an `eip6963:requestProvider` event and invoking a callback for each `eip6963:announceProvider` event received
- Add `EIP6963AnnounceProviderEvent` type
- Add `EIP6963ProviderDetail` type
- Add `EIP6963ProviderInfo` type
- Add `EIP6963RequestProviderEvent` type

## [13.0.0]
### Changed
Expand Down

0 comments on commit 00689aa

Please sign in to comment.