Skip to content

Commit

Permalink
Fixed ethers dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Sep 20, 2023
1 parent 89fcac2 commit e66ded7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `createElectionSteps` function in client for using async generators and control creation flow.
- New `sendTokens` function in client for transferring tokens between accounts.

### Changed

- New user-friendly text for SIK payload signing.

### Fixed

- Added `ethers` as embedded in rollup configuration for `circomlibjs` dependencies.

## [0.3.0] - 2023-09-13

### Fixed
Expand Down
1 change: 1 addition & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const embeded = [
'ffjavascript',
'crypto',
'os',
'ethers',
'snarkjs',
'circom_runtime',
'@iden3/binfileutils',
Expand Down

0 comments on commit e66ded7

Please sign in to comment.