Skip to content

Commit

Permalink
Merge branch 'main' into fix/solana-qa-round
Browse files Browse the repository at this point in the history
  • Loading branch information
zoruka authored Aug 16, 2024
2 parents 8aa5904 + 27b4a3d commit 29b4fca
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions packages/siwe/exports/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import type {
SIWEConfig,
SIWESession,
SIWECreateMessageArgs,
SIWEVerifyMessageArgs,
SIWEClientMethods
} from '../core/utils/TypeUtils.js'
import type { SIWEConfig } from '../core/utils/TypeUtils.js'
import { Web3ModalSIWEClient } from '../src/client.js'
export {
getAddressFromMessage,
Expand All @@ -13,15 +7,9 @@ export {
} from '../core/helpers/index.js'
export { formatMessage, getDidChainId, getDidAddress } from '@walletconnect/utils'
export { SIWEController, type SIWEControllerClient } from '../core/controller/SIWEController.js'
export * from '../core/utils/TypeUtils.js'

export type {
Web3ModalSIWEClient,
SIWEConfig,
SIWESession,
SIWECreateMessageArgs,
SIWEVerifyMessageArgs,
SIWEClientMethods
}
export type { Web3ModalSIWEClient }

export function createSIWEConfig(siweConfig: SIWEConfig) {
return new Web3ModalSIWEClient(siweConfig)
Expand Down

0 comments on commit 29b4fca

Please sign in to comment.