File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 99 url : http://www.apache.org/licenses/LICENSE-2.0.html
1010servers :
1111 - url : https://api.market.iex.ec
12+ description : Bellecour
13+ - url : https://api.market.arbitrum-mainnet.iex.ec
14+ description : Arbitrum mainnet
1215 - url : http://localhost:3000
16+ description : Local server
1317
1418paths :
1519 /version :
@@ -891,8 +895,7 @@ components:
891895 description : chain id
892896 required : true
893897 schema :
894- type : number
895- example : 134
898+ $ref : ' #/components/schemas/ChainIdEnum'
896899 Authorization :
897900 name : authorization
898901 in : header
@@ -927,6 +930,10 @@ components:
927930 type : number
928931
929932 schemas :
933+ ChainIdEnum :
934+ type : number
935+ enum : [134, 42161, 421614]
936+ description : Supported chain IDs
930937 ApiResponse :
931938 properties :
932939 ok :
You can’t perform that action at this time.
0 commit comments