Skip to content

Commit 155be4f

Browse files
committed
bumped smoldot version
1 parent 963922c commit 155be4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/authorize_and_store_papi_smoldot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function main() {
5757

5858
// Initialize Smoldot client
5959
const sd = smoldot.start({
60-
maxLogLevel: 4, // 0=off, 1=error, 2=warn, 3=info, 4=debug, 5=trace
60+
maxLogLevel: 5, // 0=off, 1=error, 2=warn, 3=info, 4=debug, 5=trace
6161
logCallback: (level, target, message) => {
6262
const levelNames = ['ERROR', 'WARN', 'INFO', 'DEBUG', 'TRACE'];
6363
const levelName = levelNames[level - 1] || 'UNKNOWN';

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"ipfs-http-client": "^60.0.1",
1818
"multiformats": "^13.4.1",
1919
"polkadot-api": "^1.20.6",
20-
"smoldot": "^2.0.39"
20+
"smoldot": "^2.0.40"
2121
},
2222
"devDependencies": {
2323
"@polkadot-api/cli": "^0.13.3"

0 commit comments

Comments
 (0)