Skip to content

Commit

Permalink
Merge pull request #223 from PhilippeR26/StarknetChainId-enum
Browse files Browse the repository at this point in the history
Improvements of core exports
  • Loading branch information
dhruvkelawala authored Apr 3, 2024
2 parents 6949149 + 924ba43 commit 5e8b2e5
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 5e8b2e5

Please sign in to comment.