Skip to content

Commit

Permalink
chore: update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Nov 1, 2023
1 parent fa0af83 commit b7c9603
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions swagger/static/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22061,6 +22061,22 @@ paths:
value:
type: string
format: byte
parameters:
- name: claim_src_chain
description: |-
ClaimSrcChain defines the src chain of a claim.

- CLAIM_SRC_CHAIN_UNSPECIFIED: CLAIM_SRC_CHAIN_UNSPECIFIED
- CLAIM_SRC_CHAIN_BSC: CLAIM_SRC_CHAIN_BSC defines BSC source chain
- CLAIM_SRC_CHAIN_OP_BNB: CLAIM_SRC_CHAIN_OP_BNB defines OPBNB source chain
in: query
required: false
type: string
enum:
- CLAIM_SRC_CHAIN_UNSPECIFIED
- CLAIM_SRC_CHAIN_BSC
- CLAIM_SRC_CHAIN_OP_BNB
default: CLAIM_SRC_CHAIN_UNSPECIFIED
tags:
- Query
/cosmos/oracle/v1/params:
Expand Down Expand Up @@ -48081,6 +48097,18 @@ definitions:
format: uint64
title: expected blocks per year
description: QueryParamsResponse is the response type for the Query/Params RPC method.
cosmos.oracle.v1.ClaimSrcChain:
type: string
enum:
- CLAIM_SRC_CHAIN_UNSPECIFIED
- CLAIM_SRC_CHAIN_BSC
- CLAIM_SRC_CHAIN_OP_BNB
default: CLAIM_SRC_CHAIN_UNSPECIFIED
description: |-
- CLAIM_SRC_CHAIN_UNSPECIFIED: CLAIM_SRC_CHAIN_UNSPECIFIED
- CLAIM_SRC_CHAIN_BSC: CLAIM_SRC_CHAIN_BSC defines BSC source chain
- CLAIM_SRC_CHAIN_OP_BNB: CLAIM_SRC_CHAIN_OP_BNB defines OPBNB source chain
title: ClaimSrcChain defines the src chain of a claim
cosmos.oracle.v1.Params:
type: object
properties:
Expand Down

0 comments on commit b7c9603

Please sign in to comment.