Skip to content

Commit

Permalink
Merge pull request #10 from ackness/v0.1.6.1-dev
Browse files Browse the repository at this point in the history
add velodrome_v1 on op l2 chain
  • Loading branch information
ackness authored Apr 9, 2023
2 parents cf45fc4 + 3cc6eb7 commit c4af0c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Many Abis

![Version](https://img.shields.io/badge/many--abis-v0.1.6-green)
![Version](https://img.shields.io/badge/many--abis-v0.1.6.1-green)
![Pypi](https://img.shields.io/pypi/dm/many-abis)

![GitHub Org's stars](https://img.shields.io/github/stars/ackness/many_abis?style=social)
Expand All @@ -26,7 +26,7 @@ Now we support dex:
- [3] [MDEX (BSC)](https://bsc.mdex.co/#/swap/)
- [4] [PancakeSwap v2](https://pancakeswap.finance/swap)
- [5] [PancakeSwap v3](https://pancakeswap.finance/swap)
- [6] [uniswap](https://app.uniswap.org/#/swap)
- [6] [Uniswap](https://app.uniswap.org/#/swap)
- bsc-test:
- [1] [PancakeSwap v2 (TEST)]()
- [2] [PancakeSwap v3 (TEST)](https://pancakeswap.finance/swap?chain:bscTestnet)
Expand All @@ -50,6 +50,7 @@ Now we support dex:
- [1] [QuickSwap](https://quickswap.exchange/)
- optimism:
- [1] [Uniswap V3](https://app.uniswap.org/#/swap)
- [2] [Velodrome V1](https://app.velodrome.finance/swap)

---

Expand Down Expand Up @@ -125,4 +126,7 @@ ds = ma.get('bsc', 'dex', 'pancake_v2')
print(ds)
# {'factory_address': '0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73', 'name': 'PancakeSwap v2', 'router_address': '0x10ED43C718714eb63d5aA57B78B54704E256024E', 'website': 'https://pancakeswap.finance/swap'}

# print all dex
ma.print_all_dex()

```
2 changes: 1 addition & 1 deletion many_abis/assets/utils/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
},
"uniswap": {
"address": "0x5Dc88340E1c5c6366864Ee415d6034cadd1A9897",
"name": "uniswap",
"name": "Uniswap",
"website": "https://app.uniswap.org/#/swap"
}
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
package_dir={'many_abis': 'many_abis'},
package_data={'': [
'**/*.abi', '**/*.json']},
version='0.1.6',
version='0.1.6.1',
license='MIT',
description='A simple way to get different DEXs abis for block chains.',
long_description=long_description,
Expand Down

0 comments on commit c4af0c4

Please sign in to comment.