export enum SdkError {
  PuzzleWalletNotDetected = 'Puzzle Wallet not detected!',
  NotConnected = 'dApp not connected to Puzzle Wallet. Call connect first!',
}
