From a703706cb115c17d072f277045a2ef7d838d9762 Mon Sep 17 00:00:00 2001 From: kumavis Date: Thu, 19 May 2016 16:53:16 -0700 Subject: sync rpc fix --- app/scripts/config.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/scripts/config.js (limited to 'app/scripts/config.js') diff --git a/app/scripts/config.js b/app/scripts/config.js new file mode 100644 index 000000000..f26e6778d --- /dev/null +++ b/app/scripts/config.js @@ -0,0 +1,12 @@ +const MAINET_RPC_URL = 'https://mainnet.infura.io/' +const TESTNET_RPC_URL = 'https://morden.infura.io/' +const DEFAULT_RPC_URL = TESTNET_RPC_URL + +module.exports = { + network: { + default: DEFAULT_RPC_URL, + mainnet: MAINET_RPC_URL, + testnet: TESTNET_RPC_URL, + }, +} + -- cgit v1.2.3