Skip to content

Commit 500be58

Browse files
authored
update capsule build node version (#2172)
* update capsule build node version * update metamask version
1 parent 35df597 commit 500be58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ jobs:
438438
- node-build-steps
439439
build-capsule:
440440
docker:
441-
- image: cimg/node:16.14.2
441+
- image: cimg/node:18.18.2
442442
working_directory: ~/web3-onboard-monorepo/packages/capsule
443443
steps:
444444
- node-build-steps
@@ -722,7 +722,7 @@ jobs:
722722
- node-staging-build-steps
723723
build-staging-capsule:
724724
docker:
725-
- image: cimg/node:16.14.2
725+
- image: cimg/node:18.18.2
726726
working_directory: ~/web3-onboard-monorepo/packages/capsule
727727
steps:
728728
- node-staging-build-steps

packages/demo/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
<button on:click={() => onboard.setChain({ chainId: '0x1' })}
762762
>Set Chain to Mainnet</button
763763
>
764-
<button on:click={() => onboard.setChain({ chainId: '0x5' })}
764+
<button on:click={() => onboard.setChain({ chainId: 11155111 })}
765765
>Set Chain to Sepolia</button
766766
>
767767
<button on:click={() => onboard.setChain({ chainId: '0x89' })}

packages/metamask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/metamask",
3-
"version": "2.0.5",
3+
"version": "2.0.6-alpha.1",
44
"description": "MetaMask SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)