From 6a0cc6c49ddef02cfe68d2f1fb5089701147ddad Mon Sep 17 00:00:00 2001 From: Nick DeLuca Date: Fri, 16 Oct 2020 11:27:47 -0500 Subject: [PATCH] swagger: fix bep3 supply query typo (#694) --- swagger-ui/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger-ui/swagger.yaml b/swagger-ui/swagger.yaml index c7304a7b..9e57984e 100644 --- a/swagger-ui/swagger.yaml +++ b/swagger-ui/swagger.yaml @@ -1065,7 +1065,7 @@ $ref: '#/definitions/AtomicSwapResponse' 500: description: Server internal error - /bep3/suppy/{denom}: + /bep3/supply/{denom}: get: summary: Get the asset supply for the input denom tags: