1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-15 17:12:04 +00:00

Updated coin support for FW 1.6.2/2.0.7

This commit is contained in:
slush 2018-06-25 20:20:28 +02:00
parent 0463a2adf2
commit b3276879db
2 changed files with 894 additions and 841 deletions

File diff suppressed because it is too large Load Diff

View File

@ -126,8 +126,8 @@ def update_coins(details):
def update_erc20(details):
networks = [x[0] for x in ethereum_tokens_gen.networks]
LATEST_T1 = 'https://raw.githubusercontent.com/trezor/trezor-mcu/v1.6.1/firmware/ethereum_tokens.c'
LATEST_T2 = 'https://raw.githubusercontent.com/trezor/trezor-core/v2.0.6/src/apps/ethereum/tokens.py'
LATEST_T1 = 'https://raw.githubusercontent.com/trezor/trezor-mcu/v1.6.2/firmware/ethereum_tokens.c'
LATEST_T2 = 'https://raw.githubusercontent.com/trezor/trezor-core/v2.0.7/src/apps/ethereum/tokens.py'
tokens = ethereum_tokens_gen.get_tokens()
tokens_t1 = requests.get(LATEST_T1).text