@tonconnect/sdk 3.0.4 → 3.0.5

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/lib/cjs/index.cjs CHANGED
@@ -1715,7 +1715,7 @@ const FALLBACK_WALLETS_LIST = [
1715
1715
  bridge: [
1716
1716
  {
1717
1717
  type: 'sse',
1718
- url: 'https://bridge.tonapi.io/bridge'
1718
+ url: 'https://bridge.ton.space/bridge'
1719
1719
  }
1720
1720
  ],
1721
1721
  platforms: ['ios', 'android', 'macos', 'windows', 'linux']
@@ -1743,7 +1743,7 @@ const FALLBACK_WALLETS_LIST = [
1743
1743
  {
1744
1744
  app_name: 'mytonwallet',
1745
1745
  name: 'MyTonWallet',
1746
- image: 'https://mytonwallet.io/icon-256.png',
1746
+ image: 'https://static.mytonwallet.io/icon-256.png',
1747
1747
  about_url: 'https://mytonwallet.io',
1748
1748
  universal_url: 'https://connect.mytonwallet.org',
1749
1749
  bridge: [
@@ -1792,15 +1792,16 @@ const FALLBACK_WALLETS_LIST = [
1792
1792
  {
1793
1793
  app_name: 'dewallet',
1794
1794
  name: 'DeWallet',
1795
- image: 'https://app.delabwallet.com/logo_black.png',
1795
+ image: 'https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png',
1796
1796
  about_url: 'https://delabwallet.com',
1797
+ universal_url: 'https://t.me/dewallet?attach=wallet',
1797
1798
  bridge: [
1798
1799
  {
1799
- type: 'js',
1800
- key: 'dewallet'
1800
+ type: 'sse',
1801
+ url: 'https://sse-bridge.delab.team/bridge'
1801
1802
  }
1802
1803
  ],
1803
- platforms: ['chrome']
1804
+ platforms: ['ios', 'android']
1804
1805
  },
1805
1806
  {
1806
1807
  app_name: 'xtonwallet',
@@ -1827,6 +1828,81 @@ const FALLBACK_WALLETS_LIST = [
1827
1828
  }
1828
1829
  ],
1829
1830
  platforms: ['chrome']
1831
+ },
1832
+ {
1833
+ app_name: 'bitgetTonWallet',
1834
+ name: 'Bitget Wallet',
1835
+ image: 'https://raw.githubusercontent.com/bitkeepwallet/download/main/logo/png/bitget_wallet_logo_0_gas_fee.png',
1836
+ about_url: 'https://web3.bitget.com',
1837
+ deepLink: 'bitkeep://',
1838
+ bridge: [
1839
+ {
1840
+ type: 'js',
1841
+ key: 'bitgetTonWallet'
1842
+ },
1843
+ {
1844
+ type: 'sse',
1845
+ url: 'https://bridge.tonapi.io/bridge'
1846
+ }
1847
+ ],
1848
+ platforms: ['ios', 'android', 'chrome'],
1849
+ universal_url: 'https://bkcode.vip/ton-connect'
1850
+ },
1851
+ {
1852
+ app_name: 'safepalwallet',
1853
+ name: 'SafePal',
1854
+ image: 'https://s.pvcliping.com/web/public_image/SafePal_x288.png',
1855
+ tondns: '',
1856
+ about_url: 'https://www.safepal.com',
1857
+ universal_url: 'https://link.safepal.io/ton-connect',
1858
+ deepLink: 'safepal-tc://',
1859
+ bridge: [
1860
+ {
1861
+ type: 'sse',
1862
+ url: 'https://ton-bridge.safepal.com/tonbridge/v1/bridge'
1863
+ },
1864
+ {
1865
+ type: 'js',
1866
+ key: 'safepalwallet'
1867
+ }
1868
+ ],
1869
+ platforms: ['ios', 'android', 'chrome', 'firefox']
1870
+ },
1871
+ {
1872
+ app_name: 'okxTonWallet',
1873
+ name: 'OKX Wallet',
1874
+ image: 'https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png',
1875
+ about_url: 'https://www.okx.com/web3',
1876
+ universal_url: 'https://www.okx.com/download?appendQuery=true&deeplink=okx://web3/wallet/tonconnect',
1877
+ bridge: [
1878
+ {
1879
+ type: 'js',
1880
+ key: 'okxTonWallet'
1881
+ },
1882
+ {
1883
+ type: 'sse',
1884
+ url: 'https://www.okx.com/tonbridge/discover/rpc/bridge'
1885
+ }
1886
+ ],
1887
+ platforms: ['chrome', 'safari', 'firefox', 'ios', 'android']
1888
+ },
1889
+ {
1890
+ app_name: 'okxTonWalletTr',
1891
+ name: 'OKX TR Wallet',
1892
+ image: 'https://static.okx.com/cdn/assets/imgs/247/587A8296F0BB640F.png',
1893
+ about_url: 'https://tr.okx.com/web3',
1894
+ universal_url: 'https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect',
1895
+ bridge: [
1896
+ {
1897
+ type: 'js',
1898
+ key: 'okxTonWallet'
1899
+ },
1900
+ {
1901
+ type: 'sse',
1902
+ url: 'https://www.okx.com/tonbridge/discover/rpc/bridge'
1903
+ }
1904
+ ],
1905
+ platforms: ['chrome', 'safari', 'firefox', 'ios', 'android']
1830
1906
  }
1831
1907
  ];
1832
1908
 
@@ -2435,7 +2511,7 @@ class TonConnectTracker {
2435
2511
  }
2436
2512
  }
2437
2513
 
2438
- const tonConnectSdkVersion = "3.0.4";
2514
+ const tonConnectSdkVersion = "3.0.5";
2439
2515
 
2440
2516
  class TonConnect {
2441
2517
  constructor(options) {