From 5c6298757fcf84b9398343388098e884469451c2 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Mon, 1 Apr 2019 17:51:48 +0800 Subject: Use new RPC endpoint --- test/unit/migrations/migrations-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/migrations/migrations-test.js b/test/unit/migrations/migrations-test.js index b9e87317..c573a372 100644 --- a/test/unit/migrations/migrations-test.js +++ b/test/unit/migrations/migrations-test.js @@ -19,7 +19,7 @@ const migration12 = require(path.join('..', '..', '..', 'app', 'scripts', 'migra const migration13 = require(path.join('..', '..', '..', 'app', 'scripts', 'migrations', '013')) -const oldTestRpc = 'http://testnet.dexon.org:8545/' +const oldTestRpc = 'https://testnet-rpc.dexon.org/' const newTestRpc = 'https://testrpc.metamask.io/' describe('wallet1 is migrated successfully', () => { -- cgit