@tonconnect/sdk 3.0.5 → 3.0.6
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/tonconnect-sdk.min.js +1 -1
- package/dist/tonconnect-sdk.min.js.map +1 -1
- package/lib/cjs/index.cjs +172 -60
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/esm/index.mjs +172 -60
- package/lib/esm/index.mjs.map +1 -1
- package/package.json +1 -1
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://
|
|
1715
|
+
url: 'https://walletbot.me/tonconnect-bridge/bridge'
|
|
1716
1716
|
}
|
|
1717
1717
|
],
|
|
1718
1718
|
platforms: ['ios', 'android', 'macos', 'windows', 'linux']
|
|
@@ -1755,19 +1755,6 @@ const FALLBACK_WALLETS_LIST = [
|
|
|
1755
1755
|
],
|
|
1756
1756
|
platforms: ['chrome', 'windows', 'macos', 'linux', 'ios', 'android', 'firefox']
|
|
1757
1757
|
},
|
|
1758
|
-
{
|
|
1759
|
-
app_name: 'openmask',
|
|
1760
|
-
name: 'OpenMask',
|
|
1761
|
-
image: 'https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png',
|
|
1762
|
-
about_url: 'https://www.openmask.app/',
|
|
1763
|
-
bridge: [
|
|
1764
|
-
{
|
|
1765
|
-
type: 'js',
|
|
1766
|
-
key: 'openmask'
|
|
1767
|
-
}
|
|
1768
|
-
],
|
|
1769
|
-
platforms: ['chrome']
|
|
1770
|
-
},
|
|
1771
1758
|
{
|
|
1772
1759
|
app_name: 'tonhub',
|
|
1773
1760
|
name: 'Tonhub',
|
|
@@ -1787,63 +1774,139 @@ const FALLBACK_WALLETS_LIST = [
|
|
|
1787
1774
|
platforms: ['ios', 'android']
|
|
1788
1775
|
},
|
|
1789
1776
|
{
|
|
1790
|
-
app_name: '
|
|
1791
|
-
name: '
|
|
1792
|
-
image: 'https://raw.githubusercontent.com/
|
|
1793
|
-
about_url: 'https://
|
|
1794
|
-
|
|
1777
|
+
app_name: 'bitgetTonWallet',
|
|
1778
|
+
name: 'Bitget Wallet',
|
|
1779
|
+
image: 'https://raw.githubusercontent.com/bitgetwallet/download/refs/heads/main/logo/png/bitget_wallet_logo_288_mini.png',
|
|
1780
|
+
about_url: 'https://web3.bitget.com',
|
|
1781
|
+
deepLink: 'bitkeep://',
|
|
1795
1782
|
bridge: [
|
|
1783
|
+
{
|
|
1784
|
+
type: 'js',
|
|
1785
|
+
key: 'bitgetTonWallet'
|
|
1786
|
+
},
|
|
1796
1787
|
{
|
|
1797
1788
|
type: 'sse',
|
|
1798
|
-
url: 'https://
|
|
1789
|
+
url: 'https://ton-connect-bridge.bgwapi.io/bridge'
|
|
1799
1790
|
}
|
|
1800
1791
|
],
|
|
1801
|
-
platforms: ['ios', 'android']
|
|
1792
|
+
platforms: ['ios', 'android', 'chrome'],
|
|
1793
|
+
universal_url: 'https://bkcode.vip/ton-connect'
|
|
1802
1794
|
},
|
|
1803
1795
|
{
|
|
1804
|
-
app_name: '
|
|
1805
|
-
name: '
|
|
1806
|
-
image: 'https://
|
|
1807
|
-
about_url: 'https://
|
|
1796
|
+
app_name: 'okxMiniWallet',
|
|
1797
|
+
name: 'OKX Mini Wallet',
|
|
1798
|
+
image: 'https://static.okx.com/cdn/assets/imgs/2411/8BE1A4A434D8F58A.png',
|
|
1799
|
+
about_url: 'https://www.okx.com/web3',
|
|
1800
|
+
universal_url: 'https://t.me/OKX_WALLET_BOT?attach=wallet',
|
|
1801
|
+
bridge: [
|
|
1802
|
+
{
|
|
1803
|
+
type: 'sse',
|
|
1804
|
+
url: 'https://www.okx.com/tonbridge/discover/rpc/bridge'
|
|
1805
|
+
}
|
|
1806
|
+
],
|
|
1807
|
+
platforms: ['ios', 'android', 'macos', 'windows', 'linux']
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
app_name: 'binanceWeb3TonWallet',
|
|
1811
|
+
name: 'Binance Web3 Wallet',
|
|
1812
|
+
image: 'https://public.bnbstatic.com/static/binance-w3w/ton-provider/binancew3w.png',
|
|
1813
|
+
about_url: 'https://www.binance.com/en/web3wallet',
|
|
1814
|
+
deepLink: 'bnc://app.binance.com/cedefi/ton-connect',
|
|
1808
1815
|
bridge: [
|
|
1809
1816
|
{
|
|
1810
1817
|
type: 'js',
|
|
1811
|
-
key: '
|
|
1818
|
+
key: 'binancew3w'
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
type: 'sse',
|
|
1822
|
+
url: 'https://wallet.binance.com/tonbridge/bridge'
|
|
1812
1823
|
}
|
|
1813
1824
|
],
|
|
1814
|
-
platforms: ['
|
|
1825
|
+
platforms: ['ios', 'android', 'macos', 'windows', 'linux'],
|
|
1826
|
+
universal_url: 'https://app.binance.com/cedefi/ton-connect'
|
|
1815
1827
|
},
|
|
1816
1828
|
{
|
|
1817
|
-
app_name: '
|
|
1818
|
-
name: '
|
|
1819
|
-
image: 'https://
|
|
1820
|
-
about_url: 'https://
|
|
1829
|
+
app_name: 'fintopio-tg',
|
|
1830
|
+
name: 'Fintopio',
|
|
1831
|
+
image: 'https://fintopio.com/tonconnect-icon.png',
|
|
1832
|
+
about_url: 'https://fintopio.com',
|
|
1833
|
+
universal_url: 'https://t.me/fintopio?attach=wallet',
|
|
1834
|
+
bridge: [
|
|
1835
|
+
{
|
|
1836
|
+
type: 'sse',
|
|
1837
|
+
url: 'https://wallet-bridge.fintopio.com/bridge'
|
|
1838
|
+
}
|
|
1839
|
+
],
|
|
1840
|
+
platforms: ['ios', 'android', 'macos', 'windows', 'linux']
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
app_name: 'okxTonWallet',
|
|
1844
|
+
name: 'OKX Wallet',
|
|
1845
|
+
image: 'https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png',
|
|
1846
|
+
about_url: 'https://www.okx.com/web3',
|
|
1847
|
+
universal_url: 'https://www.okx.com/download?appendQuery=true&deeplink=okx://web3/wallet/tonconnect',
|
|
1821
1848
|
bridge: [
|
|
1822
1849
|
{
|
|
1823
1850
|
type: 'js',
|
|
1824
|
-
key: '
|
|
1851
|
+
key: 'okxTonWallet'
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
type: 'sse',
|
|
1855
|
+
url: 'https://www.okx.com/tonbridge/discover/rpc/bridge'
|
|
1825
1856
|
}
|
|
1826
1857
|
],
|
|
1827
|
-
platforms: ['chrome']
|
|
1858
|
+
platforms: ['chrome', 'safari', 'firefox', 'ios', 'android']
|
|
1828
1859
|
},
|
|
1829
1860
|
{
|
|
1830
|
-
app_name: '
|
|
1831
|
-
name: '
|
|
1832
|
-
image: 'https://raw.githubusercontent.com/
|
|
1833
|
-
about_url: 'https://
|
|
1834
|
-
|
|
1861
|
+
app_name: 'hot',
|
|
1862
|
+
name: 'HOT',
|
|
1863
|
+
image: 'https://raw.githubusercontent.com/hot-dao/media/main/logo.png',
|
|
1864
|
+
about_url: 'https://hot-labs.org/',
|
|
1865
|
+
universal_url: 'https://t.me/herewalletbot?attach=wallet',
|
|
1835
1866
|
bridge: [
|
|
1867
|
+
{
|
|
1868
|
+
type: 'sse',
|
|
1869
|
+
url: 'https://sse-bridge.hot-labs.org'
|
|
1870
|
+
},
|
|
1836
1871
|
{
|
|
1837
1872
|
type: 'js',
|
|
1838
|
-
key: '
|
|
1873
|
+
key: 'hotWallet'
|
|
1874
|
+
}
|
|
1875
|
+
],
|
|
1876
|
+
platforms: ['ios', 'android', 'macos', 'windows', 'linux']
|
|
1877
|
+
},
|
|
1878
|
+
{
|
|
1879
|
+
app_name: 'bybitTonWallet',
|
|
1880
|
+
name: 'Bybit Wallet',
|
|
1881
|
+
image: 'https://raw.githubusercontent.com/bybit-web3/bybit-web3.github.io/main/docs/images/bybit-logo.png',
|
|
1882
|
+
about_url: 'https://www.bybit.com/web3',
|
|
1883
|
+
universal_url: 'https://app.bybit.com/ton-connect',
|
|
1884
|
+
deepLink: 'bybitapp://',
|
|
1885
|
+
bridge: [
|
|
1886
|
+
{
|
|
1887
|
+
type: 'js',
|
|
1888
|
+
key: 'bybitTonWallet'
|
|
1839
1889
|
},
|
|
1840
1890
|
{
|
|
1841
1891
|
type: 'sse',
|
|
1842
|
-
url: 'https://
|
|
1892
|
+
url: 'https://api-node.bybit.com/spot/api/web3/bridge/ton/bridge'
|
|
1843
1893
|
}
|
|
1844
1894
|
],
|
|
1845
|
-
platforms: ['ios', 'android', 'chrome']
|
|
1846
|
-
|
|
1895
|
+
platforms: ['ios', 'android', 'chrome']
|
|
1896
|
+
},
|
|
1897
|
+
{
|
|
1898
|
+
app_name: 'dewallet',
|
|
1899
|
+
name: 'DeWallet',
|
|
1900
|
+
image: 'https://raw.githubusercontent.com/delab-team/manifests-images/main/WalletAvatar.png',
|
|
1901
|
+
about_url: 'https://delabwallet.com',
|
|
1902
|
+
universal_url: 'https://t.me/dewallet?attach=wallet',
|
|
1903
|
+
bridge: [
|
|
1904
|
+
{
|
|
1905
|
+
type: 'sse',
|
|
1906
|
+
url: 'https://bridge.dewallet.pro/bridge'
|
|
1907
|
+
}
|
|
1908
|
+
],
|
|
1909
|
+
platforms: ['ios', 'android', 'macos', 'windows', 'linux']
|
|
1847
1910
|
},
|
|
1848
1911
|
{
|
|
1849
1912
|
app_name: 'safepalwallet',
|
|
@@ -1866,40 +1929,89 @@ const FALLBACK_WALLETS_LIST = [
|
|
|
1866
1929
|
platforms: ['ios', 'android', 'chrome', 'firefox']
|
|
1867
1930
|
},
|
|
1868
1931
|
{
|
|
1869
|
-
app_name: '
|
|
1870
|
-
name: '
|
|
1871
|
-
image: 'https://
|
|
1872
|
-
about_url: 'https://www.
|
|
1873
|
-
universal_url: 'https://www.okx.com/download?appendQuery=true&deeplink=okx://web3/wallet/tonconnect',
|
|
1932
|
+
app_name: 'GateWallet',
|
|
1933
|
+
name: 'GateWallet',
|
|
1934
|
+
image: 'https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png',
|
|
1935
|
+
about_url: 'https://www.gate.io/',
|
|
1874
1936
|
bridge: [
|
|
1875
1937
|
{
|
|
1876
1938
|
type: 'js',
|
|
1877
|
-
key: '
|
|
1939
|
+
key: 'gatetonwallet'
|
|
1878
1940
|
},
|
|
1879
1941
|
{
|
|
1880
1942
|
type: 'sse',
|
|
1881
|
-
url: 'https://
|
|
1943
|
+
url: 'https://dapp.gateio.services/tonbridge_api/bridge/v1'
|
|
1882
1944
|
}
|
|
1883
1945
|
],
|
|
1884
|
-
platforms: ['
|
|
1946
|
+
platforms: ['ios', 'android'],
|
|
1947
|
+
universal_url: 'https://gateio.go.link/gateio/web3?adj_t=1ff8khdw_1fu4ccc7'
|
|
1885
1948
|
},
|
|
1886
1949
|
{
|
|
1887
|
-
app_name: '
|
|
1888
|
-
name: '
|
|
1889
|
-
image: 'https://
|
|
1890
|
-
about_url: 'https://
|
|
1891
|
-
universal_url: 'https://tr.okx.com/download?appendQuery=true&deeplink=okxtr://web3/wallet/tonconnect',
|
|
1950
|
+
app_name: 'openmask',
|
|
1951
|
+
name: 'OpenMask',
|
|
1952
|
+
image: 'https://raw.githubusercontent.com/OpenProduct/openmask-extension/main/public/openmask-logo-288.png',
|
|
1953
|
+
about_url: 'https://www.openmask.app/',
|
|
1892
1954
|
bridge: [
|
|
1893
1955
|
{
|
|
1894
1956
|
type: 'js',
|
|
1895
|
-
key: '
|
|
1896
|
-
}
|
|
1957
|
+
key: 'openmask'
|
|
1958
|
+
}
|
|
1959
|
+
],
|
|
1960
|
+
platforms: ['chrome']
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
app_name: 'BitgetWeb3',
|
|
1964
|
+
name: 'BitgetWeb3',
|
|
1965
|
+
image: 'https://img.bitgetimg.com/image/third/1731638059795.png',
|
|
1966
|
+
about_url: 'https://www.bitget.com',
|
|
1967
|
+
universal_url: 'https://t.me/BitgetOfficialBot?attach=wallet',
|
|
1968
|
+
bridge: [
|
|
1897
1969
|
{
|
|
1898
1970
|
type: 'sse',
|
|
1899
|
-
url: 'https://
|
|
1971
|
+
url: 'https://ton-connect-bridge.bgwapi.io/bridge'
|
|
1900
1972
|
}
|
|
1901
1973
|
],
|
|
1902
|
-
platforms: ['
|
|
1974
|
+
platforms: ['ios', 'android', 'windows', 'macos', 'linux']
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
app_name: 'tobi',
|
|
1978
|
+
name: 'Tobi',
|
|
1979
|
+
image: 'https://app.tobiwallet.app/icons/logo-288.png',
|
|
1980
|
+
about_url: 'https://tobi.fun',
|
|
1981
|
+
universal_url: 'https://t.me/TobiCopilotBot?attach=wallet',
|
|
1982
|
+
bridge: [
|
|
1983
|
+
{
|
|
1984
|
+
type: 'sse',
|
|
1985
|
+
url: 'https://ton-bridge.tobiwallet.app/bridge'
|
|
1986
|
+
}
|
|
1987
|
+
],
|
|
1988
|
+
platforms: ['ios', 'android', 'macos', 'windows', 'linux']
|
|
1989
|
+
},
|
|
1990
|
+
{
|
|
1991
|
+
app_name: 'xtonwallet',
|
|
1992
|
+
name: 'XTONWallet',
|
|
1993
|
+
image: 'https://xtonwallet.com/assets/img/icon-256-back.png',
|
|
1994
|
+
about_url: 'https://xtonwallet.com',
|
|
1995
|
+
bridge: [
|
|
1996
|
+
{
|
|
1997
|
+
type: 'js',
|
|
1998
|
+
key: 'xtonwallet'
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
platforms: ['chrome', 'firefox']
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
app_name: 'tonwallet',
|
|
2005
|
+
name: 'TON Wallet',
|
|
2006
|
+
image: 'https://wallet.ton.org/assets/ui/qr-logo.png',
|
|
2007
|
+
about_url: 'https://chrome.google.com/webstore/detail/ton-wallet/nphplpgoakhhjchkkhmiggakijnkhfnd',
|
|
2008
|
+
bridge: [
|
|
2009
|
+
{
|
|
2010
|
+
type: 'js',
|
|
2011
|
+
key: 'tonwallet'
|
|
2012
|
+
}
|
|
2013
|
+
],
|
|
2014
|
+
platforms: ['chrome']
|
|
1903
2015
|
}
|
|
1904
2016
|
];
|
|
1905
2017
|
|
|
@@ -2508,7 +2620,7 @@ class TonConnectTracker {
|
|
|
2508
2620
|
}
|
|
2509
2621
|
}
|
|
2510
2622
|
|
|
2511
|
-
const tonConnectSdkVersion = "3.0.
|
|
2623
|
+
const tonConnectSdkVersion = "3.0.6";
|
|
2512
2624
|
|
|
2513
2625
|
class TonConnect {
|
|
2514
2626
|
constructor(options) {
|