Skip to content

Commit 4923bc3

Browse files
wirednkodtomaka
andauthored
Bump @substrate/connect in rpc-provider to 0.7.4 (#4796)
* Bump @substrate/connect in rpc-provider to 0.7.4 * Add new optional param config in ScProvider's connect() where user can alter the log level * Satisfy linter * Update packages/rpc-provider/src/substrate-connect/ScProvider.ts Co-authored-by: Pierre Krieger <[email protected]> * Address PRs comments * Fix build error * remove config feature Co-authored-by: Pierre Krieger <[email protected]>
1 parent 47da005 commit 4923bc3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/rpc-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@polkadot/x-fetch": "^9.1.1",
3333
"@polkadot/x-global": "^9.1.1",
3434
"@polkadot/x-ws": "^9.1.1",
35-
"@substrate/connect": "0.7.3",
35+
"@substrate/connect": "0.7.4",
3636
"eventemitter3": "^4.0.7",
3737
"mock-socket": "^9.1.3",
3838
"nock": "^13.2.4"

packages/rpc-provider/src/substrate-connect/ScProvider.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const getFakeClient = () => {
155155
enum WellKnownChain {
156156
polkadot = 'polkadot',
157157
ksmcc3 = 'ksmcc3',
158-
rococo_v2_1 = 'rococo_v2_1',
158+
rococo_v2_2 = 'rococo_v2_2',
159159
westend2 = 'westend2'
160160
}
161161

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,7 +2182,7 @@ __metadata:
21822182
"@polkadot/x-fetch": ^9.1.1
21832183
"@polkadot/x-global": ^9.1.1
21842184
"@polkadot/x-ws": ^9.1.1
2185-
"@substrate/connect": 0.7.3
2185+
"@substrate/connect": 0.7.4
21862186
eventemitter3: ^4.0.7
21872187
mock-socket: ^9.1.3
21882188
nock: ^13.2.4
@@ -2574,14 +2574,14 @@ __metadata:
25742574
languageName: node
25752575
linkType: hard
25762576

2577-
"@substrate/connect@npm:0.7.3":
2578-
version: 0.7.3
2579-
resolution: "@substrate/connect@npm:0.7.3"
2577+
"@substrate/connect@npm:0.7.4":
2578+
version: 0.7.4
2579+
resolution: "@substrate/connect@npm:0.7.4"
25802580
dependencies:
25812581
"@substrate/connect-extension-protocol": ^1.0.0
25822582
"@substrate/smoldot-light": 0.6.15
25832583
eventemitter3: ^4.0.7
2584-
checksum: 7240ecdac22fb0c0b0091a115ae555e3a222975a32ae6be8ca0fc68e389dd7ce04eb59ebf68757829ad1cc3715bcc8992cadb20e752a4d59c1c468df7f75847c
2584+
checksum: 8f659e9ef7d1d714dfc6dc228b70c0170b5d217778dd302b6189da2f414b1df18a22e3eed938020ed2f938c12f39e8e5b78308759392df876efd9a7d0ef3d1bb
25852585
languageName: node
25862586
linkType: hard
25872587

0 commit comments

Comments
 (0)