We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2668a6b commit 25bb04fCopy full SHA for 25bb04f
.github/workflows/pr-validation.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
go_version_file: go.mod
20
tool_name: GolangCI Lint
21
- golangci_lint_flags: --config=.golangci.yaml
+ golangci_lint_flags: --config=.golangci.yaml --timeout=10m
22
fail_on_error: true
23
run-tests:
24
name: Tests
config.yaml
@@ -35,7 +35,7 @@ rpc:
35
url: https://noble-rpc.polkachu.com:443
36
- chainName: nois
37
chainId: nois-1
38
- url: https://nois-rpc.polkachu.com:443
+ url: https://rpc.cosmos.directory/nois:443
39
- chainName: osmosistestnet
40
chainId: osmo-test-5
41
url: https://rpc.osmotest5.osmosis.zone:443
0 commit comments