Skip to content

Commit

Permalink
add onramp type to view
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Apr 1, 2024
1 parent df222c6 commit 9fb0af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scaffold/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface ScaffoldOptions extends LibraryOptions {
}

export interface OpenOptions {
view: 'Account' | 'Connect' | 'Networks' | 'ApproveTransaction'
view: 'Account' | 'Connect' | 'Networks' | 'ApproveTransaction' | 'OnRampProviders'
}

// -- Client --------------------------------------------------------------------
Expand Down

0 comments on commit 9fb0af9

Please sign in to comment.