Skip to content

Commit

Permalink
feat: update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Jul 4, 2024
1 parent 4606fe3 commit 02f10eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"jest": "^28.1.1",
"typescript": "^4.7.4"
},
"stableVersion": "0.1.7-4"
"stableVersion": "0.1.7-5"
}
2 changes: 1 addition & 1 deletion src/api-provider.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe("api-provider", () => {

const res = await firstValueFrom(
provider.connectFromChain(chains, {
karura: ["wss://karura-rpc.dwellir.com", "wss://karura.api.onfinality.io/public-ws", "wss://karura.polkawallet.io"],
karura: ["wss://karura-rpc.dwellir.com", "wss://karura.polkawallet.io"],
})
);

Expand Down

0 comments on commit 02f10eb

Please sign in to comment.