Skip to content

Commit

Permalink
Merge pull request #31 from argentlabs/develop
Browse files Browse the repository at this point in the history
release 6.7.10
  • Loading branch information
bluecco authored Oct 16, 2024
2 parents 0024d84 + 9844e4b commit e5c034b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@argent/x-sessions",
"version": "6.7.9",
"version": "6.7.10",
"private": false,
"description": "Manage sessions for Argent X wallets",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/sessionTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export type MetadataTxFee = {
export type SessionMetadata = {
projectID: string
txFees: MetadataTxFee[]
projectSignature: Signature
projectSignature?: Signature
}

export type SessionParams = {
Expand Down

0 comments on commit e5c034b

Please sign in to comment.