4a1dd26fc
875a0731d
a08c3bc01
1 2 3
4
5
6
7
8
9 10
11 12 13
14
15
var oldTestRpc = 'https://rawtestrpc.metamask.io/' var newTestRpc = 'https://testrpc.metamask.io/' module.exports = { version: 3, migrate: function (data) { try { if (data.config.provider.rpcTarget === oldTestRpc) { data.config.provider.rpcTarget = newTestRpc } } catch (e) {} return data }, }