@tonconnect/ui
Advanced tools
Comparing version 1.0.0-beta.6 to 1.0.0-beta.7
{ | ||
"name": "@tonconnect/ui", | ||
"version": "1.0.0-beta.6", | ||
"version": "1.0.0-beta.7", | ||
"scripts": { | ||
@@ -52,3 +52,3 @@ "start": "vite --host", | ||
"deepmerge": "^4.2.2", | ||
"@tonconnect/sdk": "^2.1.3", | ||
"@tonconnect/sdk": "^2.2.0", | ||
"ua-parser-js": "^1.0.35" | ||
@@ -55,0 +55,0 @@ }, |
@@ -9,3 +9,3 @@ # TON Connect UI | ||
You can find more details and the protocol specification in the [docs](https://github.com/ton-connect/docs). | ||
You can find more details and the protocol specification in the [docs](https://docs.ton.org/develop/dapps/ton-connect/overview). | ||
@@ -152,13 +152,13 @@ --- | ||
const transaction = { | ||
validUntil: Date.now() + 1000000, | ||
validUntil: Math.floor(Date.now() / 1000) + 60, // 60 sec | ||
messages: [ | ||
{ | ||
address: "0:412410771DA82CBA306A55FA9E0D43C9D245E38133CB58F1457DFB8D5CD8892F", | ||
address: "EQBBJBB3HagsujBqVfqeDUPJ0kXjgTPLWPFFffuNXNiJL0aA", | ||
amount: "20000000", | ||
stateInit: "base64bocblahblahblah==" // just for instance. Replace with your transaction initState or remove | ||
// stateInit: "base64bocblahblahblah==" // just for instance. Replace with your transaction initState or remove | ||
}, | ||
{ | ||
address: "0:E69F10CC84877ABF539F83F879291E5CA169451BA7BCE91A37A5CED3AB8080D3", | ||
address: "EQDmnxDMhId6v1Ofg_h5KR5coWlFG6e86Ro3pc7Tq4CA0-Jn", | ||
amount: "60000000", | ||
payload: "base64bocblahblahblah==" // just for instance. Replace with your transaction payload or remove | ||
// payload: "base64bocblahblahblah==" // just for instance. Replace with your transaction payload or remove | ||
} | ||
@@ -165,0 +165,0 @@ ] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2875156
18514
Updated@tonconnect/sdk@^2.2.0