Skip to content

Commit

Permalink
fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ackness committed Jul 17, 2021
1 parent 5639c42 commit f247f6f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Many Abis [v0.0.4]
# Many Abis [v0.0.5]

Get different DEX abis easily for block chain developers.

Expand Down
2 changes: 1 addition & 1 deletion many_abis/assets/BSC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
'chain': 'Binance Smart Chain',
'explorer': 'https://bscscan.com/',
'weth' : WETH,
'coin': COINS
'coins': COINS
}
2 changes: 1 addition & 1 deletion many_abis/assets/ETH/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
'chain': 'Ethereum Chain',
'explorer': 'https://etherscan.io/',
'weth' : WETH,
'coin': COINS
'coins': COINS
}

2 changes: 1 addition & 1 deletion many_abis/assets/HECO/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
'chain': 'Huobi Eco Chain',
'explorer': 'https://hecoinfo.com/',
'weth' : WETH,
'coin': COINS
'coins': COINS
}
2 changes: 1 addition & 1 deletion many_abis/assets/KCC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
'chain': 'KuCoin Community Chain',
'explorer': 'https://explorer.kcc.io/en/',
'weth' : WETH,
'coin': COINS
'coins': COINS
}
2 changes: 1 addition & 1 deletion many_abis/assets/MATIC/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
'chain': 'Polygon PoS Chain',
'explorer': 'https://polygonscan.com/',
'weth' : WETH,
'coin': COINS
'coins': COINS
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'many_abis',
packages = find_packages(),
version = '0.0.4',
version = '0.0.5',
license='MIT',
description = 'A simple way to get different DEXs abis for block chains.',
author = 'Yong',
Expand Down

0 comments on commit f247f6f

Please sign in to comment.