File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 8080 Entity : "auth" ,
8181 Action : "read" ,
8282 }},
83+ "/looprpc.SwapClient/SuggestSwaps" : {{
84+ Entity : "suggestions" ,
85+ Action : "read" ,
86+ }},
87+ "/looprpc.SwapClient/GetLiquidityParams" : {{
88+ Entity : "suggestions" ,
89+ Action : "read" ,
90+ }},
91+ "/looprpc.SwapClient/SetLiquidityParams" : {{
92+ Entity : "suggestions" ,
93+ Action : "write" ,
94+ }},
8395 }
8496
8597 // allPermissions is the list of all existing permissions that exist
@@ -104,6 +116,12 @@ var (
104116 }, {
105117 Entity : "auth" ,
106118 Action : "read" ,
119+ }, {
120+ Entity : "suggestions" ,
121+ Action : "read" ,
122+ }, {
123+ Entity : "suggestions" ,
124+ Action : "write" ,
107125 }}
108126
109127 // macDbDefaultPw is the default encryption password used to encrypt the
You can’t perform that action at this time.
0 commit comments