Skip to content

Commit

Permalink
Support Leap Injective ledger signing
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Jan 18, 2025
1 parent 9fddf5e commit db66f97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/LeapSignerProvider.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export default class LeapSignerProvider extends SignerProvider {
}
}

signEIP712(...args){
return this.provider.experimentalSignEIP712CosmosTx_v0(...args)
}

available() {
return !!this.provider || isMobile()
}
Expand Down

0 comments on commit db66f97

Please sign in to comment.