diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-01 17:51:48 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-01 17:51:48 +0800 |
commit | 5c6298757fcf84b9398343388098e884469451c2 (patch) | |
tree | 0f3897149368cffc21e9f8ad04177b97e7a60cd2 /test | |
parent | a51bc82abf088a3320edfc52ea8113b4f29e94c0 (diff) | |
download | dexon-wallet-5c6298757fcf84b9398343388098e884469451c2.tar.gz dexon-wallet-5c6298757fcf84b9398343388098e884469451c2.tar.zst dexon-wallet-5c6298757fcf84b9398343388098e884469451c2.zip |
Use new RPC endpoint
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/migrations/migrations-test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', () => { |