mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-07-24 23:48:13 +00:00
ethereum_tokens: Store ipfs_hash used for generating the list
This commit is contained in:
parent
ddc7918c83
commit
11e7af3a39
@ -50,6 +50,7 @@ def generate_c(ipfs_hash):
|
|||||||
|
|
||||||
|
|
||||||
def generate_python(ipfs_hash):
|
def generate_python(ipfs_hash):
|
||||||
|
print('ipfs_hash = "%s"' % ipfs_hash)
|
||||||
print('tokens = [')
|
print('tokens = [')
|
||||||
for s, i in networks:
|
for s, i in networks:
|
||||||
print_tokens(ipfs_hash, s, i, python=True)
|
print_tokens(ipfs_hash, s, i, python=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user