Skip to content

Commit

Permalink
fix: improvements of core exports
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeR26 committed Mar 26, 2024
1 parent 6949149 commit 924ba43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/core/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export type {
AddInvokeTransactionResult,
AddStarknetChainParameters,
RequestAccountsParameters,
StarknetChainId,
SwitchStarknetChainParameters,
GetDeploymentDataResult,
WatchAssetParameters,
Expand All @@ -39,7 +38,10 @@ export type {
WalletEventHandlers,
} from "./walletEvents"

export { Permission } from "./rpcMessage"
export { StarknetChainId, Permission } from "./rpcMessage"

export { scanObjectForWallets } from "./wallet/scan"
export { isWalletObj } from "./wallet/isWalletObject"

export type {
DisconnectOptions,
Expand Down

0 comments on commit 924ba43

Please sign in to comment.