Skip to content

Commit 348dcbf

Browse files
authored
feat: add blocto wallet (#1699)
1 parent d399e0b commit 348dcbf

File tree

36 files changed

+667
-18
lines changed

36 files changed

+667
-18
lines changed

.circleci/config.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,12 @@ jobs:
395395
working_directory: ~/web3-onboard-monorepo/packages/cede-store
396396
steps:
397397
- node-build-steps
398+
build-blocto:
399+
docker:
400+
- image: cimg/node:16.13.1
401+
working_directory: ~/web3-onboard-monorepo/packages/blocto
402+
steps:
403+
- node-build-steps
398404
build-venly:
399405
docker:
400406
- image: cimg/node:16.13.1
@@ -631,6 +637,12 @@ jobs:
631637
working_directory: ~/web3-onboard-monorepo/packages/cede-store
632638
steps:
633639
- node-staging-build-steps
640+
build-staging-blocto:
641+
docker:
642+
- image: cimg/node:16.13.1
643+
working_directory: ~/web3-onboard-monorepo/packages/blocto
644+
steps:
645+
- node-staging-build-steps
634646
build-staging-venly:
635647
docker:
636648
- image: cimg/node:16.13.1
@@ -869,6 +881,12 @@ workflows:
869881
<<: *deploy_production_filters
870882
- build-staging-cede-store:
871883
<<: *deploy_staging_filters
884+
blocto:
885+
jobs:
886+
- build-blocto:
887+
<<: *deploy_production_filters
888+
- build-staging-blocto:
889+
<<: *deploy_staging_filters
872890
venly:
873891
jobs:
874892
- build-venly:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ For full documentation, check out the README.md for each package or the [docs pa
104104
- [XDEFI](packages/xdefi/README.md)
105105
- [Infinity Wallet](packages/infinity-wallet/README.md)
106106
- [Frame](packages/frame/README.md)
107+
- [Blocto](packages/blocto/README.md)
107108

108109
**Hardware Wallets**
109110

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"format": "prettier --plugin-search-dir . --write .",
1313
"prepare": "svelte-kit sync",
1414
"test": "playwright test",
15-
"w3o-latest-prod": "yarn add '@web3-onboard/core' '@web3-onboard/coinbase' '@web3-onboard/transaction-preview' '@web3-onboard/dcent' '@web3-onboard/frontier' '@web3-onboard/fortmatic' '@web3-onboard/frame' '@web3-onboard/gas' '@web3-onboard/gnosis' '@web3-onboard/keepkey' '@web3-onboard/keystone' '@web3-onboard/ledger' '@web3-onboard/infinity-wallet' '@web3-onboard/injected-wallets' '@web3-onboard/magic' '@web3-onboard/phantom' '@web3-onboard/portis' '@web3-onboard/sequence' '@web3-onboard/trezor' '@web3-onboard/trust' '@web3-onboard/torus' '@web3-onboard/taho' '@web3-onboard/web3auth' '@web3-onboard/walletconnect' '@web3-onboard/enkrypt' '@web3-onboard/mew-wallet' '@web3-onboard/xdefi' '@web3-onboard/uauth' '@web3-onboard/zeal' '@web3-onboard/cede-store'",
16-
"w3o-latest-alpha": "yarn add '@web3-onboard/core@next' '@web3-onboard/coinbase@next' '@web3-onboard/transaction-preview@next' '@web3-onboard/dcent@next' '@web3-onboard/frontier@next' '@web3-onboard/fortmatic@next' '@web3-onboard/frame@next' '@web3-onboard/gas@next' '@web3-onboard/gnosis@next' '@web3-onboard/keepkey@next' '@web3-onboard/keystone@next' '@web3-onboard/ledger@next' '@web3-onboard/infinity-wallet@next' '@web3-onboard/injected-wallets@next' '@web3-onboard/magic@next' '@web3-onboard/phantom@next' '@web3-onboard/portis@next' '@web3-onboard/sequence@next' '@web3-onboard/trezor@next' '@web3-onboard/trust@next' '@web3-onboard/torus@next' '@web3-onboard/taho@next' '@web3-onboard/web3auth@next' '@web3-onboard/walletconnect@next' '@web3-onboard/enkrypt@next' '@web3-onboard/mew-wallet@next' '@web3-onboard/xdefi@next' '@web3-onboard/uauth@next' '@web3-onboard/zeal@next' '@web3-onboard/cede-store@next'"
15+
"w3o-latest-prod": "yarn add '@web3-onboard/core' '@web3-onboard/coinbase' '@web3-onboard/transaction-preview' '@web3-onboard/dcent' '@web3-onboard/frontier' '@web3-onboard/fortmatic' '@web3-onboard/frame' '@web3-onboard/gas' '@web3-onboard/gnosis' '@web3-onboard/keepkey' '@web3-onboard/keystone' '@web3-onboard/ledger' '@web3-onboard/infinity-wallet' '@web3-onboard/injected-wallets' '@web3-onboard/magic' '@web3-onboard/phantom' '@web3-onboard/portis' '@web3-onboard/sequence' '@web3-onboard/trezor' '@web3-onboard/trust' '@web3-onboard/torus' '@web3-onboard/taho' '@web3-onboard/web3auth' '@web3-onboard/walletconnect' '@web3-onboard/enkrypt' '@web3-onboard/mew-wallet' '@web3-onboard/xdefi' '@web3-onboard/uauth' '@web3-onboard/zeal' '@web3-onboard/cede-store' '@web3-onboard/blocto'",
16+
"w3o-latest-alpha": "yarn add '@web3-onboard/core@next' '@web3-onboard/coinbase@next' '@web3-onboard/transaction-preview@next' '@web3-onboard/dcent@next' '@web3-onboard/frontier@next' '@web3-onboard/fortmatic@next' '@web3-onboard/frame@next' '@web3-onboard/gas@next' '@web3-onboard/gnosis@next' '@web3-onboard/keepkey@next' '@web3-onboard/keystone@next' '@web3-onboard/ledger@next' '@web3-onboard/infinity-wallet@next' '@web3-onboard/injected-wallets@next' '@web3-onboard/magic@next' '@web3-onboard/phantom@next' '@web3-onboard/portis@next' '@web3-onboard/sequence@next' '@web3-onboard/trezor@next' '@web3-onboard/trust@next' '@web3-onboard/torus@next' '@web3-onboard/taho@next' '@web3-onboard/web3auth@next' '@web3-onboard/walletconnect@next' '@web3-onboard/enkrypt@next' '@web3-onboard/mew-wallet@next' '@web3-onboard/xdefi@next' '@web3-onboard/uauth@next' '@web3-onboard/zeal@next' '@web3-onboard/cede-store@next' '@web3-onboard/blocto@next'"
1717
},
1818
"devDependencies": {
1919
"@algolia/client-search": "^4.17.0",

docs/src/lib/services/onboard.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const intiOnboard = async (theme) => {
5353
const { default: xdefiModule } = await import('@web3-onboard/xdefi')
5454
const { default: cedeModule } = await import('@web3-onboard/cede-store')
5555
const { default: frameModule } = await import('@web3-onboard/frame')
56+
const { default: bloctoModule } = await import('@web3-onboard/blocto')
5657
const { default: venlyModule } = await import('@web3-onboard/venly')
5758
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'
5859

@@ -108,6 +109,7 @@ const intiOnboard = async (theme) => {
108109

109110
const frame = frameModule()
110111

112+
const blocto = bloctoModule()
111113
const venly = venlyModule({
112114
clientId: 'blocknative',
113115
environment: 'staging'
@@ -138,6 +140,7 @@ const intiOnboard = async (theme) => {
138140
portis,
139141
frame,
140142
infinityWallet,
143+
blocto
141144
// venly
142145
],
143146
chains: [

docs/src/routes/docs/[...1]overview/[...1]introduction/+page.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ We recommend you add the [Core Repo](../../modules/core.md#install) and consider
157157
- [Portis](../../wallets/portis.md#install)
158158
- [Web3Auth](../../wallets/web3auth.md#install)
159159
- [Frame](../../wallets/frame.md#install)
160+
- [Blocto](../../docs/wallets/blocto.md#install)
160161

161162
**Hardware Wallets**
162163

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)