Skip to content

Commit

Permalink
update capsule build node version (#2172)
Browse files Browse the repository at this point in the history
* update capsule build node version

* update metamask version
  • Loading branch information
leightkt authored Apr 22, 2024
1 parent 35df597 commit 500be58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:
- node-build-steps
build-capsule:
docker:
- image: cimg/node:16.14.2
- image: cimg/node:18.18.2
working_directory: ~/web3-onboard-monorepo/packages/capsule
steps:
- node-build-steps
Expand Down Expand Up @@ -722,7 +722,7 @@ jobs:
- node-staging-build-steps
build-staging-capsule:
docker:
- image: cimg/node:16.14.2
- image: cimg/node:18.18.2
working_directory: ~/web3-onboard-monorepo/packages/capsule
steps:
- node-staging-build-steps
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@
<button on:click={() => onboard.setChain({ chainId: '0x1' })}
>Set Chain to Mainnet</button
>
<button on:click={() => onboard.setChain({ chainId: '0x5' })}
<button on:click={() => onboard.setChain({ chainId: 11155111 })}
>Set Chain to Sepolia</button
>
<button on:click={() => onboard.setChain({ chainId: '0x89' })}
Expand Down
2 changes: 1 addition & 1 deletion packages/metamask/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/metamask",
"version": "2.0.5",
"version": "2.0.6-alpha.1",
"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.",
"keywords": [
"Ethereum",
Expand Down

0 comments on commit 500be58

Please sign in to comment.