diff options
author | Dan Finlay <flyswatter@users.noreply.github.com> | 2017-03-25 05:02:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-25 05:02:07 +0800 |
commit | c45ed395a69dd6a753976f4b612d40d0f3da8407 (patch) | |
tree | 706ad96992d46095aadfcb8bdf4a7d1d6c0c5bbc /test/lib/migrations/004.json | |
parent | 393c7faf28bd94f16c16427f33d830b3b7241538 (diff) | |
parent | 3a888ede2adbab8cea19edef16a013af276837f1 (diff) | |
download | tangerine-wallet-browser-c45ed395a69dd6a753976f4b612d40d0f3da8407.tar tangerine-wallet-browser-c45ed395a69dd6a753976f4b612d40d0f3da8407.tar.gz tangerine-wallet-browser-c45ed395a69dd6a753976f4b612d40d0f3da8407.tar.bz2 tangerine-wallet-browser-c45ed395a69dd6a753976f4b612d40d0f3da8407.tar.lz tangerine-wallet-browser-c45ed395a69dd6a753976f4b612d40d0f3da8407.tar.xz tangerine-wallet-browser-c45ed395a69dd6a753976f4b612d40d0f3da8407.tar.zst tangerine-wallet-browser-c45ed395a69dd6a753976f4b612d40d0f3da8407.zip |
Merge pull request #1250 from MetaMask/notice-modification
Erase notice body when read
Diffstat (limited to 'test/lib/migrations/004.json')
-rw-r--r-- | test/lib/migrations/004.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lib/migrations/004.json b/test/lib/migrations/004.json index 0e2075c46..a6487c1e2 100644 --- a/test/lib/migrations/004.json +++ b/test/lib/migrations/004.json @@ -48,6 +48,13 @@ "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 + }, + { + "read":false, + "date":"Sat Dec 17 2016", + "title":"Keeping It Real", + "body":"nonempty", + "id":1 } ], "conversionRate":12.66441492, |