Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vechain/vechain-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.6.9
Choose a base ref
...
head repository: vechain/vechain-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.7.0
Choose a head ref
  • 1 commit
  • 15 files changed
  • 2 contributors

Commits on Apr 27, 2026

  1. feat: add contractAddresses override and restyle custom tokens UI (#610)

    * test: switch preview deployment to next-template for VeWorld in-app browser testing
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * chore: trigger preview build with vechain-kit path change
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * test: add SigningExample to homepage for VeWorld in-app browser testing
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * feat: add contractAddresses prop to VeChainKitProvider for custom deployments
    
    Allow overriding default contract addresses (e.g., B3TR, VOT3) via a new
    contractAddresses prop on the provider. This enables apps deploying on
    solo or testnet with different contract instances to pass their addresses
    without modifying the kit's built-in config.
    
    Also adds useAppConfig() hook and appConfig context field for accessing
    the merged configuration.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * refactor: move manage custom tokens button inline with search bar
    
    Replace the full-width footer button with a compact icon button next to
    the search input for easier reachability.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * feat: restyle manage custom tokens screen and bump to 2.7.0
    
    - Add helper text explaining what to do
    - Move add button inline with input as a compact icon button
    - Show empty state when no custom tokens exist
    - Stack token symbol and address vertically for clearer hierarchy
    - Remove separate footer, keeping all actions near the input
    - Bump version to 2.7.0
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * fix: remove unused
    
    * fix: comment contract addresses prop
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    Agilulfo1820 and claude authored Apr 27, 2026
    Configuration menu
    Copy the full SHA
    ca826d9 View commit details
    Browse the repository at this point in the history
Loading