Skip to content

Commit 5df7dcf

Browse files
r0wdy1EvgenKorAllFi
authored
Fix RPC switching [2nd iteration] (#187) (#188)
* Fix RPC switching [2nd iteration] (#187) * RPCs switching scheme improvements * removing beta suffix * Update src/networks/evm/index.ts Co-authored-by: Alexander Filippov <[email protected]> * fixes typos --------- Co-authored-by: EvgenKor <[email protected]> Co-authored-by: Alexander Filippov <[email protected]>
1 parent 5ebd9e4 commit 5df7dcf

File tree

6 files changed

+108
-100
lines changed

6 files changed

+108
-100
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zkbob-client-js",
3-
"version": "5.5.1",
3+
"version": "5.5.2",
44
"description": "zkBob integration library",
55
"repository": "[email protected]:zkBob/libzkbob-client-js.git",
66
"author": "Dmitry Vdovin <[email protected]>",

Diff for: src/client-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export class ZkBobProvider {
192192
return Object.keys(this.pools);
193193
}
194194

195-
// swithing to the another pool
195+
// switching to the another pool
196196
public switchToPool(poolAlias: string) {
197197
if (!this.pools[poolAlias]) {
198198
throw new InternalError(`Cannot activate unknown pool ${poolAlias}`);

0 commit comments

Comments
 (0)