File tree 2 files changed +4
-0
lines changed 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 28
28
get : " /v1/loop/info"
29
29
- selector : looprpc.SwapClient.GetL402Tokens
30
30
get : " /v1/l402/tokens"
31
+ additional_bindings :
32
+ - get : " /v1/lsat/tokens"
31
33
- selector : looprpc.SwapClient.GetLiquidityParams
32
34
get : " /v1/liquidity/params"
33
35
- selector : looprpc.SwapClient.SetLiquidityParams
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ encouraged to change the options to new names if they have been changed locally.
26
26
The path in looprpc "/v1/lsat/tokens" was renamed to "/v1/l402/tokens" and
27
27
the corresponding method was renamed from ` GetLsatTokens ` to ` GetL402Tokens ` .
28
28
Update ` loop ` and ` loopd ` simultaneously otherwise this RPC won't work.
29
+ HTTP endpoint "/v1/l402/tokens" is now an additional binding for API
30
+ "/v1/lsat/tokens", so it still works.
29
31
30
32
#### Bug Fixes
31
33
You can’t perform that action at this time.
0 commit comments