Skip to content

Commit

Permalink
update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Apr 29, 2024
1 parent 43993f0 commit 41afd87
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/docs/statik/statik.go

Large diffs are not rendered by default.

35 changes: 34 additions & 1 deletion client/docs/swagger-ui/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36359,6 +36359,7 @@ paths:
- Query
/opinit/opchild/v1/bridge_info:
get:
summary: BridgeInfo queries the bridge information.
operationId: BridgeInfo
responses:
'200':
Expand All @@ -36379,6 +36380,17 @@ paths:
bridge_addr:
type: string
description: bridge_addr is the address of the bridge on l1.
l1_chain_id:
type: string
description: l1_chain_id is the chain id of the l1 chain.
l1_client_id:
type: string
description: >-
l1_client_id is the IBC client ID, which is allocated for
l1 chain, in l2 chain state.

This is used to verify the validator set in oracle update
messages.
bridge_config:
description: bridge_config is the configuration of the bridge.
type: object
Expand Down Expand Up @@ -62162,6 +62174,16 @@ definitions:
bridge_addr:
type: string
description: bridge_addr is the address of the bridge on l1.
l1_chain_id:
type: string
description: l1_chain_id is the chain id of the l1 chain.
l1_client_id:
type: string
description: >-
l1_client_id is the IBC client ID, which is allocated for l1 chain, in
l2 chain state.

This is used to verify the validator set in oracle update messages.
bridge_config:
description: bridge_config is the configuration of the bridge.
type: object
Expand Down Expand Up @@ -62249,7 +62271,7 @@ definitions:
items:
type: string
description: the list of addresses that are allowed to pay zero fee.
description: Params defines the set of move parameters.
description: Params defines the set of opchild parameters.
opinit.opchild.v1.QueryBridgeInfoResponse:
type: object
properties:
Expand All @@ -62266,6 +62288,17 @@ definitions:
bridge_addr:
type: string
description: bridge_addr is the address of the bridge on l1.
l1_chain_id:
type: string
description: l1_chain_id is the chain id of the l1 chain.
l1_client_id:
type: string
description: >-
l1_client_id is the IBC client ID, which is allocated for l1
chain, in l2 chain state.

This is used to verify the validator set in oracle update
messages.
bridge_config:
description: bridge_config is the configuration of the bridge.
type: object
Expand Down
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ github.com/initia-labs/iavl v0.0.0-20240415085037-7e81233cdd9e h1:1gkMWkAgVhYFhE
github.com/initia-labs/iavl v0.0.0-20240415085037-7e81233cdd9e/go.mod h1:jLeUvm6bGT1YutCaL2fIar/8vGUE8cPZvh/gXEWDaDM=
github.com/initia-labs/ibc-go/v8 v8.0.0-20240419124350-4275a05abe2c h1:FDwh5zZbm9v7C37ni4FytQQ9Os5XxYp1px5U7Nqdu2Y=
github.com/initia-labs/ibc-go/v8 v8.0.0-20240419124350-4275a05abe2c/go.mod h1:wj3qx75iC/XNnsMqbPDCIGs0G6Y3E/lo3bdqCyoCy+8=
github.com/initia-labs/initia v0.2.6 h1:+aMPlwwwYXdTylvTgmbhUKSXkq/k81hgkKooj8KWpw4=
github.com/initia-labs/initia v0.2.6 h1:WPXGgpmZA6zRJa2LlptnuC5KZSRSd2VG8c6H76l6NhE=
github.com/initia-labs/initia v0.2.6/go.mod h1:PFWX4I983j462shp3a1lLRheBiIfZrRoF/MQI/CsL9o=
github.com/initia-labs/movevm v0.2.7 h1:6UM35Cp6XQ1LgM7gnaSYouc7osSwxSQJsZgQdpXnBM4=
github.com/initia-labs/movevm v0.2.7/go.mod h1:6MxR4GP5zH3JUc1IMgfqAe1e483mZVS7fshPknZPJ30=
Expand Down

0 comments on commit 41afd87

Please sign in to comment.