Skip to content

Commit

Permalink
Merge pull request #129 from eco-stake/fix-injective-ledger-grant
Browse files Browse the repository at this point in the history
Fix Injective ledger grant
  • Loading branch information
tombeynon authored Jan 20, 2025
2 parents 377c84b + d6d0439 commit 73eadca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/messages/MsgGrant.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ export class MsgGrant extends MsgBase {
return this
}

toDirectSign(){
return {
type: this.typeUrl,
message: this.params,
}
}

toEip712Types(){
const amino = this.toAmino()
Expand Down

0 comments on commit 73eadca

Please sign in to comment.