File tree Expand file tree Collapse file tree
examples/test-tailwind-vck/src/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ export default function ImageUploadApp() {
6666 < VeChainKitProvider
6767 feeDelegation = { {
6868 delegatorUrl : process . env . NEXT_PUBLIC_DELEGATOR_URL ! ,
69- delegateAllTransactions : false ,
7069 } }
7170 dappKit = { {
7271 allowedWallets : [ 'veworld' , 'wallet-connect' , 'sync2' ] ,
Original file line number Diff line number Diff line change @@ -325,7 +325,6 @@ export default function StyleTest() {
325325 < VeChainKitProvider
326326 feeDelegation = { {
327327 delegatorUrl : process . env . NEXT_PUBLIC_DELEGATOR_URL ! ,
328- delegateAllTransactions : false ,
329328 } }
330329 dappKit = { {
331330 allowedWallets : [ 'veworld' , 'wallet-connect' , 'sync2' ] ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ It offers:
3030# Installation
3131
3232``` bash
33- yarn add @tanstack/react-query@" ^5.64.2" @chakra-ui/react@" ^2.8.2" @vechain/dapp-kit-react@" 1.5.0 " @vechain/vechain-kit
33+ yarn add @tanstack/react-query@" ^5.64.2" @chakra-ui/react@" ^2.8.2" @vechain/dapp-kit-react@" 2.0.4 " @vechain/vechain-kit
3434```
3535
3636# Quick Start
@@ -40,15 +40,13 @@ yarn add @tanstack/react-query@"^5.64.2" @chakra-ui/react@"^2.8.2" @vechain/dapp
4040``` typescript
4141' use client' ;
4242
43- import VeChainKitProvider from ' @vechain/vechain-kit' ;
43+ import { VeChainKitProvider } from ' @vechain/vechain-kit' ;
4444
4545export function VeChainKitProviderWrapper({ children }: Props ) {
4646 return (
4747 < VechainKitProvider
4848 feeDelegation = {{
4949 delegatorUrl : process .env .NEXT_PUBLIC_DELEGATOR_URL ! ,
50- // set to false if you want to delegate ONLY social login transactions
51- delegateAllTransactions : true ,
5250 }}
5351 loginMethods = {[
5452 { method: ' vechain' , gridColumn: 4 },
You can’t perform that action at this time.
0 commit comments