File tree Expand file tree Collapse file tree 4 files changed +2761
-2579
lines changed Expand file tree Collapse file tree 4 files changed +2761
-2579
lines changed Original file line number Diff line number Diff line change @@ -108,15 +108,15 @@ jobs:
108
108
uses : actions/checkout@v2
109
109
with :
110
110
repository : ${{ env.owner }}/${{ env.share_components }}
111
- ref : 1e293b6df16551e76d61670b3fbe09c233242772
111
+ ref : freeze-master-conflux
112
112
path : ./${{ env.share_components }}
113
113
token : ${{ secrets.obsidians_token }}
114
114
115
115
- name : Checkout ${{ env.eth_components }}
116
116
uses : actions/checkout@v2
117
117
with :
118
118
repository : ${{ env.owner }}/${{ env.eth_components }}
119
- ref : fccb5c8d0fcafd3cffdfd0ab5affa5f07ef98965
119
+ ref : freeze-master-conflux
120
120
path : ./${{ env.eth_components }}
121
121
token : ${{ secrets.obsidians_token }}
122
122
Original file line number Diff line number Diff line change 113
113
"production" : [
114
114
" >0.2%" ,
115
115
" not dead" ,
116
- " not ie <= 11" ,
117
116
" not op_mini all"
118
117
],
119
118
"development" : [
120
- " last 1 chrome version" ,
121
- " last 1 firefox version" ,
122
- " last 1 safari version"
123
119
]
124
120
},
125
121
"build" : {
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ NewProjectModal.defaultProps.FrameworkSelector = FrameworkSelector
22
22
NewProjectModal . defaultProps . templates . splice ( 2 , 0 ,
23
23
{ id : 'sponsor' , display : 'Sponsored Coin' } ,
24
24
)
25
- NewProjectModal . defaultProps . templates [ 4 ] . children . push (
25
+ try {
26
+ NewProjectModal . defaultProps . templates . splice ( 4 , 0 ,
26
27
{ id : 'erc777' , display : 'ERC777 Token (v4+)' }
27
28
)
28
-
29
+ } catch ( e ) { }
29
30
const UserHomepage = lazy ( ( ) => import ( './UserHomepage' /* webpackChunkName: "tabs" */ ) )
30
31
const Project = lazy ( ( ) => import ( './Project' /* webpackChunkName: "tabs" */ ) )
31
32
const Contract = lazy ( ( ) => import ( './Contract' /* webpackChunkName: "tabs" */ ) )
You can’t perform that action at this time.
0 commit comments