Closed brianleect closed 2 years ago
Change combinedLabels.json to
{'nameTag':NAME,'labels':[LABEL1,LABEL2,LABEL3]}
Main mistake made initially was thinking there was multiple nameTags for same address. This results in unnecessary repetition.
Example: ["Paradex (0x-ecosystem)", "Paradex (dex)"] -> nametag:"Paradex", labels:[0x-ecosystem,dex]
Restructured.
Change combinedLabels.json to
{'nameTag':NAME,'labels':[LABEL1,LABEL2,LABEL3]}
Main mistake made initially was thinking there was multiple nameTags for same address. This results in unnecessary repetition.
Example: ["Paradex (0x-ecosystem)", "Paradex (dex)"] -> nametag:"Paradex", labels:[0x-ecosystem,dex]