Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync tokens #10

Merged
merged 30 commits into from
Aug 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
85d1f35
add networks common script
VitaliyShulik Aug 11, 2021
265497e
prepare tokenInfo
VitaliyShulik Aug 11, 2021
564f2ed
add saveLogo method and logos ability have multiple extensions
VitaliyShulik Aug 11, 2021
2483ef7
change logo relative path and add getAbsolutePath method
VitaliyShulik Aug 11, 2021
359609a
add save external Logo and tokenInfo
VitaliyShulik Aug 11, 2021
f8bfc76
fix some save error
VitaliyShulik Aug 11, 2021
1f5485a
add generating tokens
VitaliyShulik Aug 11, 2021
756d258
add pretty-print save json file
VitaliyShulik Aug 11, 2021
d0e1fa9
fix sync tokens
VitaliyShulik Aug 11, 2021
fec7790
sync bsc tokens
VitaliyShulik Aug 11, 2021
ef818cf
add getExternalTokensList method
VitaliyShulik Aug 12, 2021
6c08b9d
add externalTokensLists constants
VitaliyShulik Aug 12, 2021
ab1a0fa
remove unused ignores
VitaliyShulik Aug 12, 2021
983da9b
add writeToFileWithUpdate and diffTokenlist methods
VitaliyShulik Aug 12, 2021
5d22e15
refactoring sync uniqExternalTokens
VitaliyShulik Aug 13, 2021
cda3239
clear naming
VitaliyShulik Aug 13, 2021
9c2f223
split entrypoints scripts
VitaliyShulik Aug 13, 2021
6c054b0
sync names and chainIds
VitaliyShulik Aug 13, 2021
5cb2f61
fetching listName in sequence and add date to diffs file
VitaliyShulik Aug 13, 2021
7b10d8f
prepare networksWithTokensIDs for syncTokensByNetwork
VitaliyShulik Aug 13, 2021
602bd7c
add logic for add uniq external tokens to networks folder
VitaliyShulik Aug 14, 2021
620f940
fix error
VitaliyShulik Aug 14, 2021
93233bb
change tokenslists order link and change pancakeswap link
VitaliyShulik Aug 14, 2021
3acf251
update addresses toLowerCase
VitaliyShulik Aug 14, 2021
a3030ed
update tokens
VitaliyShulik Aug 14, 2021
439bfe9
refactoring updateTokens
VitaliyShulik Aug 14, 2021
029a25b
sync-eth-tokens
VitaliyShulik Aug 14, 2021
a4f51dc
refactorign updateTokens
VitaliyShulik Aug 17, 2021
bece457
Merge branch 'main' into sync-tokens
VitaliyShulik Aug 17, 2021
691fbaa
sync bsc tokens
VitaliyShulik Aug 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
36 changes: 0 additions & 36 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,2 @@
venv/
.env
.secrets/
migrations/
node_modules/
package-lock.json

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
Loading