Skip to content

What's New

May 21, 2025 (0.0.49)

  • Introduced Wallet Standard integration for Solana wallets
  • Moved Solana provider to wallet.getSolanaProvider(). Will remain accessible at experimental.getSolanaProvider() for a couple versions

May 16, 2025 (0.0.45)

  • Added experimental support for Solana
  • Added optional requiredChains / requiredCapabilities parameters to manifest
  • Added getChains / getCapabilities SDK methods to detect host capabilities
  • Replaced wallet.ethProvider SDK getter with wallet.getEthereumProvider() method
  • Replaced actions.addFrame() SDK method with actions.addMiniApp() method

May 2, 2025 (0.0.38)

  • Added isInMiniApp function to reliably detect Mini App environments

April 30, 2025 (0.0.37)

April 22, 2025 (0.0.36)

April 16, 2025 (0.0.35)

  • Introduced new manifest metadata fields (see discussions/191)
  • Deprecated imageUrl and buttonTitle (see discussions/194)
  • Made url optional in actionLaunchFrameSchema - when not provided, it defaults to the current webpage URL (including query parameters) (see discussions/189)

April 6, 2024 (0.0.34)

  • Increased URL max length to 1024 characters