Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
17305dc
Merge pull request #1932 from blocknative/release/2.24.12
Adamj1232 Oct 2, 2023
dbdd55c
Merge pull request #1934 from blocknative/release/2.24.12
Adamj1232 Oct 2, 2023
cc46ddd
Update @toruslabs/torus-embed version (#1936)
leightkt Oct 5, 2023
0561d9b
update node version for torus build (#1937)
leightkt Oct 5, 2023
3fc0354
update node version for torus staging (#1943)
leightkt Oct 5, 2023
b9f0bc6
Bump postcss from 8.4.23 to 8.4.31 in /docs (#1941)
dependabot[bot] Oct 6, 2023
2fc6d46
Bump postcss from 8.4.19 to 8.4.31 in /packages/demo (#1945)
dependabot[bot] Oct 6, 2023
421e089
Bump postcss from 8.4.6 to 8.4.31 (#1938)
dependabot[bot] Oct 6, 2023
e368f70
Bump postcss from 8.4.21 to 8.4.31 in /examples/with-vuejs (#1939)
dependabot[bot] Oct 6, 2023
7a4ade4
Bump postcss from 8.4.24 to 8.4.31 in /examples/with-vite-react (#1940)
dependabot[bot] Oct 6, 2023
60e7073
Bump postcss from 8.4.21 to 8.4.31 in /examples/with-sveltekit (#1942)
dependabot[bot] Oct 6, 2023
309dbfe
Release 2.24.13 (develop) (#1946)
leightkt Oct 6, 2023
f4758ac
Release 2.24.13 (docs) (#1947)
leightkt Oct 6, 2023
156451d
Update - XDefi icon and link within injected (#1952)
Adamj1232 Oct 13, 2023
800ed61
Update: Remove deprecated WalletConnect v1 support & update package d…
Adamj1232 Oct 13, 2023
275a131
fix typo (#1953)
GoodDaisy Oct 13, 2023
55bd240
Bump protobufjs from 6.11.3 to 6.11.4 in /packages/demo (#1922)
dependabot[bot] Oct 16, 2023
1fde228
Bump @babel/traverse from 7.19.3 to 7.23.2 in /examples/with-vite-rea…
dependabot[bot] Oct 16, 2023
f75b8d9
Bump @babel/traverse from 7.20.13 to 7.23.2 in /examples/with-vuejs-v…
dependabot[bot] Oct 16, 2023
b834bd0
docs(vue): refactor README code snippets (#1944)
oumarbarry Oct 16, 2023
f1eed65
Bump @babel/traverse from 7.21.3 to 7.23.2 in /test (#1956)
dependabot[bot] Oct 16, 2023
ffb01e3
Bump @babel/traverse from 7.17.3 to 7.23.2 (#1957)
dependabot[bot] Oct 16, 2023
c2a3b87
Bump versions for release
Adamj1232 Oct 16, 2023
a95952e
Merge in main
Adamj1232 Oct 16, 2023
9cfb642
Merge in docs
Adamj1232 Oct 16, 2023
24c825d
feat: bitgetWallet support (#1919)
cole1-yang Oct 17, 2023
ba7a9c1
Merge in latest develop
Adamj1232 Oct 17, 2023
7458803
Yarn the demo
Adamj1232 Oct 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,18 @@ jobs:
working_directory: ~/web3-onboard-monorepo/packages/venly
steps:
- node-build-steps
build-bitget:
docker:
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/bitget
steps:
- node-build-steps
build-bitkeep:
docker:
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/bitkeep
steps:
- node-build-steps

# Build staging/Alpha releases
build-staging-core:
Expand Down Expand Up @@ -661,6 +673,18 @@ jobs:
working_directory: ~/web3-onboard-monorepo/packages/venly
steps:
- node-staging-build-steps
build-staging-bitget:
docker:
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/bitget
steps:
- node-staging-build-steps
build-staging-bitkeep:
docker:
- image: cimg/node:16.13.1
working_directory: ~/web3-onboard-monorepo/packages/bitkeep
steps:
- node-staging-build-steps

workflows:
version: 2
Expand Down Expand Up @@ -911,3 +935,15 @@ workflows:
<<: *deploy_production_filters
- build-staging-venly:
<<: *deploy_staging_filters
bitget:
jobs:
- build-bitget:
<<: *deploy_production_filters
- build-staging-bitget:
<<: *deploy_staging_filters
bitkeep:
jobs:
- build-bitkeep:
<<: *deploy_production_filters
- build-staging-bitkeep:
<<: *deploy_staging_filters
5 changes: 3 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@web3-onboard/arcana-auth": "^2.0.0",
"@web3-onboard/bitget": "^2.0.0-alpha.1",
"@web3-onboard/blocto": "^2.0.0",
"@web3-onboard/cede-store": "^2.1.0",
"@web3-onboard/coinbase": "^2.2.5",
Expand All @@ -74,13 +75,13 @@
"@web3-onboard/portis": "^2.1.7",
"@web3-onboard/sequence": "^2.0.8",
"@web3-onboard/taho": "^2.0.5",
"@web3-onboard/torus": "^2.2.6-alpha.1",
"@web3-onboard/torus": "^2.2.6",
"@web3-onboard/transaction-preview": "^2.0.8",
"@web3-onboard/trezor": "^2.4.3",
"@web3-onboard/trust": "^2.0.4",
"@web3-onboard/uauth": "^2.1.1",
"@web3-onboard/venly": "^2.0.0",
"@web3-onboard/walletconnect": "^2.4.6",
"@web3-onboard/walletconnect": "^2.5.0-alpha.1",
"@web3-onboard/web3auth": "^2.2.3",
"@web3-onboard/xdefi": "^2.0.4",
"@web3-onboard/zeal": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/lib/components/gas/GasCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
export { className as class }
export let backgroundStyle = ''

// Holds refference to the background element node for animation
// Holds reference to the background element node for animation
export let cardBg = null

const cardColors: Record<number, string> = {
Expand Down
12 changes: 8 additions & 4 deletions docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ const intiOnboard = async (theme) => {
const { default: arcanaModule } = await import('@web3-onboard/arcana-auth')
const { default: bloctoModule } = await import('@web3-onboard/blocto')
const { default: venlyModule } = await import('@web3-onboard/venly')
const { default: bitgetModule } = await import('@web3-onboard/bitget')
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'

const injected = injectedModule()
Expand All @@ -66,7 +67,8 @@ const intiOnboard = async (theme) => {
const coinbase = coinbaseModule()
const dcent = dcentModule()
const walletConnect = walletConnectModule({
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5'
projectId: 'f6bd6e2911b56f5ac3bc8b2d0e2d7ad5',
dappUrl: 'https://onboard.blocknative.com/'
})
const ledger = ledgerModule({
walletConnectVersion: 2,
Expand All @@ -83,6 +85,7 @@ const intiOnboard = async (theme) => {
const trust = trustModule()
const xdefi = xdefiModule()
const cede = cedeModule()
const bitget = bitgetModule()

const portis = portisModule({
apiKey: 'b2b7586f-2b1e-4c30-a7fb-c2d1533b153b'
Expand Down Expand Up @@ -123,16 +126,17 @@ const intiOnboard = async (theme) => {
wallets: [
injected,
walletConnect,
arcanaWallet,
coinbase,
ledger,
trezor,
trust,
gnosis,
uauth,
taho,
cede,
bitget,
xdefi,
uauth,
cede,
arcanaWallet,
torus,
sequence,
dcent,
Expand Down
154 changes: 0 additions & 154 deletions docs/src/routes/docs/[...4]wallets/[...26]walletconnect/+page.md

This file was deleted.

Loading