Skip to content

Commit

Permalink
feat: update nois rpc endpoint (#21)
Browse files Browse the repository at this point in the history
* feat: update nois rpc endpoint

* feat: add timeout 10m
  • Loading branch information
jlehtimaki authored Oct 20, 2023
1 parent 2668a6b commit 25bb04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go_version_file: go.mod
tool_name: GolangCI Lint
golangci_lint_flags: --config=.golangci.yaml
golangci_lint_flags: --config=.golangci.yaml --timeout=10m
fail_on_error: true
run-tests:
name: Tests
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ rpc:
url: https://noble-rpc.polkachu.com:443
- chainName: nois
chainId: nois-1
url: https://nois-rpc.polkachu.com:443
url: https://rpc.cosmos.directory/nois:443
- chainName: osmosistestnet
chainId: osmo-test-5
url: https://rpc.osmotest5.osmosis.zone:443
Expand Down

0 comments on commit 25bb04f

Please sign in to comment.