Skip to content

Commit

Permalink
Merge pull request #29 from argentlabs/develop
Browse files Browse the repository at this point in the history
Release 6.7.9
  • Loading branch information
bluecco authored Oct 15, 2024
2 parents 2f85193 + f7f7308 commit 0024d84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export type MetadataTxFee = {
export type SessionMetadata = {
projectID: string
txFees: MetadataTxFee[]
projectSignature?: Signature
}

type SessionParams = {
Expand Down
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.8",
"version": "6.7.9",
"private": false,
"description": "Manage sessions for Argent X wallets",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions src/sessionTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
CairoCustomEnum,
Calldata,
ProviderInterface,
Signature,
constants,
} from "starknet"

Expand Down Expand Up @@ -56,6 +57,7 @@ export type MetadataTxFee = {
export type SessionMetadata = {
projectID: string
txFees: MetadataTxFee[]
projectSignature: Signature
}

export type SessionParams = {
Expand Down

0 comments on commit 0024d84

Please sign in to comment.