File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -438,7 +438,7 @@ jobs:
438
438
- node-build-steps
439
439
build-capsule :
440
440
docker :
441
- - image : cimg/node:16.14 .2
441
+ - image : cimg/node:18.18 .2
442
442
working_directory : ~/web3-onboard-monorepo/packages/capsule
443
443
steps :
444
444
- node-build-steps
@@ -722,7 +722,7 @@ jobs:
722
722
- node-staging-build-steps
723
723
build-staging-capsule :
724
724
docker :
725
- - image : cimg/node:16.14 .2
725
+ - image : cimg/node:18.18 .2
726
726
working_directory : ~/web3-onboard-monorepo/packages/capsule
727
727
steps :
728
728
- node-staging-build-steps
Original file line number Diff line number Diff line change 7
7
" ./packages/*"
8
8
],
9
9
"nohoist" : [
10
- " **/react" ,
11
- " **/react-dom" ,
12
10
" **/csstype"
13
11
]
14
12
},
67
65
"prettier-plugin-svelte" : " ^2.4.0" ,
68
66
"typescript" : " ^4.5.5"
69
67
},
68
+ "peerDependencies" : {
69
+ "react" : " *" ,
70
+ "react-dom" : " *"
71
+ },
70
72
"dependencies" : {
71
73
"wsrun" : " ^5.2.4"
72
74
},
Original file line number Diff line number Diff line change 752
752
< button on: click= {() => onboard .setChain ({ chainId: ' 0x1' })}
753
753
> Set Chain to Mainnet< / button
754
754
>
755
- < button on: click= {() => onboard .setChain ({ chainId: ' 0x5 ' })}
755
+ < button on: click= {() => onboard .setChain ({ chainId: 11155111 })}
756
756
> Set Chain to Sepolia< / button
757
757
>
758
758
< button on: click= {() => onboard .setChain ({ chainId: ' 0x89' })}
You can’t perform that action at this time.
0 commit comments