chore(common): update coin support status

release/22.01 legacy/v1.10.5
Martin Milata 2 years ago
parent c0dbcf37e4
commit 3f12742669

@ -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",

@ -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,

Loading…
Cancel
Save