@farcaster/frame-sdk 0.0.0-canary-20250512194707 → 0.0.0-canary-20250512195041

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/sdk.js CHANGED
@@ -103,11 +103,11 @@ export const sdk = {
103
103
  composeCast(options = {}) {
104
104
  return frameHost.composeCast(options);
105
105
  },
106
- },
107
- experimental: {
108
106
  viewToken: frameHost.viewToken.bind(frameHost),
109
107
  sendToken: frameHost.sendToken.bind(frameHost),
110
108
  swapToken: frameHost.swapToken.bind(frameHost),
109
+ },
110
+ experimental: {
111
111
  getSolanaProvider,
112
112
  },
113
113
  wallet: {