Skip to content

Commit

Permalink
chore: exporting snap origins
Browse files Browse the repository at this point in the history
  • Loading branch information
dafuga committed Aug 23, 2024
1 parent a3bc32a commit 5bacde6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export type Request = (params: RequestArguments) => Promise<unknown | null>
export type GetSnapsResponse = Record<string, Snap>

export * from './metamask'
export * from './snaps'

export interface WalletPluginMetaMaskConfig {
snapOrigin?: string
Expand Down
4 changes: 4 additions & 0 deletions src/snaps.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export const snapOrigins = new Map([
['eos', 'local:http://localhost:8080'],
['jungle4', 'local:http://localhost:8080'],
])

0 comments on commit 5bacde6

Please sign in to comment.