Closed OlaStenberg closed 2 years ago
Should probably prefix CPP in trident.. Or we could do it whenever we add more pool types, would need to resync either way
The only thing that's different and needs changing now is this
Trident only sends amountIn and amountOut, while legacy have 0in 0out, 1in and 1out.. I guess we could figure out which one is in and out by amount or something, then go with trident schema.. Thoughts @matthewlilley?
Yeah, I think this changed because previously the UI would have to figure out which direction the tokens are going in & out, which I remember being super annoying.
Yeah, I think this changed because previously the UI would have to figure out which direction the tokens are going in & out, which I remember being super annoying.
Yup, this is better.
This will be display values most of the time, right? like the usage here: Keep it as BigDecimal? @matthewlilley
Yeah, I think this changed because previously the UI would have to figure out which direction the tokens are going in & out, which I remember being super annoying.
Yup, this is better.
This will be display values most of the time, right? like the usage here: Keep it as BigDecimal? @matthewlilley
Roger
The only thing that's different and needs changing now is this
Trident only sends amountIn and amountOut, while legacy have 0in 0out, 1in and 1out.. I guess we could figure out which one is in and out by amount or something, then go with trident schema.. Thoughts @matthewlilley?