Skip to content

Commit

Permalink
hotfix for BSC and Mumbai outbound issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Sep 5, 2023
1 parent 473a9ed commit 4622a53
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 194 deletions.
6 changes: 3 additions & 3 deletions docs/openapi/openapi.swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27121,7 +27121,7 @@ paths:
format: uint64
tags:
- Query
/zeta-chain/crosschain/outTxTrackerByChain: |
/zeta-chain/crosschain/outTxTrackerByChain/{chain}: |
get:
operationId: Query_OutTxTrackerAllByChain
responses:
Expand All @@ -27135,8 +27135,8 @@ paths:
$ref: '#/definitions/googlerpcStatus'
parameters:
- name: chain
in: query
required: false
in: path
required: true
type: string
format: int64
- name: pagination.key
Expand Down
2 changes: 1 addition & 1 deletion proto/crosschain/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ service Query {
}

rpc OutTxTrackerAllByChain(QueryAllOutTxTrackerByChainRequest) returns (QueryAllOutTxTrackerByChainResponse) {
option (google.api.http).get = "/zeta-chain/crosschain/outTxTrackerByChain";
option (google.api.http).get = "/zeta-chain/crosschain/outTxTrackerByChain/{chain}";
}

// Queries a InTxHashToCctx by index.
Expand Down
Loading

0 comments on commit 4622a53

Please sign in to comment.