Adapt tree to take into account Flex

This commit is contained in:
Charles-Edouard de la Vergne
2024-04-09 14:05:13 +02:00
parent 5e661fd6d0
commit bfff5f1083
61 changed files with 15 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ class Network:
def get_network_glyph_name(net: Network) -> str:
return "stax_chain_%u_64px" % (net.chain_id)
return "chain_%u_64px" % (net.chain_id)
def get_header() -> str: