Skip to content

Commit

Permalink
chore: fix bugs (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law authored Nov 9, 2023
1 parent ac3069d commit f5982b6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 2 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ genesis:
- amount: "10000"
denom: upokt
application:
params:
maxDelegatedGateways: 7
applicationList:
- address: pokt1mrqt5f7qh8uxs27cjm9t7v9e74a9vvdnq5jva4
delegatee_gateway_addresses: []
Expand Down
30 changes: 14 additions & 16 deletions docs/static/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46480,7 +46480,7 @@ paths:
service:
title: >-
The Service for which the application is
configured for
configured
type: object
properties:
id:
Expand Down Expand Up @@ -46660,9 +46660,7 @@ paths:
type: object
properties:
service:
title: >-
The Service for which the application is configured
for
title: The Service for which the application is configured
type: object
properties:
id:
Expand Down Expand Up @@ -47178,7 +47176,7 @@ paths:
service:
title: >-
The Service for which the application is
configured for
configured
type: object
properties:
id:
Expand Down Expand Up @@ -47245,7 +47243,7 @@ paths:
service:
title: >-
The Service for which the supplier is
configured for
configured
type: object
properties:
id:
Expand Down Expand Up @@ -76789,7 +76787,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the application is configured for
title: The Service for which the application is configured
type: object
properties:
id:
Expand Down Expand Up @@ -76873,7 +76871,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the application is configured for
title: The Service for which the application is configured
type: object
properties:
id:
Expand Down Expand Up @@ -76967,7 +76965,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the application is configured for
title: The Service for which the application is configured
type: object
properties:
id:
Expand Down Expand Up @@ -77018,7 +77016,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the application is configured for
title: The Service for which the application is configured
type: object
properties:
id:
Expand Down Expand Up @@ -77286,7 +77284,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the application is configured for
title: The Service for which the application is configured
type: object
properties:
id:
Expand Down Expand Up @@ -77350,7 +77348,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the supplier is configured for
title: The Service for which the supplier is configured
type: object
properties:
id:
Expand Down Expand Up @@ -77540,7 +77538,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the application is configured for
title: The Service for which the application is configured
type: object
properties:
id:
Expand Down Expand Up @@ -77602,7 +77600,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the supplier is configured for
title: The Service for which the supplier is configured
type: object
properties:
id:
Expand Down Expand Up @@ -77816,7 +77814,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the supplier is configured for
title: The Service for which the supplier is configured
type: object
properties:
id:
Expand Down Expand Up @@ -77945,7 +77943,7 @@ definitions:
type: object
properties:
service:
title: The Service for which the supplier is configured for
title: The Service for which the supplier is configured
type: object
properties:
id:
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
cosmossdk.io/math v1.0.1
github.com/cometbft/cometbft v0.37.2
github.com/cometbft/cometbft-db v0.8.0
github.com/cosmos/cosmos-proto v1.0.0-beta.2
github.com/cosmos/cosmos-sdk v0.47.3
github.com/cosmos/gogoproto v1.4.10
github.com/cosmos/ibc-go/v7 v7.1.0
Expand All @@ -28,6 +29,7 @@ require (
go.uber.org/multierr v1.11.0
golang.org/x/crypto v0.12.0
golang.org/x/sync v0.3.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
google.golang.org/grpc v1.56.1
gopkg.in/yaml.v2 v2.4.0
)
Expand Down Expand Up @@ -71,7 +73,6 @@ require (
github.com/containerd/cgroups v1.1.0 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/gogogateway v1.2.0 // indirect
github.com/cosmos/iavl v0.20.0 // indirect
Expand Down Expand Up @@ -267,7 +268,6 @@ require (
gonum.org/v1/gonum v0.11.0 // indirect
google.golang.org/api v0.122.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion localnet/poktrolld/config/client.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
###############################################################################

# The network chain ID
chain-id = "pocket"
chain-id = "poktroll"
# The keyring's backend, where the keys are stored (os|file|kwallet|pass|test|memory)
keyring-backend = "test"
# CLI output format (text|json)
Expand Down

0 comments on commit f5982b6

Please sign in to comment.