Skip to content

Commit

Permalink
Merge branch 'develop' into feat/starknet-types
Browse files Browse the repository at this point in the history
  • Loading branch information
tabaktoni committed Apr 3, 2024
2 parents fae8def + 5e8b2e5 commit b2afe32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/core/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export type {
AddInvokeTransactionResult,
AddStarknetChainParameters,
RequestAccountsParameters,
StarknetChainId,
SwitchStarknetChainParameters,
GetDeploymentDataResult,
WatchAssetParameters,
Expand All @@ -31,10 +30,14 @@ export type {
AccountChangeEventHandler,
NetworkChangeEventHandler,
WalletEventHandlers,
Permission,
WalletEvents,
} from "starknet-types"

export { StarknetChainId, Permission } from "starknet-types"

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

export type {
DisconnectOptions,
GetStarknetOptions,
Expand Down

0 comments on commit b2afe32

Please sign in to comment.