Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Releases: Sevault/wbgl-bridge-sdk

v5.0.5-beta

01 Jul 10:00
3813c97
Compare
Choose a tag to compare

Summary

  1. Bug fix in import Bitgesell Wallet from privatekey- now supports both seedphrase and PrivateKey
  2. Provide Bitgesell PrivateKey or seedphrase in config
    Swap methods naming:
  3. swapBGLforWBG(args): swaps BGL for WBGL tokens(to a recipient BNB chain or Ethereum mainnet address)
  4. swapWBGLforBGL(args): swaps WBGL tokens for BGL(to a recipient Bitgesell address)
  5. Docs update on usage and example usage for Nodejs

v5.0.4-beta

23 Jun 16:56
Compare
Choose a tag to compare

Summary

  • Fix tsc compiler regression ignoring .d.ts files

v5.0.3-beta

21 Jun 15:05
Compare
Choose a tag to compare

Summary

  1. Switched from web3.js to ethers v5

API

Add working swap methods

  1. swapWBGLtoBGL method
  2. swapBGLForWBGL method