@tonconnect/sdk 3.3.0 → 3.3.1-beta.0

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.
@@ -982,7 +982,7 @@ export declare interface TonConnectOptions {
982
982
  eventDispatcher?: EventDispatcher<SdkActionEvent>;
983
983
  /**
984
984
  * Redefine wallets list source URL. Must be a link to a json file with [following structure]{@link https://github.com/ton-connect/wallets-list}
985
- * @default https://raw.githubusercontent.com/ton-connect/wallets-list/main/wallets.json
985
+ * @default https://config.ton.org/wallets-v2.json
986
986
  * @
987
987
  */
988
988
  walletsListSource?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonconnect/sdk",
3
- "version": "3.3.0",
3
+ "version": "3.3.1-beta.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ton-connect/sdk.git"