diff --git a/common/defs/support.json b/common/defs/support.json index e332cb121..3cf4cd9ec 100644 --- a/common/defs/support.json +++ b/common/defs/support.json @@ -2156,7 +2156,6 @@ "eth:TCLO": "1.9.4", "eth:TETC": "1.9.4", "eth:TFI": "1.9.5", - "eth:TFUEL:361": "1.10.3", "eth:TLOS:40": "1.10.3", "eth:TOMO": "1.9.4", "eth:TOYS": "1.9.5", @@ -2503,6 +2502,7 @@ "eth:QKC:110008": "exclude testnet", "eth:SYS": "duplicate key", "eth:TCRO": "(AUTO) exclude testnet", + "eth:TFUEL:361": "incompatible", "eth:TFUEL:363": "(AUTO) exclude testnet", "eth:TFUEL:364": "(AUTO) exclude testnet", "eth:TFUEL:365": "(AUTO) exclude testnet", @@ -4638,7 +4638,6 @@ "eth:TCLO": "2.3.5", "eth:TETC": "2.3.5", "eth:TFI": "2.3.7", - "eth:TFUEL:361": "2.4.2", "eth:TLOS:40": "2.4.2", "eth:TOMO": "2.3.5", "eth:TOYS": "2.3.7", @@ -4993,6 +4992,7 @@ "eth:QKC:110008": "exclude testnet", "eth:SYS": "duplicate key", "eth:TCRO": "(AUTO) exclude testnet", + "eth:TFUEL:361": "incompatible", "eth:TFUEL:363": "(AUTO) exclude testnet", "eth:TFUEL:364": "(AUTO) exclude testnet", "eth:TFUEL:365": "(AUTO) exclude testnet", diff --git a/core/src/apps/ethereum/networks.py b/core/src/apps/ethereum/networks.py index db974f38c..e9010ae7d 100644 --- a/core/src/apps/ethereum/networks.py +++ b/core/src/apps/ethereum/networks.py @@ -618,13 +618,6 @@ def _networks_iterator() -> Iterator[NetworkInfo]: name="Shiden", rskip60=False, ) - yield NetworkInfo( - chain_id=361, - slip44=60, - shortcut="TFUEL", - name="Theta", - rskip60=False, - ) yield NetworkInfo( chain_id=369, slip44=60,