Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Merge branch 'CORE-1952-add-v4-starkex-contract-bindings' into CORE-1…
Browse files Browse the repository at this point in the history
…952-add-v2-complete-withdrawal-flow
  • Loading branch information
kaihirota authored Feb 26, 2024
2 parents 38daa61 + 5fab131 commit 13d0a14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.6.0] - 2024-02-26

### Added

- `prepareWithdrawal` has been updated to use V2 withdrawal logic for StarkEx V4 contract.
- Add StarkEx V4 contract bindings so that SDK can interact with the contract.

## [2.5.4] - 2024-02-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imtbl/core-sdk",
"version": "2.5.4",
"version": "2.6.0",
"description": "Immutable Core SDK",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 13d0a14

Please sign in to comment.