File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
libs/remix-ui/home-tab/src/lib/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- export const HOME_TAB_BASE_URL = process . env . CIRCLE_BRANCH === 'beta ' ?
2
- 'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/beta/' : process . env . CIRCLE_BRANCH === 'live ' ?
1
+ export const HOME_TAB_BASE_URL = process . env . CIRCLE_BRANCH === 'remix_beta ' ?
2
+ 'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/beta/' : process . env . CIRCLE_BRANCH === 'remix_live ' ?
3
3
'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/live/' :
4
4
'https://raw.githubusercontent.com/remix-project-org/remix-dynamics/refs/heads/alpha/'
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remix-project" ,
3
- "version" : " 0.69 .0-dev" ,
3
+ "version" : " 0.70 .0-dev" ,
4
4
"license" : " MIT" ,
5
5
"description" : " Remix Project Monorepo" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments