forked from MyEtherWallet/MyEtherWallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconnections.js
59 lines (59 loc) · 2.16 KB
/
connections.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
module.exports = [
'https://localhost:8080',
'wss://localhost:8080',
'https://swap.mewapi.io:443',
'https://nodes.mewapi.io:443',
'wss://connect.mewapi.io:443',
'wss://connect2.mewapi.io:443',
'http://localhost:8178',
'ws://127.0.0.1:8178',
'https://o382951.ingest.sentry.io:443',
'https://estimategas.mewapi.io:443',
'https://api.ethvm.com:443',
'wss://apiws.ethvm.com:443',
'https://nft.mewapi.io:443',
'https://qa.mewwallet.dev:443',
'https://mainnet.mewwallet.dev:443',
'https://staging.mewwallet.dev:443',
'https://development.mewwallet.dev:443',
'https://tokenbalance.mewapi.io:443',
'https://requestcache.mewapi.io:443',
'data:',
'https://app.lokalise.com:443',
'https://myetherwallet.matomo.cloud:443',
'https://raw.githubusercontent.com:443/MyEtherWallet/dynamic-data/main/careers.json',
'https://formspree.io:443/f/mqjndkkx',
// nodes
'https://nodes.mewapi.io:443',
'wss://nodes.mewapi.io:443',
'wss://rpc.gochain.io:443/ws',
'wss://www.ethercluster.com:443',
// intercom stuff
'api-iam.intercom.io:443',
'https://api.zilliqa.com:443',
'https://widget.intercom.io:443',
'https://api-iam.intercom.io:443',
'https://js.intercomcdn.com:443',
'wss://nexus-websocket-a.intercom.io:443',
'https://js.intercomcdn.com:443',
'https://uploads.intercomcdn.com:443',
// partners
'wss://bridge.walletconnect.org:443',
'wss://www.walletlink.org:443',
'https://api.wallet.coinbase.com:443',
'https://registry.walletconnect.org:443',
'https://cdn.live.ledger.com:443',
'https://registry.walletconnect.org:443/data/wallets.json',
'wss://*.bridge.walletconnect.org:443',
'https://buy-staging.moonpay.com:443',
// Dapps
'https://staked.mewapi.io:443', // staked
'https://stakedtest.mewapi.io:443', // staked
'https://ethblocksapi.mewapi.io:443', // Eth Blocks
'https://unstoppabledomains.com:443', // unstoppable
'wss://api.thegraph.com/subgraphs/name/aave/', // Aave
'https://api.thegraph.com:443/subgraphs/name/aave/', // Aave
'https://protocol-api.aave.com:443', // Aave
'https://api.thegraph.com:443/subgraphs/name/ensdomains/', // ENS
'https://s3.us-west-2.amazonaws.com:443/mew-ipfs-bucket' // ENS
];