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

Commit

Permalink
[TD-999] Swagger regen to remove v1 trades and orders (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Jeston authored Oct 30, 2023
1 parent 8e9f464 commit 2d44136
Show file tree
Hide file tree
Showing 69 changed files with 2,096 additions and 2,465 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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).

## [Unreleased]
### Updated

- A range of types, as per the current swagger definition of the Immutable X API

### Removed

- all `v1/trade` functions, use `v3/trade` instead
- all `v1/order` functions, use `v3/order` instead

## [2.3.1] - 2023-10-24
- Updated README.md and examples to use sepolia in sandbox environment.
- Replace AlchemyProvider with EtherscanProvider for sepolia network in examples.
Expand Down
Loading

0 comments on commit 2d44136

Please sign in to comment.