Skip to content

Commit

Permalink
support next version
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Jan 9, 2025
1 parent be90f15 commit 3f0e5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export default class FilecoinApp {
switch (this.versionResponse.major) {
case 0:
case 1:
case 2:
return serializePathv1(path);
default:
return {
Expand Down

0 comments on commit 3f0e5c9

Please sign in to comment.