diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-12-17 03:21:16 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-12-17 03:21:16 +0800 |
commit | 58cc9b9e67a609aafbd70908a3d20674d83fd5ff (patch) | |
tree | 8f627ab09e8d1800b49787f2cf46088191cfdae3 | |
parent | 55fdf06d53c6638145e1c2114594271a9d726212 (diff) | |
download | tangerine-wallet-browser-58cc9b9e67a609aafbd70908a3d20674d83fd5ff.tar tangerine-wallet-browser-58cc9b9e67a609aafbd70908a3d20674d83fd5ff.tar.gz tangerine-wallet-browser-58cc9b9e67a609aafbd70908a3d20674d83fd5ff.tar.bz2 tangerine-wallet-browser-58cc9b9e67a609aafbd70908a3d20674d83fd5ff.tar.lz tangerine-wallet-browser-58cc9b9e67a609aafbd70908a3d20674d83fd5ff.tar.xz tangerine-wallet-browser-58cc9b9e67a609aafbd70908a3d20674d83fd5ff.tar.zst tangerine-wallet-browser-58cc9b9e67a609aafbd70908a3d20674d83fd5ff.zip |
The first notice, the fall of morden.
-rw-r--r-- | development/notices.json | 2 | ||||
-rw-r--r-- | notices/notice_0.md | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/development/notices.json b/development/notices.json index c549ff6d1..0f848c652 100644 --- a/development/notices.json +++ b/development/notices.json @@ -1 +1 @@ -[{"read":false,"date":"Tue Dec 13 2016","title":"MultiVault Support","body":"# Multi\n# Line\n## Support\n\n### MultiVault declaration\n\nThe winds of change are coming.\n","id":0},{"read":false,"date":"Tue Dec 13 2016","title":"Rocket League!","body":"MetaMask development is now purely going eSports, as we convert our team into a professional Rocket League team.\n\nWe are now hiring for a fifth player! Please submit your CV. Must be proficient in both eSports and JavaScript debugging.\n","id":1},{"read":false,"date":"Thu Dec 15 2016","title":"Link Test","body":"This is a cool notice with a [link](https://metamask.io)!","id":2}] +[{"read":false,"date":"Tue Dec 13 2016","title":"MultiVault Support","body":"# Multi\n# Line\n## Support\n\n### MultiVault declaration\n\nThe winds of change are coming.\n","id":0},{"read":false,"date":"Tue Dec 13 2016","title":"Rocket League!","body":"MetaMask development is now purely going eSports, as we convert our team into a professional Rocket League team.\n\nWe are now hiring for a fifth player! Please submit your CV. Must be proficient in both eSports and JavaScript debugging.\n","id":1},{"read":false,"date":"Thu Dec 15 2016","title":"Link Test","body":"This is a cool notice with a [link](https://metamask.io)!","id":2},{"read":false,"date":"Fri Dec 16 2016","title":"Ending Morden Support","body":"Due to [recent events](https://blog.ethereum.org/2016/11/20/from-morden-to-ropsten/), MetaMask is now deprecating support for the Morden Test Network.\n\nUsers will still be able to access Morden through a locally hosted node, but we will no longer be providing hosted access to this network through [Infura](http://infura.io/).\n\nPlease use the new Ropsten Network as your new default test network.\n\nYou can fund your Ropsten account using the buy button on your account page.\n\nBest wishes!\nThe MetaMask Team\n\n","id":0}]
\ No newline at end of file diff --git a/notices/notice_0.md b/notices/notice_0.md new file mode 100644 index 000000000..e68bcc5c8 --- /dev/null +++ b/notices/notice_0.md @@ -0,0 +1,11 @@ +Due to [recent events](https://blog.ethereum.org/2016/11/20/from-morden-to-ropsten/), MetaMask is now deprecating support for the Morden Test Network. + +Users will still be able to access Morden through a locally hosted node, but we will no longer be providing hosted access to this network through [Infura](http://infura.io/). + +Please use the new Ropsten Network as your new default test network. + +You can fund your Ropsten account using the buy button on your account page. + +Best wishes! +The MetaMask Team + |