Skip to content

Trustless Bridge Frontend v0.10.0

Compare
Choose a tag to compare
@stephenpdeos stephenpdeos released this 15 Nov 04:16
· 40 commits to main since this release
7df823f

Introduction

The latest update to the Trustless Bridge Frontend introduces additional token support for SEOS, BOX, and USN and enhancements to EVM wallet connection functionality.

Read on for details.

New Features

Bridging support for SEOS, BOX, and USN

PRs

  • (81) Add BOX, USN, SEOS to mainnet drop list


The trustless bridge now support bridging the additional tokens of SEOS, BOX, and USN. Users may now select these tokens via the bridge token selection dropdown for all Withdraw functions. Please reference the following token details to add them to your EVM wallet.

Token details

Defibox SEOS token

  • Symbol: SEOS
  • Decimals: 6
  • Address: 0xbfb10f85b889328e4a42507e31a07977ae00eec6

Defibox token

  • Symbol: BOX
  • Decimals: 6
  • Address: 0x9b3754f036de42846e60c8d8c89b18764f168367

Defibox USN token

  • Symbol: USN
  • Decimals: 6
  • Address: 0x8d0258d6ccfb0ce394dc542c545566936b7974f9

WalletConnect Web3Modal

PRs

  • (69)Add walletconnect support


Users now have access to an improved wallet connection experience using the WalletConnect UI SDK, Web3Modal. This introduces a modal with detected wallet browser plugins, suggested popular wallets, and allows users to easily authenticate using an external wallet via QR code.

Note: Future plans for wallet connection will include EOS Account connection. For now functionality remains limited to EVM Addresses.

Localization

There have been several updates to translations in the frontend based on user feedback.

Further details on changes since last release

Contributors

Special thanks to the contributors that submitted patches for this release:

Full list of changes since last release

PRs

  • (69)Add walletconnect support
  • (81) Add BOX, USN, SEOS to mainnet drop list


Full Changelog: v0.9.1...v0.10.0