Skip to content

Commit

Permalink
Merge pull request #52 from mraniki/main
Browse files Browse the repository at this point in the history
Align
  • Loading branch information
mraniki authored Apr 13, 2023
2 parents 03a03b3 + 191d782 commit 65041e0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/🧹BranchCleanUp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 2

- name: Nightly Merge
uses: robotology/[email protected]
Expand All @@ -24,4 +26,4 @@ jobs:
development_branch: 'dev'
allow_ff: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!--next-version-placeholder-->

## v1.0.12 (2023-04-13)
### Fix
* Logger ([`65a1511`](https://github.com/mraniki/dxsp/commit/65a151163284ef0900effbccae138c46aca7ae10))

## v1.0.11 (2023-04-13)
### Fix
* Logger ([`c88914a`](https://github.com/mraniki/dxsp/commit/c88914ad1a35e16225838f91e4ed703d164812b4))

## v1.0.10 (2023-04-13)
### Fix
* Import error ([`86f9d0a`](https://github.com/mraniki/dxsp/commit/86f9d0a71c2272babcff42f9fd6166acbe2d15a1))

## v1.0.9 (2023-04-13)
### Fix
* Comma in logger ([`5d4ccfa`](https://github.com/mraniki/dxsp/commit/5d4ccfa78d8e70255895764d48eb59da5d16ce72))

## v1.0.8 (2023-04-13)
### Fix
* Debug mode ([`38a6027`](https://github.com/mraniki/dxsp/commit/38a6027abe2b5da01aabed9bb95fc96709abac4a))
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# DXSP (DeX SwaP)
A python defi swap helper package. Swap made easy.

<img width="200" alt="Logo" src="https://user-images.githubusercontent.com/8766259/231213427-63ea2752-13d5-4993-aee2-90671b57fc6e.png">

| <img width="200" alt="Logo" src="https://user-images.githubusercontent.com/8766259/231213427-63ea2752-13d5-4993-aee2-90671b57fc6e.png"> | A python defi swap helper package. Swap made easy. |
| ------------- | ------------- |
| 7 blockchains supported (ETH, BSC, ARB, MATIC, OPT, AVAX, FANTOM) | 2 swap protocol type (1inch API, UniV2 contract router)



Key features:

- 7 blockchains mainnet and testnet supported with default block explorer, RPC, Router (uniswap and pancakeswap) and protocol url (1inch and 0x). Other blockchains can be supported via function attributes
- 2 swap protocol type supported:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dxsp"
version = "1.0.8"
version = "1.0.12"
description = "DXSP (DeX SwaP), A defi swap helper package. Swap made easy."
authors = ["mraniki <[email protected]>"]
license = "MIT License"
Expand Down

0 comments on commit 65041e0

Please sign in to comment.