diff --git a/src/lang/en.js b/src/lang/en.js index 3614dea..ecdbd0d 100755 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -168,10 +168,12 @@ export default { 'app.common.officialSite': 'Official Site', 'app.common.contract': 'Contract', 'app.pages.index.testnet.notice1': - '1. ConfluxScan is currently on the testnet network, Conflux-Rust version: v0.6.0-rc-1, all data shown are from the testnet.', + '1. ConfluxScan is currently on the testnet network, Conflux-Rust version: v0.6.0-rc-3, all data shown are from the testnet.', 'app.pages.index.testnet.notice2': '2. Conflux Pontus is now live.', - 'app.pages.index.mainnet.notice1': 'ConfluxScan is currently on the Mainnet Phase I - Pontus, Conflux-Rust version: v0.5.2', - + 'app.pages.index.mainnet.notice1': + '1. Conflux Mainnet Phase II - Oceanus - will officially launch between the 17th and 18th of July. If you are a DApp developer, please make sure to back up your relevant data.', + 'app.pages.index.mainnet.notice2': + "2. During the launch of Conflux Oceanus, FC transfers might be affected. Please don't transfer any FC during the launch.", 'security.High': 'Great', 'security.Medium': 'Good', 'security.Low': 'Weak', diff --git a/src/lang/zh.js b/src/lang/zh.js index 0ec9c98..b760d6c 100755 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -246,10 +246,11 @@ export default { 'app.common.abi': 'ABI', 'app.common.officialSite': '官方网站', 'app.common.contract': '合约', - 'app.pages.index.testnet.notice1': - '1. 当前网络为 Conflux Testnet,Conflux-Rust 版本号:v0.6.0-rc-1,所有数据均为 Conflux 测试网数据。', + 'app.pages.index.testnet.notice1': '1. 当前网络为 Conflux Testnet,Conflux-Rust 版本号:v0.6.0-rc-3,所有数据均为 Conflux 测试网数据。', 'app.pages.index.testnet.notice2': '2. Conflux 主网第一阶段 Conflux Pontus 已于 2020.4.27 上线,欢迎体验。', - 'app.pages.index.mainnet.notice1': '当前网络为 Conflux 主网第一阶段 Conflux Pontus,Conflux-Rust 版本号:v0.5.2', + 'app.pages.index.mainnet.notice1': + '1. Conflux 主网第二阶段 Conflux Oceanus 将于 7 月 17 日至 7 月 18 日上线,请 DApp 开发者提前备份好相关数据。', + 'app.pages.index.mainnet.notice2': '2. Conflux Oceanus 上线期间,FC 转账功能会有影响,在此期间请不要进行 FC 的转账操作。', 'security.High': '高', 'security.Medium': '中', diff --git a/src/pages/Home/index.js b/src/pages/Home/index.js index 1367a97..36b2311 100644 --- a/src/pages/Home/index.js +++ b/src/pages/Home/index.js @@ -352,6 +352,7 @@ class Home extends Component {