Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Aug 18, 2021
1 parent 5c10187 commit 2fe7b90
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [Unreleased]

- [Contract wrapper](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/9)
- [Contract wrapper](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/9)
- Added `ContractWrapper`, `SystemWrapper` - for more details check the pull request.
- Added support for constructors in ABIs
- Added ABIs:
Expand All @@ -15,17 +15,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
- Added `BalanceBuilder` interface
- Added `NativeSerializer`

Breaking changes:
- Changed how a provider is obtained:
- Removed `getDevnetProvider`, `getTestnetProvider`, `getMainnetProvider`
- Use added `chooseProvider`
- Renamed `ESDTToken` to `Token`
- Changed how test wallets (alice, bob, carol etc.) are obtained, added all 12 test wallets:
- Removed `TestWallets`
- Use added function `loadTestWallets` (or `loadInteractive`)
- [Fixed Ledger login](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/48)
- Removed `addressIndex` from constructor
- Use `addressIndex` from `options` object of `login` function
- ### Breaking changes:
- Changed how a provider is obtained:
- Removed `getDevnetProvider`, `getTestnetProvider`, `getMainnetProvider`
- Use added `chooseProvider`
- Renamed `ESDTToken` to `Token`
- Changed how test wallets (alice, bob, carol etc.) are obtained, added all 12 test wallets:
- Removed `TestWallets`
- Use added function `loadTestWallets` (or `loadInteractive`)
- [Fixed Ledger login](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/48)
- Removed `addressIndex` from constructor
- Use `addressIndex` from `options` object of `login` function

## [6.5.2]
- [Bugfix - corrected compute hash for transaction with options #44](https://github.com/ElrondNetwork/elrond-sdk-erdjs/pull/44)
Expand Down

0 comments on commit 2fe7b90

Please sign in to comment.