You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
look, I really appreciate your work, top quality.
BUT
for Christ sake, make the standard way of how json are made.
it's nice you have CSVs, but developers rarely use CSVs.... moky
so the standard way to make a list with json is like this
you make a json array, the thing that starts with "[" and ends with "]"
inside it you put
jsonOBJECTS ...those that sit in {}
and inside them
the token address like this: "address" or "contract" or "token_address":"0x123..."
look, I really appreciate your work, top quality.
BUT
for Christ sake, make the standard way of how json are made.
it's nice you have CSVs, but developers rarely use CSVs.... moky
so the standard way to make a list with json is like this
inside it you put
jsonOBJECTS ...those that sit in {}
and inside them
the token address like this: "address" or "contract" or "token_address":"0x123..."
example
this way other developed don;t have to waste 20 min to reformat your json file.
since I'm a good guy I did the work.
Here it is
token_detail_dict.zip
PEACE!
The text was updated successfully, but these errors were encountered: