File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/core" ,
3
- "version" : " 2.2.9-alpha.5 " ,
3
+ "version" : " 2.2.9-alpha.6 " ,
4
4
"scripts" : {
5
5
"build" : " rollup -c" ,
6
6
"dev" : " rollup -c -w" ,
Original file line number Diff line number Diff line change 66
66
"gettingStartedGuide" : " Getting Started Guide" ,
67
67
"smartContracts" : " Smart Contract(s)" ,
68
68
"explore" : " Explore" ,
69
- "backToApp" : " Back to App " ,
69
+ "backToApp" : " Back to dapp " ,
70
70
"poweredBy" : " powered by" ,
71
71
"addAccount" : " Add Account" ,
72
72
"setPrimaryAccount" : " Set Primary Account" ,
Original file line number Diff line number Diff line change 151
151
gettingStartedGuide: ' https://blocknative.com' ,
152
152
explore: ' https://blocknative.com'
153
153
}
154
- // example customizing account center
154
+ // // example customizing account center
155
155
// accountCenter: {
156
156
// desktop: {
157
157
// position: 'topRight',
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @web3-onboard/react" ,
3
- "version" : " 2.1.7-alpha.6 " ,
3
+ "version" : " 2.1.7-alpha.7 " ,
4
4
"description" : " Collection of React Hooks for web3-onboard" ,
5
5
"module" : " dist/index.js" ,
6
6
"browser" : " dist/index.js" ,
21
21
"typescript" : " ^4.5.5"
22
22
},
23
23
"dependencies" : {
24
- "@web3-onboard/core" : " ^2.2.9-alpha.5 " ,
24
+ "@web3-onboard/core" : " ^2.2.9-alpha.6 " ,
25
25
"@web3-onboard/common" : " ^2.1.0-alpha.1"
26
26
},
27
27
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments