Releases: blocknative/react-demo
0.15.0 - Support for Magic wallet and latest Web3-Onboard packages
This release includes the latest wallet support from Blocknative with @web3-onboard/magic
package!
Checkout our official documentation here: https://docs.blocknative.com/onboard/magic-wallet
Then head over to https://magic.link/ and signup to get an API key for your DApp
import Onboard from '@web3-onboard/core'
import magicModule from '@web3-onboard/magic'
const magic = magicModule({ apiKey: 'API_KEY' })
const onboard = Onboard({
// ... other Onboard options
wallets: [
magic
//... other wallets
]
})
const connectedWallets = await onboard.connectWallet()
console.log(connectedWallets)
It's that simple!
web3-onboard/magic-v2.0.0 - https://github.com/blocknative/web3-onboard/releases/tag/web3-onboard%2Fmagic-v2.0.0
web3-onboard/common-2.0.3 - https://github.com/blocknative/web3-onboard/releases/tag/web3-onboard%2Fcommon-v2.0.3
web3-onboard/core-2.0.11 - https://github.com/blocknative/web3-onboard/releases/tag/web3-onboard%2Fcore-v2.0.11
web3-onboard/react-2.0.4 - https://github.com/blocknative/web3-onboard/releases/tag/web3-onboard%2Freact-v2.0.4
web3-onboard/fortmatic-2.0.2 - https://github.com/blocknative/web3-onboard/releases/tag/web3-onboard%2Ffortmatic-v2.0.2
Newely released web3-onboard support with web3-onboard/react package!
This release contains the newly released web3-onboard package and is implemented with the newly released web3-onboard/react component!
Checkout the package and docs available here -> https://www.npmjs.com/package/@web3-onboard/react
&
https://www.npmjs.com/package/@web3-onboard/core
New Blocknative Branding!
0.13.14 Release : Master - New Brand Assets (#155) * 0.13.13-0.0.1 : New branding! (#153)
Latest version on Onboard, Tokenary support, BlockWallet rebrand and WalletLink package update
This release contains the latest version of Blocknative's Onboard which includes:
- Updated Onboard version
- Added and tested Tokenary wallet
- Updated BlankWallet -> BlockWallet according to rebrand
- Testing WalletLink
Latest Onboard release with 1inch Wallet Mobile Support + Updates to Walletlink and Walletconnect Packages
Update to latest Onboard release with 1inch Wallet Mobile Support + Updates to Walletlink and Walletconnect Packages
Changelog:
0.13.11-0.0.1 - Update onboard to 1.37.2, add 1inch wallet, add notes about coinbase/walletLink (#146)
Update Notify
This release updates Notify.js to the latest version which includes fixes for replacement transactions.
Changelog:
- 0.13.10-0.0.1: [fix] - Update Notify (#142)
v0.13.10
v0.13.9
v0.13.8
This release contains:
Onboard version 1.37.0 (Support for MathWallet and Ronin!)
The addition of Google Analytics to the Blocknative Prod and Staging instances of this Demo
Updated style scoping so there isn't affect on Onboard modal
Linking of Blocknative logo to Blocknative.com