Skip to content

Commit

Permalink
update eip712 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBorst committed Aug 1, 2023
1 parent 2da3e28 commit 05203c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eip712/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ EIP712 transactions creator.

# Installation

- `yarn add @althea-net/altheajs`
- `yarn add @althea-net/eip712`

# Example

Expand All @@ -18,7 +18,7 @@ import {
generateTypes,
createMsgSend,
MSG_SEND_TYPES,
} from '@althea-net/altheajs/packages/eip712'
} from '@althea-net/eip712'

let fee = generateFee(
'20',
Expand Down

0 comments on commit 05203c6

Please sign in to comment.