This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
Releases: Sevault/wbgl-bridge-sdk
Releases · Sevault/wbgl-bridge-sdk
v5.0.5-beta
Summary
- Bug fix in import Bitgesell Wallet from privatekey- now supports both seedphrase and PrivateKey
- Provide Bitgesell PrivateKey or seedphrase in config
Swap methods naming: swapBGLforWBG(args)
: swaps BGL for WBGL tokens(to a recipient BNB chain or Ethereum mainnet address)swapWBGLforBGL(args)
: swaps WBGL tokens for BGL(to a recipient Bitgesell address)- Docs update on usage and example usage for Nodejs
v5.0.4-beta
Summary
- Fix tsc compiler regression ignoring
.d.ts
files
v5.0.3-beta
Summary
- Switched from
web3.js
toethers
v5
API
Add working swap methods
swapWBGLtoBGL
methodswapBGLForWBGL
method