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