Skip to content

Commit

Permalink
release(0.0.54-alpha): evm provider changes
Browse files Browse the repository at this point in the history
  • Loading branch information
donatandelic committed Sep 9, 2024
1 parent d7a8982 commit 95e21bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Notable and breaking changed and additions to the SDK.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (*does not apply to alpha development*).

## [0.0.54-alpha] - 2024-09-09

### Changed
- `EVM` provider assumes connection if the address is available
- - attempt to `getAddress` before trying to `enable` or `eth_requestAccounts`

## [0.0.50-alpha] - 2024-07-24

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@useorbis/db-sdk",
"version": "0.0.53-alpha",
"version": "0.0.54-alpha",
"description": "Orbis' Typescript SDK for building open-data experiences.",
"keywords": [
"web3",
Expand Down

0 comments on commit 95e21bb

Please sign in to comment.