Releases: aragon/sdk
Releases · aragon/sdk
0.0.13-alpha-javascript-client
Added
- Getting
DAOFactory
address from@aragon/core-contracts-ethers
package depending on the selected network inContext
.
0.0.12-alpha-javascript-client
Changed
- Upgraded
@aragon/core-contracts-ethers
package to the0.2.1-alpha
version and adapted the base code to accept the newVoteConfigStruct
struct.
0.0.11-alpha-javascript-client
Updates version in package.json for client
0.0.10-alpha-javascript-client
Added
- Deposit ETH and ERC20 tokens to DAO.
- Withdrawal action creation helper.
Changed
average
andmax
values for the gas fee estimations returned asbigint
.
Fixed
- Exported
IDeposit
andICreateProposal
.
0.0.9-alpha-javascript-client
Added
- Github actions automation to deploy this package.
Changed
- Returning of
average
andmax
values for the gas fee estimations.
Fixed
- Gas fee estimations with new
gasFeeData
functions for EIP-1559. - Fixes Github actions workflows