Skip to content

Commit

Permalink
Merge pull request #78 from Zondax/support-version
Browse files Browse the repository at this point in the history
support next version
  • Loading branch information
chcmedeiros authored Jan 10, 2025
2 parents d5484f2 + f5b7b4c commit 1e33c01
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 @@ -253,6 +253,7 @@ export default class FilecoinApp {
switch (this.versionResponse.major) {
case 0:
case 1:
case 2:
return signSendChunkv1(this, chunkIdx, chunkNum, chunk, ins);
default:
return {
Expand Down

0 comments on commit 1e33c01

Please sign in to comment.