Skip to content

Commit

Permalink
fix conflict after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wbh1328551759 committed Feb 22, 2021
2 parents 6c0896c + 4ec6109 commit 07c32ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@
"@types/store": "^2.0.2",
"@types/styled-components": "^5.1.4",
"@types/styled-theming": "^2.2.5",
"ali-oss": "^6.13.2",
"aliosscdn-webpack-plugin": "^0.0.3",
"concurrently": "^5.3.0",
"devtron": "^1.4.0",
"dnslink-cloudflare": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/apps-config/src/settings/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ function createLiveNetworks(t: TFunction): LinkOption[] {
{
dnslink: 'ChainX',
info: 'ChainX',
text: t('Overseas Node'),
textBy: t('rpc.hosted.by', 'hosted by ChainX', { ns: 'apps-config', replace: { host: 'ChainX' } }),
value: 'wss://mainnet.chainx.org/ws'
text: t('Patract Node'),
textBy: t('rpc.hosted.by', 'hosted by Patract Elara', { ns: 'apps-config', replace: { host: 'ChainX' } }),
value: 'wss://chainx.elara.patract.io'
}
];
}
Expand Down
1 change: 1 addition & 0 deletions packages/apps/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module.exports = merge(
inject: true,
template: path.join(context, `${hasPublic ? 'public/' : ''}index.html`)
}),
// }),
// new AliosscdnWebpackPlugin({
// https: true,
// directoryInOss: 'v2.0.10',
Expand Down

0 comments on commit 07c32ed

Please sign in to comment.