Skip to content

Commit

Permalink
Fix Asset toAtomicAmount to not return scientific notation (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-agarwal-coinbase authored and howard-at-cb committed Sep 25, 2024
1 parent 15fa739 commit 14eb52f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@

### Fixed
- Fixed a bug that blocked arbitrum mainnet wallets from being created

### Added
- Add `deployToken` method to `WalletAddress` and `Wallet` to deploy an ERC20, updated `SmartContract` class to support deployment and fetching contract details
- Add SOL asset support
- Fix a bug where large numbers were being returned in scientific notation

### Breaking
- `Asset#toAtomicAmount` now returns a BigInt instead of a Decimal

## [0.5.0] - 2024-09-11

- Add Arbitrum-Mainnet support for Native transfers.
Expand Down

0 comments on commit 14eb52f

Please sign in to comment.