Skip to content

Commit

Permalink
sessions: arweave config reader
Browse files Browse the repository at this point in the history
  • Loading branch information
attente committed Jul 29, 2024
1 parent 6364749 commit 0c58444
Show file tree
Hide file tree
Showing 6 changed files with 1,092 additions and 264 deletions.
1 change: 1 addition & 0 deletions packages/sessions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"test:coverage": "nyc pnpm test"
},
"dependencies": {
"@0xsequence/abi": "workspace:*",
"@0xsequence/core": "workspace:*",
"@0xsequence/migration": "workspace:*",
"@0xsequence/replacer": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sessions/src/tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type ConfigDataDump = {
presignedTransactions: PresignedConfigLink[]
}

export abstract class ConfigTracker {
export interface ConfigTracker {
loadPresignedConfiguration: (args: {
wallet: string
fromImageHash: string
Expand Down
Loading

0 comments on commit 0c58444

Please sign in to comment.