@@ -1,5 +1,5 @@
###
-POST http://localhost:8088/swappath/findLevel2PathByLpAddress
+POST {{ baseUrl }}/swappath/findLevel2PathByLpAddress
Content-Type: application/x-www-form-urlencoded
lp_address=0x397FF1542f962076d0BFE58eA045FfA2d347ACa0×tamp=12345&auth=338209cfc53e9db6d344073335e47cf0
@@ -0,0 +1,8 @@
+{
+ "dev": {
+ "baseUrl": "http://localhost:8088"
+ },
+ "pro": {
+ "baseUrl": "http://www.410eth.com:8088"
+ }
+}