Skip to content

Dexbot3#2

Open
vvs-py wants to merge 9 commits intodevelopfrom
dexbot3
Open

Dexbot3#2
vvs-py wants to merge 9 commits intodevelopfrom
dexbot3

Conversation

@vvs-py
Copy link
Copy Markdown

@vvs-py vvs-py commented Nov 1, 2022

update of exceptions

@MigAlexSmartarbitrage MigAlexSmartarbitrage changed the base branch from master to develop November 1, 2022 13:55
sys.path.append('/opt/dexbot3/src/')
sys.path.append('/opt/dexbot3/src/dexilon-python-sdk')
except:
print("path not exist")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А зачем этот кусок?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это кусок надо переписать, это локальный патч на случай копирования библиотеки локально в пути. В тестах это не критично, это я проверял аутентификацию

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

давай удалим из codebase?

if __name__ == "__main__":
t1 = TestAuthentication()
t1.setup()
t1.test_should_get_cosmos_address_mapping_successfully() No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

и зачем нам здесь main?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

это тоже не надо, это патч на скорую руку когда не проходила аутентификацию. Не нужен

TEST_METAMASK_ADDRESS = '0x201d980aeD5C04a7e75860cFE29CeD9b5da05A08'
TEST_PRIVATE_KEY = '87d25c8ade8c4bb32be098bb35cd594fd1c0511c4423bf36f006f4ecd27f017c'
# TEST_METAMASK_ADDRESS = '0x201d980aeD5C04a7e75860cFE29CeD9b5da05A08'
# TEST_PRIVATE_KEY = '87d25c8ade8c4bb32be098bb35cd594fd1c0511c4423bf36f006f4ecd27f017c'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

давай удалим это?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

да, удаляем

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants