Skip to content

Commit

Permalink
fix a error
Browse files Browse the repository at this point in the history
  • Loading branch information
ackness committed Jan 15, 2022
1 parent c9c4cf6 commit 3b9f4aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ dmypy.json
# Pyre type checker
.pyre/

examples/example1.py
.idea/
.xml
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Many Abis [v0.1.0]
# Many Abis [v0.1.1]

Get different DEX abis easily for blockchain developers.

Expand Down Expand Up @@ -32,7 +32,7 @@ Now we support dex:
- [2] [JSwap](https://app.jswap.finance/)
- [3] [PandaSwap](https://app.pandaex.org/)
- MOONRIVER:
- [1] [Solarbeam](https://quickswap.exchange/)
- [1] [Solarbeam](https://app.solarbeam.io/exchange/swap)
- ARBITRUM:
- [1] [SushiSwap](https://app.sushi.com/en/swap)
- BSC_TEST:
Expand Down Expand Up @@ -139,7 +139,7 @@ ma.print_all_dex()
- [2] [JSwap](https://app.jswap.finance/)
- [3] [PandaSwap](https://app.pandaex.org/)
- MOONRIVER:
- [1] [Solarbeam](https://quickswap.exchange/)
- [1] [Solarbeam](https://app.solarbeam.io/exchange/swap)
- ARBITRUM:
- [1] [SushiSwap](https://app.sushi.com/en/swap)
- BSC_TEST:
Expand Down
2 changes: 1 addition & 1 deletion many_abis/chains/moonriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DEX = AttributeDict(
solarbeam=BaseDEX(
name='Solarbeam', router_address='0xAA30eF758139ae4a7f798112902Bf6d65612045f',
factory_address='0x049581aEB6Fe262727f290165C29BDAB065a1B68', website='https://quickswap.exchange/',
factory_address='0x049581aEB6Fe262727f290165C29BDAB065a1B68', website='https://app.solarbeam.io/exchange/swap',
)
)

Expand Down
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.1.0',
version='0.1.1',
license='MIT',
description='A simple way to get different DEXs abis for block chains.',
author='Yong',
Expand Down

0 comments on commit 3b9f4aa

Please sign in to comment.