Skip to content

Commit 25bb04f

Browse files
authored
feat: update nois rpc endpoint (#21)
* feat: update nois rpc endpoint * feat: add timeout 10m
1 parent 2668a6b commit 25bb04f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go_version_file: go.mod
2020
tool_name: GolangCI Lint
21-
golangci_lint_flags: --config=.golangci.yaml
21+
golangci_lint_flags: --config=.golangci.yaml --timeout=10m
2222
fail_on_error: true
2323
run-tests:
2424
name: Tests

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rpc:
3535
url: https://noble-rpc.polkachu.com:443
3636
- chainName: nois
3737
chainId: nois-1
38-
url: https://nois-rpc.polkachu.com:443
38+
url: https://rpc.cosmos.directory/nois:443
3939
- chainName: osmosistestnet
4040
chainId: osmo-test-5
4141
url: https://rpc.osmotest5.osmosis.zone:443

0 commit comments

Comments
 (0)