Skip to content

Commit

Permalink
updated token lists
Browse files Browse the repository at this point in the history
  • Loading branch information
v1nvn committed Jun 15, 2023
1 parent bcb28cc commit 11f7679
Show file tree
Hide file tree
Showing 9 changed files with 17,750 additions and 571 deletions.
23 changes: 18 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,27 @@
"python.languageServer": "Pylance",
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticMode": "workspace",
"autopep8.args": ["--max-line-length", "120"],
"ruff.args": ["--ignore", "E501", "--ignore", "F841"],
"autopep8.args": [
"--max-line-length",
"120"
],
"ruff.args": [
"--ignore",
"E501",
"--ignore",
"F841"
],
"python.linting.pylintEnabled": true,
"python.linting.lintOnSave": true,
"python.linting.enabled": true,
"python.linting.pylintArgs": [],
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "test_*.py"],
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"cSpell.words": [
Expand All @@ -25,7 +39,6 @@
"autocommit",
"autodoc",
"autosummary",
"avalenche",
"AVAX",
"AVINOC",
"Axie",
Expand Down Expand Up @@ -158,4 +171,4 @@
"ZEPPELINOS",
"Zora"
]
}
}
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
History
-------
0.8.117 [2023-06-15]
* chore: update token list

0.8.116 [2023-06-11]
* feat: support polygon ledger

Expand Down
2 changes: 1 addition & 1 deletion credmark/cmf/types/data/fungible_token_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# All address in the field shall be checksum address

from credmark.cmf.types.data.fungible_token_data_arbitrum_one import ARBITRUM_ONE_TOKENS
from credmark.cmf.types.data.fungible_token_data_avalenche import AVALANCHE_TOKENS
from credmark.cmf.types.data.fungible_token_data_avalanche import AVALANCHE_TOKENS
from credmark.cmf.types.data.fungible_token_data_bsc import BSC_TOKENS
from credmark.cmf.types.data.fungible_token_data_fantom import FANTOM_TOKENS
from credmark.cmf.types.data.fungible_token_data_mainnet import MAINNET_TOKENS
Expand Down
Loading

0 comments on commit 11f7679

Please sign in to comment.