-
Quick question about Json. My token array contains addresses. I wanna build routes with these addresses. Is there a way to sum them up the token addresses from the previous array into the new array, or do I have to put everything in manually? Do I have to perhaps do via Js? This is my json file:
I'm already trying some stuff out in the routes section. The routes contain the addresses of 2 exchanges, 1 base asset and then they should contain 1 token of the tokens array. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Do you mean having the data inside |
Beta Was this translation helpful? Give feedback.
-
You took over my contract in the case of if not been active and I don’t know if you have idea of that |
Beta Was this translation helpful? Give feedback.
-
I have access of the contract token and I have been seeing you working on my contract without minding present .contact me if you want to discuss. |
Beta Was this translation helpful? Give feedback.
Do you mean having the data inside
tokens
object inside a new array? Would appreciate further clarification.