From 7661fff1c3c19b1becc99ae60d46fdfb4d4e9b2d Mon Sep 17 00:00:00 2001 From: Manuel Guerra <57271488+manuwarfare@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:52:49 -0400 Subject: [PATCH 1/2] Update ethereum_tokens.py --- keepkeylib/eth/ethereum_tokens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepkeylib/eth/ethereum_tokens.py b/keepkeylib/eth/ethereum_tokens.py index 282eb83e..9160b1ab 100644 --- a/keepkeylib/eth/ethereum_tokens.py +++ b/keepkeylib/eth/ethereum_tokens.py @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 from __future__ import print_function import json From 131e3e41b8c46f00b95112d0eef151257cc04139 Mon Sep 17 00:00:00 2001 From: Manuel Guerra <57271488+manuwarfare@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:53:21 -0400 Subject: [PATCH 2/2] Update uniswap_tokens.py --- keepkeylib/eth/uniswap_tokens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepkeylib/eth/uniswap_tokens.py b/keepkeylib/eth/uniswap_tokens.py index 599de565..72f8f97a 100644 --- a/keepkeylib/eth/uniswap_tokens.py +++ b/keepkeylib/eth/uniswap_tokens.py @@ -1,4 +1,4 @@ -#!/bin/env python3 +#!/usr/bin/env python3 from __future__ import print_function import json